Skip to content

Commit

Permalink
fix(cve): update support-bundle-kit to v0.0.40
Browse files Browse the repository at this point in the history
longhorn/longhorn-8976

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang authored and derekbit committed Jul 18, 2024
1 parent e38133f commit a32dace
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.39"` | Tag for the Longhorn Support Bundle Manager image. |
| image.longhorn.supportBundleKit.tag | string | `"v0.0.40"` | 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 | `"longhornio/openshift-origin-oauth-proxy"` | Repository for the OAuth Proxy image. 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.39
default: v0.0.40
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.39
tag: v0.0.40
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-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.39
longhornio/support-bundle-kit:v0.0.40
2 changes: 1 addition & 1 deletion deploy/longhorn-okd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4887,7 +4887,7 @@ spec:
- --backing-image-manager-image
- "longhornio/backing-image-manager:master-head"
- --support-bundle-manager-image
- "longhornio/support-bundle-kit:v0.0.39"
- "longhornio/support-bundle-kit:v0.0.40"
- --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 @@ -4842,7 +4842,7 @@ spec:
- --backing-image-manager-image
- "longhornio/backing-image-manager:master-head"
- --support-bundle-manager-image
- "longhornio/support-bundle-kit:v0.0.39"
- "longhornio/support-bundle-kit:v0.0.40"
- --manager-image
- "longhornio/longhorn-manager:master-head"
- --service-account
Expand Down

0 comments on commit a32dace

Please sign in to comment.