Skip to content

Commit

Permalink
fix(cve): support-bundle-kit
Browse files Browse the repository at this point in the history
ref: 7277

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit 875a5f2)
  • Loading branch information
c3y1huang authored and David Ko committed Dec 24, 2023
1 parent ae32f4e commit d533e9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.32
default: v0.0.33
description: "Specify Longhorn Support Bundle Manager Image Tag"
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 @@ -43,7 +43,7 @@ image:
tag: v1.4.4
supportBundleKit:
repository: longhornio/support-bundle-kit
tag: v0.0.32
tag: v0.0.33
csi:
attacher:
repository: longhornio/csi-attacher
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.4.4
longhornio/longhorn-manager:v1.4.4
longhornio/longhorn-share-manager:v1.4.4
longhornio/longhorn-ui:v1.4.4
longhornio/support-bundle-kit:v0.0.32
longhornio/support-bundle-kit:v0.0.33
2 changes: 1 addition & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3900,7 +3900,7 @@ spec:
- --backing-image-manager-image
- "longhornio/backing-image-manager:v1.4.4"
- --support-bundle-manager-image
- "longhornio/support-bundle-kit:v0.0.32"
- "longhornio/support-bundle-kit:v0.0.33"
- --manager-image
- "longhornio/longhorn-manager:v1.4.4"
- --service-account
Expand Down

0 comments on commit d533e9f

Please sign in to comment.