diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ae14a74..5cefed9 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.1.2-rc1 -appVersion: v1.1.2-rc1 +version: 1.1.2 +appVersion: v1.1.2 kubeVersion: ">=v1.16.0-r0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/chart/questions.yml b/chart/questions.yml index e528cef..a925510 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.1.2-rc1 + default: v1.1.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.1.2-rc1 + default: v1.1.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.1.2-rc1 + default: v1.1.2 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag @@ -89,7 +89,7 @@ questions: label: Longhorn CSI Attacher Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.attacher.tag - default: v2.2.1-lh1 + default: v2.2.1-lh2 description: "Specify CSI attacher image tag. Leave blank to autodetect." type: string label: Longhorn CSI Attacher Image Tag @@ -101,7 +101,7 @@ questions: label: Longhorn CSI Provisioner Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.provisioner.tag - default: v1.6.0-lh1 + default: v1.6.0-lh2 description: "Specify CSI provisioner image tag. Leave blank to autodetect." type: string label: Longhorn CSI Provisioner Image Tag @@ -125,7 +125,7 @@ questions: label: Longhorn CSI Driver Resizer Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.resizer.tag - default: v0.5.1-lh1 + default: v0.5.1-lh2 description: "Specify CSI Driver Resizer image tag. Leave blank to autodetect." type: string label: Longhorn CSI Driver Resizer Image Tag @@ -137,7 +137,7 @@ questions: label: Longhorn CSI Driver Snapshotter Image Repository group: "Longhorn CSI Driver Images" - variable: image.csi.snapshotter.tag - default: v2.1.1-lh1 + default: v2.1.1-lh2 description: "Specify CSI Driver Snapshotter image tag. Leave blank to autodetect." type: string label: Longhorn CSI Driver Snapshotter Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index f059e6f..20380a4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -9,13 +9,13 @@ image: longhorn: engine: repository: longhornio/longhorn-engine - tag: v1.1.2-rc1 + tag: v1.1.2 manager: repository: longhornio/longhorn-manager - tag: v1.1.2-rc1 + tag: v1.1.2 ui: repository: longhornio/longhorn-ui - tag: v1.1.2-rc1 + tag: v1.1.2 instanceManager: repository: longhornio/longhorn-instance-manager tag: v1_20210621 @@ -28,19 +28,19 @@ image: csi: attacher: repository: longhornio/csi-attacher - tag: v2.2.1-lh1 + tag: v2.2.1-lh2 provisioner: repository: longhornio/csi-provisioner - tag: v1.6.0-lh1 + tag: v1.6.0-lh2 nodeDriverRegistrar: repository: longhornio/csi-node-driver-registrar tag: v1.2.0-lh1 resizer: repository: longhornio/csi-resizer - tag: v0.5.1-lh1 + tag: v0.5.1-lh2 snapshotter: repository: longhornio/csi-snapshotter - tag: v2.1.1-lh1 + tag: v2.1.1-lh2 pullPolicy: IfNotPresent service: diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 17547f6..35f8d3b 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -1,11 +1,11 @@ -longhornio/csi-attacher:v2.2.1-lh1 +longhornio/csi-attacher:v2.2.1-lh2 longhornio/csi-node-driver-registrar:v1.2.0-lh1 -longhornio/csi-provisioner:v1.6.0-lh1 -longhornio/csi-resizer:v0.5.1-lh1 -longhornio/csi-snapshotter:v2.1.1-lh1 +longhornio/csi-provisioner:v1.6.0-lh2 +longhornio/csi-resizer:v0.5.1-lh2 +longhornio/csi-snapshotter:v2.1.1-lh2 longhornio/backing-image-manager:v1_20210422 -longhornio/longhorn-engine:v1.1.2-rc1 +longhornio/longhorn-engine:v1.1.2 longhornio/longhorn-instance-manager:v1_20210621 -longhornio/longhorn-manager:v1.1.2-rc1 +longhornio/longhorn-manager:v1.1.2 longhornio/longhorn-share-manager:v1_20210416 -longhornio/longhorn-ui:v1.1.2-rc1 +longhornio/longhorn-ui:v1.1.2 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 78752ac..06a0024 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -696,7 +696,7 @@ spec: spec: containers: - name: longhorn-manager - image: longhornio/longhorn-manager:v1.1.2-rc1 + image: longhornio/longhorn-manager:v1.1.2 imagePullPolicy: IfNotPresent securityContext: privileged: true @@ -705,7 +705,7 @@ spec: - -d - daemon - --engine-image - - longhornio/longhorn-engine:v1.1.2-rc1 + - longhornio/longhorn-engine:v1.1.2 - --instance-manager-image - longhornio/longhorn-instance-manager:v1_20210621 - --share-manager-image @@ -713,7 +713,7 @@ spec: - --backing-image-manager-image - longhornio/backing-image-manager:v1_20210422 - --manager-image - - longhornio/longhorn-manager:v1.1.2-rc1 + - longhornio/longhorn-manager:v1.1.2 - --service-account - longhorn-service-account ports: @@ -813,7 +813,7 @@ spec: spec: containers: - name: longhorn-ui - image: longhornio/longhorn-ui:v1.1.2-rc1 + image: longhornio/longhorn-ui:v1.1.2 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0 @@ -869,18 +869,18 @@ spec: spec: initContainers: - name: wait-longhorn-manager - image: longhornio/longhorn-manager:v1.1.2-rc1 + image: longhornio/longhorn-manager:v1.1.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.1.2-rc1 + image: longhornio/longhorn-manager:v1.1.2 imagePullPolicy: IfNotPresent command: - longhorn-manager - -d - deploy-driver - --manager-image - - longhornio/longhorn-manager:v1.1.2-rc1 + - longhornio/longhorn-manager:v1.1.2 - --manager-url - http://longhorn-backend:9500/v1 env: @@ -902,15 +902,15 @@ spec: # For AirGap Installation # Replace PREFIX with your private registry #- name: CSI_ATTACHER_IMAGE - # value: PREFIX/csi-attacher:v2.2.1-lh1 + # value: PREFIX/csi-attacher:v2.2.1-lh2 #- name: CSI_PROVISIONER_IMAGE - # value: PREFIX/csi-provisioner:v1.6.0-lh1 + # value: PREFIX/csi-provisioner:v1.6.0-lh2 #- name: CSI_NODE_DRIVER_REGISTRAR_IMAGE # value: PREFIX/csi-node-driver-registrar:v1.2.0-lh1 #- name: CSI_RESIZER_IMAGE - # value: PREFIX/csi-resizer:v0.5.1-lh1 + # value: PREFIX/csi-resizer:v0.5.1-lh2 #- name: CSI_SNAPSHOTTER_IMAGE - # value: PREFIX/csi-snapshotter:v2.1.1-lh1 + # value: PREFIX/csi-snapshotter:v2.1.1-lh2 # Manually specify number of CSI attacher replicas #- name: CSI_ATTACHER_REPLICA_COUNT # value: "3" diff --git a/deploy/release-images.txt b/deploy/release-images.txt index 17547f6..35f8d3b 100644 --- a/deploy/release-images.txt +++ b/deploy/release-images.txt @@ -1,11 +1,11 @@ -longhornio/csi-attacher:v2.2.1-lh1 +longhornio/csi-attacher:v2.2.1-lh2 longhornio/csi-node-driver-registrar:v1.2.0-lh1 -longhornio/csi-provisioner:v1.6.0-lh1 -longhornio/csi-resizer:v0.5.1-lh1 -longhornio/csi-snapshotter:v2.1.1-lh1 +longhornio/csi-provisioner:v1.6.0-lh2 +longhornio/csi-resizer:v0.5.1-lh2 +longhornio/csi-snapshotter:v2.1.1-lh2 longhornio/backing-image-manager:v1_20210422 -longhornio/longhorn-engine:v1.1.2-rc1 +longhornio/longhorn-engine:v1.1.2 longhornio/longhorn-instance-manager:v1_20210621 -longhornio/longhorn-manager:v1.1.2-rc1 +longhornio/longhorn-manager:v1.1.2 longhornio/longhorn-share-manager:v1_20210416 -longhornio/longhorn-ui:v1.1.2-rc1 +longhornio/longhorn-ui:v1.1.2 diff --git a/uninstall/uninstall.yaml b/uninstall/uninstall.yaml index 5afcafc..f9d46d5 100644 --- a/uninstall/uninstall.yaml +++ b/uninstall/uninstall.yaml @@ -101,7 +101,7 @@ spec: spec: containers: - name: longhorn-uninstall - image: longhornio/longhorn-manager:v1.1.2-rc1 + image: longhornio/longhorn-manager:v1.1.2 imagePullPolicy: Always securityContext: privileged: true