2022-09-02 21:38:22 +00:00
|
|
|
# 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.1.3",
|
|
|
|
"ReleaseDate": "2021-12-17T00:00:00Z",
|
|
|
|
"Tags": [
|
|
|
|
"stable"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-11-04 06:10:14 +00:00
|
|
|
"Name": "v1.2.6",
|
|
|
|
"ReleaseDate": "2022-11-04T00:00:00Z",
|
2022-09-02 21:38:22 +00:00
|
|
|
"Tags": [
|
|
|
|
"stable"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-11-04 06:23:00 +00:00
|
|
|
"Name": "v1.3.2",
|
|
|
|
"ReleaseDate": "2022-10-03T00:00:00Z",
|
2022-09-02 21:38:22 +00:00
|
|
|
"Tags": [
|
|
|
|
"stable"
|
|
|
|
]
|
2023-01-09 15:54:20 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Name": "v1.4.0",
|
|
|
|
"ReleaseDate": "2022-12-29T00:00:00Z",
|
|
|
|
"Tags": [
|
|
|
|
"latest"
|
|
|
|
]
|
2022-09-02 21:38:22 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|