Skip to content

Commit

Permalink
chore: update support-bundle to v0.0.47
Browse files Browse the repository at this point in the history
longhorn/longhorn-9895

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and derekbit committed Dec 4, 2024
1 parent 9e8a84b commit 6cc47ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 | `"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.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 | `"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. |
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.45
default: v0.0.47
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.45
tag: v0.0.47
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 @@ -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.45
longhornio/support-bundle-kit:v0.0.47
2 changes: 1 addition & 1 deletion deploy/longhorn-okd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.45"
- "longhornio/support-bundle-kit:v0.0.47"
- --manager-image
- "longhornio/longhorn-manager:master-head"
- --service-account
Expand Down
2 changes: 1 addition & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.45"
- "longhornio/support-bundle-kit:v0.0.47"
- --manager-image
- "longhornio/longhorn-manager:master-head"
- --service-account
Expand Down

0 comments on commit 6cc47ec

Please sign in to comment.