From 56fb7aff48c3552c2a374ff95456afd3c3405df5 Mon Sep 17 00:00:00 2001 From: David Ko Date: Fri, 18 Oct 2024 00:35:29 +0000 Subject: [PATCH] release: v1.7.2 Signed-off-by: David Ko --- charts/longhorn/Chart.yaml | 4 ++-- charts/longhorn/README.md | 2 +- charts/longhorn/questions.yaml | 14 +++++++------- charts/longhorn/values.yaml | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/longhorn/Chart.yaml b/charts/longhorn/Chart.yaml index 67e076ed..4044af2a 100644 --- a/charts/longhorn/Chart.yaml +++ b/charts/longhorn/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 1.7.2-rc2 -appVersion: v1.7.2-rc2 +version: 1.7.2 +appVersion: v1.7.2 kubeVersion: ">=1.21.0-0" description: Longhorn is a distributed block storage system for Kubernetes. keywords: diff --git a/charts/longhorn/README.md b/charts/longhorn/README.md index 394aa5e6..189dd634 100644 --- a/charts/longhorn/README.md +++ b/charts/longhorn/README.md @@ -116,7 +116,7 @@ The `values.yaml` contains items used to tweak a deployment of this chart. | image.longhorn.shareManager.repository | string | `"longhornio/longhorn-share-manager"` | Repository for the Longhorn Share Manager image. | | image.longhorn.shareManager.tag | string | `"v1.7.2-rc1"` | Tag for the Longhorn Share Manager image. | | image.longhorn.supportBundleKit.repository | string | `"longhornio/support-bundle-kit"` | Repository for the Longhorn Support Bundle Manager image. | -| image.longhorn.supportBundleKit.tag | string | `"v0.0.43"` | Tag for the Longhorn Support Bundle Manager image. | +| image.longhorn.supportBundleKit.tag | string | `"v0.0.45"` | Tag for the Longhorn Support Bundle Manager image. | | image.longhorn.ui.repository | string | `"longhornio/longhorn-ui"` | Repository for the Longhorn UI image. | | image.longhorn.ui.tag | string | `"v1.7.2-rc1"` | Tag for the Longhorn UI image. | | image.openshift.oauthProxy.repository | string | `""` | Repository for the OAuth Proxy image. Specify the upstream image (for example, "quay.io/openshift/origin-oauth-proxy"). This setting applies only to OpenShift users. | diff --git a/charts/longhorn/questions.yaml b/charts/longhorn/questions.yaml index 1141ed98..90661a98 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Longhorn Manager image." 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Longhorn Engine image." 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Longhorn UI image." 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Longhorn Instance Manager image." 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Longhorn Share Manager image." 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.7.2-rc2 + default: v1.7.2 description: "Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value." type: string label: Longhorn Backing Image Manager Image Tag @@ -89,7 +89,7 @@ questions: label: Longhorn Support Bundle Kit Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.supportBundleKit.tag - default: v0.0.43 + default: v0.0.45 description: "Tag for the Longhorn Support Bundle Manager image." type: string label: Longhorn Support Bundle Kit Image Tag diff --git a/charts/longhorn/values.yaml b/charts/longhorn/values.yaml index ee53e259..6358f54c 100644 --- a/charts/longhorn/values.yaml +++ b/charts/longhorn/values.yaml @@ -39,37 +39,37 @@ image: # -- Repository for the Longhorn Engine image. repository: longhornio/longhorn-engine # -- Tag for the Longhorn Engine image. - tag: v1.7.2-rc2 + tag: v1.7.2 manager: # -- Repository for the Longhorn Manager image. repository: longhornio/longhorn-manager # -- Tag for the Longhorn Manager image. - tag: v1.7.2-rc2 + tag: v1.7.2 ui: # -- Repository for the Longhorn UI image. repository: longhornio/longhorn-ui # -- Tag for the Longhorn UI image. - tag: v1.7.2-rc2 + tag: v1.7.2 instanceManager: # -- Repository for the Longhorn Instance Manager image. repository: longhornio/longhorn-instance-manager # -- Tag for the Longhorn Instance Manager image. - tag: v1.7.2-rc2 + tag: v1.7.2 shareManager: # -- Repository for the Longhorn Share Manager image. repository: longhornio/longhorn-share-manager # -- Tag for the Longhorn Share Manager image. - tag: v1.7.2-rc2 + tag: v1.7.2 backingImageManager: # -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value. repository: longhornio/backing-image-manager # -- Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value. - tag: v1.7.2-rc2 + tag: v1.7.2 supportBundleKit: # -- Repository for the Longhorn Support Bundle Manager image. repository: longhornio/support-bundle-kit # -- Tag for the Longhorn Support Bundle Manager image. - tag: v0.0.43 + tag: v0.0.45 csi: attacher: # -- Repository for the CSI attacher image. When unspecified, Longhorn uses the default value.