Skip to content

Commit

Permalink
chore(cve): update livenessprobe to v2.14.0-20241219
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 20, 2024
1 parent b354210 commit 9bf113b
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 @@ -96,7 +96,7 @@ The `values.yaml` contains items used to tweak a deployment of this chart.
| image.csi.attacher.repository | string | `"longhornio/csi-attacher"` | Repository for the CSI attacher image. When unspecified, Longhorn uses the default value. |
| image.csi.attacher.tag | string | `"v4.7.0-20241219"` | Tag for the CSI attacher image. When unspecified, Longhorn uses the default value. |
| image.csi.livenessProbe.repository | string | `"longhornio/livenessprobe"` | Repository for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
| image.csi.livenessProbe.tag | string | `"v2.14.0"` | Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
| image.csi.livenessProbe.tag | string | `"v2.14.0-20241219"` | Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
| image.csi.nodeDriverRegistrar.repository | string | `"longhornio/csi-node-driver-registrar"` | Repository for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. |
| image.csi.nodeDriverRegistrar.tag | string | `"v2.12.0-20241219"` | Tag for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. |
| image.csi.provisioner.repository | string | `"longhornio/csi-provisioner"` | Repository for the CSI Provisioner image. When unspecified, Longhorn uses the default value. |
Expand Down
2 changes: 1 addition & 1 deletion chart/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ questions:
label: Longhorn CSI Liveness Probe Image Repository
group: "Longhorn CSI Driver Images"
- variable: image.csi.livenessProbe.tag
default: v2.14.0
default: v2.14.0-20241219
description: "Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value."
type: string
label: Longhorn CSI Liveness Probe 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 @@ -100,7 +100,7 @@ image:
# -- Repository for the CSI liveness probe image. When unspecified, Longhorn uses the default value.
repository: longhornio/livenessprobe
# -- Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value.
tag: v2.14.0
tag: v2.14.0-20241219
openshift:
oauthProxy:
# -- 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 deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ longhornio/csi-provisioner:v5.1.0-20241220
longhornio/csi-resizer:v1.12.0-20241219
longhornio/csi-snapshotter:v8.2.0
longhornio/csi-node-driver-registrar:v2.12.0-20241219
longhornio/livenessprobe:v2.14.0
longhornio/livenessprobe:v2.14.0-20241219
longhornio/backing-image-manager:master-head
longhornio/longhorn-engine:master-head
longhornio/longhorn-instance-manager:master-head
Expand Down
2 changes: 1 addition & 1 deletion deploy/longhorn-okd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5156,7 +5156,7 @@ spec:
- name: CSI_SNAPSHOTTER_IMAGE
value: "longhornio/csi-snapshotter:v8.2.0"
- name: CSI_LIVENESS_PROBE_IMAGE
value: "longhornio/livenessprobe:v2.14.0"
value: "longhornio/livenessprobe:v2.14.0-20241219"
priorityClassName: "longhorn-critical"
serviceAccountName: longhorn-service-account
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5093,7 +5093,7 @@ spec:
- name: CSI_SNAPSHOTTER_IMAGE
value: "longhornio/csi-snapshotter:v8.2.0"
- name: CSI_LIVENESS_PROBE_IMAGE
value: "longhornio/livenessprobe:v2.14.0"
value: "longhornio/livenessprobe:v2.14.0-20241219"
priorityClassName: "longhorn-critical"
serviceAccountName: longhorn-service-account
securityContext:
Expand Down

0 comments on commit 9bf113b

Please sign in to comment.