diff --git a/charts/longhorn/Chart.yaml b/charts/longhorn/Chart.yaml index d98b0ce5..fa6d389f 100644 --- a/charts/longhorn/Chart.yaml +++ b/charts/longhorn/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.6.3-rc2 -appVersion: v1.6.3-rc2 +version: 1.6.3 +appVersion: v1.6.3 kubeVersion: ">=1.21.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/charts/longhorn/questions.yaml b/charts/longhorn/questions.yaml index b1dbfac4..9da2ec52 100644 --- a/charts/longhorn/questions.yaml +++ b/charts/longhorn/questions.yaml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.manager.tag - default: v1.6.3-rc2 + default: v1.6.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.6.3-rc2 + default: v1.6.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.6.3-rc2 + default: v1.6.3 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag @@ -53,7 +53,7 @@ questions: label: Longhorn Instance Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.instanceManager.tag - default: v1.6.3-rc2 + default: v1.6.3 description: "Specify Longhorn Instance Manager Image Tag" type: string label: Longhorn Instance Manager Image Tag @@ -65,7 +65,7 @@ questions: label: Longhorn Share Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.shareManager.tag - default: v1.6.3-rc2 + default: v1.6.3 description: "Specify Longhorn Share Manager Image Tag" type: string label: Longhorn Share Manager Image Tag @@ -77,7 +77,7 @@ questions: label: Longhorn Backing Image Manager Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.backingImageManager.tag - default: v1.6.3-rc2 + default: v1.6.3 description: "Specify Longhorn Backing Image Manager Image Tag" type: string label: Longhorn Backing Image Manager Image Tag diff --git a/charts/longhorn/values.yaml b/charts/longhorn/values.yaml index ecaddc91..b3f8d065 100644 --- a/charts/longhorn/values.yaml +++ b/charts/longhorn/values.yaml @@ -39,32 +39,32 @@ image: # -- Repository for the Longhorn Engine image. repository: longhornio/longhorn-engine # -- Specify Longhorn engine image tag - tag: v1.6.3-rc2 + tag: v1.6.3 manager: # -- Repository for the Longhorn Manager image. repository: longhornio/longhorn-manager # -- Specify Longhorn manager image tag - tag: v1.6.3-rc2 + tag: v1.6.3 ui: # -- Repository for the Longhorn UI image. repository: longhornio/longhorn-ui # -- Specify Longhorn ui image tag - tag: v1.6.3-rc2 + tag: v1.6.3 instanceManager: # -- Repository for the Longhorn Instance Manager image. repository: longhornio/longhorn-instance-manager # -- Specify Longhorn instance manager image tag - tag: v1.6.3-rc2 + tag: v1.6.3 shareManager: # -- Repository for the Longhorn Share Manager image. repository: longhornio/longhorn-share-manager # -- Specify Longhorn share manager image tag - tag: v1.6.3-rc2 + tag: v1.6.3 backingImageManager: # -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value. repository: longhornio/backing-image-manager # -- Specify Longhorn backing image manager image tag - tag: v1.6.3-rc2 + tag: v1.6.3 supportBundleKit: # -- Repository for the Longhorn Support Bundle Manager image. repository: longhornio/support-bundle-kit