diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 776f422..465920e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.2.2-rc1 -appVersion: v1.2.2-rc1 +version: 1.2.2 +appVersion: v1.2.2 kubeVersion: ">=1.18.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/chart/questions.yml b/chart/questions.yml index fa43805..ae34eba 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.manager.tag - default: v1.2.2-rc1 + default: v1.2.2 description: "Specify Longhorn Manager Image Tag" type: string label: Longhorn Manager Image Tag @@ -29,7 +29,7 @@ questions: label: Longhorn Engine Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.engine.tag - default: v1.2.2-rc1 + default: v1.2.2 description: "Specify Longhorn Engine Image Tag" type: string label: Longhorn Engine Image Tag @@ -41,7 +41,7 @@ questions: label: Longhorn UI Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.ui.tag - default: v1.2.2-rc1 + default: v1.2.2 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index af36a91..d7a656f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -9,13 +9,13 @@ image: longhorn: engine: repository: longhornio/longhorn-engine - tag: v1.2.2-rc1 + tag: v1.2.2 manager: repository: longhornio/longhorn-manager - tag: v1.2.2-rc1 + tag: v1.2.2 ui: repository: longhornio/longhorn-ui - tag: v1.2.2-rc1 + tag: v1.2.2 instanceManager: repository: longhornio/longhorn-instance-manager tag: v1_20210731 diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index b917ac2..005c9cf 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -4,8 +4,8 @@ k8s.gcr.io/sig-storage/csi-resizer:v1.2.0 k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3 k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 longhornio/backing-image-manager:v2_20210820 -longhornio/longhorn-engine:v1.2.2-rc1 +longhornio/longhorn-engine:v1.2.2 longhornio/longhorn-instance-manager:v1_20210731 -longhornio/longhorn-manager:v1.2.2-rc1 +longhornio/longhorn-manager:v1.2.2 longhornio/longhorn-share-manager:v1_20210914 -longhornio/longhorn-ui:v1.2.2-rc1 +longhornio/longhorn-ui:v1.2.2 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index bdcc9ba..709705d 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -984,7 +984,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v1.2.2-rc1 + image: longhornio/longhorn-manager:v1.2.2 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -993,7 +993,7 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.2.2-rc1 + - longhornio/longhorn-engine:v1.2.2 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20210731 - --share-manager-image @@ -1001,7 +1001,7 @@ spec: - --backing-image-manager-image - longhornio/backing-image-manager:v2_20210820 - --manager-image - - longhornio/longhorn-manager:v1.2.2-rc1 + - longhornio/longhorn-manager:v1.2.2 - --service-account - longhorn-service-account ports: @@ -1101,7 +1101,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.2.2-rc1 + image: longhornio/longhorn-ui:v1.2.2 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 @@ -1157,18 +1157,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.2.2-rc1 + image: longhornio/longhorn-manager:v1.2.2 command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done'] containers: - name: longhorn-driver-deployer - image: longhornio/longhorn-manager:v1.2.2-rc1 + image: longhornio/longhorn-manager:v1.2.2 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.2.2-rc1 + - longhornio/longhorn-manager:v1.2.2 - --manager-url - http://longhorn-backend:9500/v1 env: diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 4007bee..ab41d1f 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -101,7 +101,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:v1.2.2-rc1 + image: longhornio/longhorn-manager:v1.2.2 imagePullPolicy: Always securityContext: privileged: true