Skip to content

Commit 80171d2

Browse files
authored
feat: update COSI controller image tag (#379)
1 parent aa2107a commit 80171d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following table lists the configurable parameters of the cosi-driver-nutanix
6060
| `cosiController.logLevel` | Verbosity of logs for COSI central controller deployment | `5` |
6161
| `cosiController.image.registery` | Image registry for COSI central controller deployment | `gcr.io/` |
6262
| `cosiController.image.repository` | Image repository for COSI central controller deployment | `k8s-staging-sig-storage/objectstorage-controller` |
63-
| `cosiController.image.tag` | Image tag for COSI central controller deployment | `v20221027-v0.1.1-8-g300019f` |
63+
| `cosiController.image.tag` | Image tag for COSI central controller deployment | `v20250110-a29e5f6` |
6464
| `cosiController.image.pullPolicy` | Image pull policy for COSI central controller deployment | `Always` |
6565
| `objectstorageProvisionerSidecar.logLevel` | Verbosity of logs for COSI sidecar | `5` |
6666
| `objectstorageProvisionerSidecar.image.registery` | Image registry for COSI sidecar | `gcr.io/` |

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cosiController:
3737
image:
3838
registry: gcr.io
3939
repository: k8s-staging-sig-storage/objectstorage-controller
40-
tag: v20230524-v0.1.1-15-g5240fb3
40+
tag: v20250110-a29e5f6
4141
pullPolicy: Always
4242

4343
# COSI sidecar specifications.

0 commit comments

Comments
 (0)