diff --git a/chart/README.md b/chart/README.md index 167c226ac5..70e52a8390 100644 --- a/chart/README.md +++ b/chart/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.6.1"` | Specify Longhorn share manager image tag | | image.longhorn.supportBundleKit.repository | string | `"longhornio/support-bundle-kit"` | Repository 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.supportBundleKit.tag | string | `"v0.0.47"` | 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.6.1"` | Specify Longhorn ui image tag | | 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/chart/questions.yaml b/chart/questions.yaml index 4c8537bbda..004edab696 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -89,7 +89,7 @@ questions: label: Longhorn Support Bundle Kit Image Repository group: "Longhorn Images Settings" - variable: image.longhorn.supportBundleKit.tag - default: v0.0.45 + default: v0.0.47 description: "Tag for the Longhorn Support Bundle Manager image." type: string label: Longhorn Support Bundle Kit Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index 7e4c9a6bdf..6d7a5820a9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -69,7 +69,7 @@ image: # -- Repository for the Longhorn Support Bundle Manager image. repository: longhornio/support-bundle-kit # -- Tag for the Longhorn Support Bundle Manager image. - tag: v0.0.45 + tag: v0.0.47 csi: attacher: # -- Repository for the CSI attacher image. When unspecified, Longhorn uses the default value. diff --git a/deploy/longhorn-images.txt b/deploy/longhorn-images.txt index 8ff4442957..92e2692d3c 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -10,4 +10,4 @@ longhornio/longhorn-instance-manager:v1.6.3 longhornio/longhorn-manager:v1.6.3 longhornio/longhorn-share-manager:v1.6.3 longhornio/longhorn-ui:v1.6.3 -longhornio/support-bundle-kit:v0.0.45 +longhornio/support-bundle-kit:v0.0.47 diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 9f902da900..8265ca2a9d 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -4631,7 +4631,7 @@ spec: - --backing-image-manager-image - "longhornio/backing-image-manager:v1.6.3" - --support-bundle-manager-image - - "longhornio/support-bundle-kit:v0.0.45" + - "longhornio/support-bundle-kit:v0.0.47" - --manager-image - "longhornio/longhorn-manager:v1.6.3" - --service-account