From 35d9520dda09edb9011478fe7fdd6cf8933eff23 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Wed, 15 May 2024 12:40:36 +0530 Subject: [PATCH] update the objectstore provisioner sidecar image to latest Signed-off-by: Jiffin Tony Thottan --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index ae63583..f0c1069 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -50,7 +50,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: objectstorage-provisioner-sidecar - image: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar:v20221117-v0.1.0-22-g0e67387 + image: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:latest imagePullPolicy: IfNotPresent args: - "--v=5"