diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 4b779b1..43f89a2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.2.6-rc1 -appVersion: v1.2.6-rc1 +version: 1.2.6 +appVersion: v1.2.6 kubeVersion: ">=1.18.0-0 <1.25.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/chart/values.yaml b/chart/values.yaml index 69bd019..1a0318b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -25,13 +25,13 @@ image: longhorn: engine: repository: longhornio/longhorn-engine - tag: v1.2.6-rc1 + tag: v1.2.6 manager: repository: longhornio/longhorn-manager - tag: v1.2.6-rc1 + tag: v1.2.6 ui: repository: longhornio/longhorn-ui - tag: v1.2.6-rc1 + tag: v1.2.6 instanceManager: repository: longhornio/longhorn-instance-manager tag: v1_20220303_patch2 diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 1b4cf3d..c03c743 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_20221027 -longhornio/longhorn-engine:v1.2.6-rc1 +longhornio/longhorn-engine:v1.2.6 longhornio/longhorn-instance-manager:v1_20220303_patch2 -longhornio/longhorn-manager:v1.2.6-rc1 +longhornio/longhorn-manager:v1.2.6 longhornio/longhorn-share-manager:v1_20211020_patch2 -longhornio/longhorn-ui:v1.2.6-rc1 +longhornio/longhorn-ui:v1.2.6 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 800f966..f39def2 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -985,7 +985,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v1.2.6-rc1 + image: longhornio/longhorn-manager:v1.2.6 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -994,7 +994,7 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.2.6-rc1 + - longhornio/longhorn-engine:v1.2.6 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20220303_patch2 - --share-manager-image @@ -1002,7 +1002,7 @@ spec: - --backing-image-manager-image - longhornio/backing-image-manager:v2_20221027 - --manager-image - - longhornio/longhorn-manager:v1.2.6-rc1 + - longhornio/longhorn-manager:v1.2.6 - --service-account - longhorn-service-account ports: @@ -1116,7 +1116,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.2.6-rc1 + image: longhornio/longhorn-ui:v1.2.6 imagePullPolicy: IfNotPresent volumeMounts: - name : nginx-cache @@ -1184,18 +1184,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.2.6-rc1 + image: longhornio/longhorn-manager:v1.2.6 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.6-rc1 + image: longhornio/longhorn-manager:v1.2.6 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.2.6-rc1 + - longhornio/longhorn-manager:v1.2.6 - --manager-url - http://longhorn-backend:9500/v1 env: diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 235d913..65b42b5 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.6-rc1 + image: longhornio/longhorn-manager:v1.2.6 imagePullPolicy: Always securityContext: privileged: true