Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/charts/csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Target image repository.
#### **nodeDriverRegistrarImage.tag** ~ `string`
> Default value:
> ```yaml
> v2.13.0
> v2.14.0
> ```

Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
Expand Down Expand Up @@ -214,7 +214,7 @@ Target image repository.
#### **livenessProbeImage.tag** ~ `string`
> Default value:
> ```yaml
> v2.15.0
> v2.16.0
> ```

Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/csi-driver/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"type": "string"
},
"helm-values.livenessProbeImage.tag": {
"default": "v2.15.0",
"default": "v2.16.0",
"description": "Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.",
"type": "string"
},
Expand Down Expand Up @@ -382,7 +382,7 @@
"type": "string"
},
"helm-values.nodeDriverRegistrarImage.tag": {
"default": "v2.13.0",
"default": "v2.14.0",
"description": "Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ nodeDriverRegistrarImage:
# Override the image tag to deploy by setting this variable.
# If no value is set, the chart's appVersion is used.
# +docs:property
tag: v2.13.0
tag: v2.14.0

# Target image digest. Override any tag, if set.
# For example:
Expand All @@ -122,7 +122,7 @@ livenessProbeImage:
# Override the image tag to deploy by setting this variable.
# If no value is set, the chart's appVersion is used.
# +docs:property
tag: v2.15.0
tag: v2.16.0

# Target image digest. Override any tag, if set.
# For example:
Expand Down