longhorn/deploy/upgrade_responder_server/chart-values.yaml
Phan Le 17ce9ec445 Release v1.4.2 into Longhorn upgrade responder
longhorn-5864

Signed-off-by: Phan Le <phan.le@suse.com>
2023-05-13 06:34:15 +08:00

41 lines
1.0 KiB
YAML

# Specify the name of the application that is using this Upgrade Responder server
# This will be used to create a database named <application-name>_upgrade_responder
# in the InfluxDB to store all data for this Upgrade Responder
# The name must be in snake case format
applicationName: longhorn
image:
repository: longhornio/upgrade-responder
tag: longhorn-head
pullPolicy: Always
secret:
name: upgrade-responder-secret
# Set this to false if you don't want to manage these secrets with helm
managed: false
# This configmap contains information about the latest release
# of the application that is using this Upgrade Responder
configMap:
responseConfig: |-
{
"Versions": [
{
"Name": "v1.3.3",
"ReleaseDate": "2023-04-19T00:00:00Z",
"Tags": [
"stable"
]
},
{
"Name": "v1.4.2",
"ReleaseDate": "2023-05-12T00:00:00Z",
"Tags": [
"latest",
"stable"
]
}
]
}