diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 342450f..5fda61e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.2.3-rc2 -appVersion: v1.2.3-rc2 +version: 1.2.3 +appVersion: v1.2.3 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 b53bac6..d1a198a 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.3-rc2 + default: v1.2.3 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.3-rc2 + default: v1.2.3 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.3-rc2 + default: v1.2.3 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index 5fa7075..c46cf78 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -9,13 +9,13 @@ image: longhorn: engine: repository: longhornio/longhorn-engine - tag: v1.2.3-rc2 + tag: v1.2.3 manager: repository: longhornio/longhorn-manager - tag: v1.2.3-rc2 + tag: v1.2.3 ui: repository: longhornio/longhorn-ui - tag: v1.2.3-rc2 + tag: v1.2.3 instanceManager: repository: longhornio/longhorn-instance-manager tag: v1_20211210 diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 5bf1c77..dbf663d 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -4,8 +4,8 @@ longhornio/csi-resizer:v1.2.0 longhornio/csi-snapshotter:v3.0.3 longhornio/csi-node-driver-registrar:v2.3.0 longhornio/backing-image-manager:v2_20210820 -longhornio/longhorn-engine:v1.2.3-rc2 +longhornio/longhorn-engine:v1.2.3 longhornio/longhorn-instance-manager:v1_20211210 -longhornio/longhorn-manager:v1.2.3-rc2 +longhornio/longhorn-manager:v1.2.3 longhornio/longhorn-share-manager:v1_20211020 -longhornio/longhorn-ui:v1.2.3-rc2 +longhornio/longhorn-ui:v1.2.3 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 7298a71..4a11caa 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.3-rc2 + image: longhornio/longhorn-manager:v1.2.3 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -993,7 +993,7 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.2.3-rc2 + - longhornio/longhorn-engine:v1.2.3 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20211210 - --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.3-rc2 + - longhornio/longhorn-manager:v1.2.3 - --service-account - longhorn-service-account ports: @@ -1123,7 +1123,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.2.3-rc2 + image: longhornio/longhorn-ui:v1.2.3 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 @@ -1179,18 +1179,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.2.3-rc2 + image: longhornio/longhorn-manager:v1.2.3 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.3-rc2 + image: longhornio/longhorn-manager:v1.2.3 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.2.3-rc2 + - longhornio/longhorn-manager:v1.2.3 - --manager-url - http://longhorn-backend:9500/v1 env: diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index cdb9cf3..03701da 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.3-rc2 + image: longhornio/longhorn-manager:v1.2.3 imagePullPolicy: Always securityContext: privileged: true