Skip to content

Commit

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

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang authored and David Ko committed Nov 15, 2023
1 parent 15fd798 commit 74d829d
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -123,7 +123,7 @@ The `values.yaml` contains items used to tweak a deployment of this chart.
| image.longhorn.shareManager.repository | string | `"longhornio/longhorn-share-manager"` | Specify Longhorn share manager image repository |
| image.longhorn.shareManager.tag | string | `"master-head"` | Specify Longhorn share manager image tag |
| image.longhorn.supportBundleKit.repository | string | `"longhornio/support-bundle-kit"` | Specify Longhorn support bundle manager image repository |
| image.longhorn.supportBundleKit.tag | string | `"v0.0.27"` | Specify Longhorn support bundle manager image tag |
| image.longhorn.supportBundleKit.tag | string | `"v0.0.29"` | Specify Longhorn support bundle manager image tag |
| image.longhorn.ui.repository | string | `"longhornio/longhorn-ui"` | Specify Longhorn ui image repository |
| image.longhorn.ui.tag | string | `"master-head"` | Specify Longhorn ui image tag |
| image.openshift.oauthProxy.repository | string | `"quay.io/openshift/origin-oauth-proxy"` | For openshift user. Specify oauth proxy image repository |
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.27
default: v0.0.29
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 @@ -65,7 +65,7 @@ image:
# -- Specify Longhorn support bundle manager image repository
repository: longhornio/support-bundle-kit
# -- Specify Longhorn support bundle manager image tag
tag: v0.0.27
tag: v0.0.29
csi:
attacher:
# -- Specify CSI attacher image repository. Leave blank to autodetect
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:master-head
longhornio/longhorn-manager:master-head
longhornio/longhorn-share-manager:master-head
longhornio/longhorn-ui:master-head
longhornio/support-bundle-kit:v0.0.27
longhornio/support-bundle-kit:v0.0.29
2 changes: 1 addition & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4131,7 +4131,7 @@ spec:
- --backing-image-manager-image
- "longhornio/backing-image-manager:master-head"
- --support-bundle-manager-image
- "longhornio/support-bundle-kit:v0.0.27"
- "longhornio/support-bundle-kit:v0.0.29"
- --manager-image
- "longhornio/longhorn-manager:master-head"
- --service-account
Expand Down

0 comments on commit 74d829d

Please sign in to comment.