Skip to content

Commit

Permalink
chore: upgrade support-bundle to v0.0.45
Browse files Browse the repository at this point in the history
longhorn/longhorn-9658

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit 4aa07b4)
  • Loading branch information
c3y1huang committed Oct 17, 2024
1 parent 76cd711 commit 51b8a6d
Show file tree
Hide file tree
Showing 6 changed files with 5,193 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.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. |
Expand Down
2 changes: 1 addition & 1 deletion chart/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.43
longhornio/support-bundle-kit:v0.0.45
Loading

0 comments on commit 51b8a6d

Please sign in to comment.