diff --git a/chart/README.md b/chart/README.md index a204210c91..c1e74aab90 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 | `"master-head"` | 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 | `"master-head"` | 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/chart/questions.yaml b/chart/questions.yaml index 036295bf6a..1dc539f5ba 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.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/chart/values.yaml b/chart/values.yaml index 318929a790..1a315af2ad 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.43 + tag: v0.0.45 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 b59a39c518..f2d1a16aaa 100644 --- a/deploy/longhorn-images.txt +++ b/deploy/longhorn-images.txt @@ -11,4 +11,4 @@ longhornio/longhorn-manager:master-head longhornio/longhorn-share-manager:master-head longhornio/longhorn-ui:master-head longhornio/longhorn-cli:master-head -longhornio/support-bundle-kit:v0.0.43 +longhornio/support-bundle-kit:v0.0.45 diff --git a/deploy/longhorn-okd.yaml b/deploy/longhorn-okd.yaml index 10a6c5b137..74ebd28d81 100644 --- a/deploy/longhorn-okd.yaml +++ b/deploy/longhorn-okd.yaml @@ -4932,7 +4932,7 @@ spec: - --backing-image-manager-image - "longhornio/backing-image-manager:master-head" - --support-bundle-manager-image - - "longhornio/support-bundle-kit:v0.0.43" + - "longhornio/support-bundle-kit:v0.0.45" - --manager-image - "longhornio/longhorn-manager:master-head" - --service-account diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 5cebb30258..aedc73eecd 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -4869,7 +4869,7 @@ spec: - --backing-image-manager-image - "longhornio/backing-image-manager:master-head" - --support-bundle-manager-image - - "longhornio/support-bundle-kit:v0.0.43" + - "longhornio/support-bundle-kit:v0.0.45" - --manager-image - "longhornio/longhorn-manager:master-head" - --service-account