From 6446a7e95ca65f76ffd1963ad31b28c40db5347f Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Thu, 22 Jun 2023 14:30:43 -0400 Subject: [PATCH] [feature-743]: Update Authorization sidecar version in driver samples (#279) * update sidecar version * update config version --- samples/storage_csm_powerflex_v270.yaml | 4 ++-- samples/storage_csm_powermax_v270.yaml | 4 ++-- samples/storage_csm_powerscale_v270.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/storage_csm_powerflex_v270.yaml b/samples/storage_csm_powerflex_v270.yaml index 21964553a..8ad0086f5 100644 --- a/samples/storage_csm_powerflex_v270.yaml +++ b/samples/storage_csm_powerflex_v270.yaml @@ -148,10 +148,10 @@ spec: - name: authorization # enable: Enable/Disable csm-authorization enabled: false - configVersion: v1.6.0 + configVersion: v1.7.0 components: - name: karavi-authorization-proxy - image: dellemc/csm-authorization-sidecar:v1.6.0 + image: dellemc/csm-authorization-sidecar:v1.7.0 envs: # proxyHost: hostname of the csm-authorization server - name: "PROXY_HOST" diff --git a/samples/storage_csm_powermax_v270.yaml b/samples/storage_csm_powermax_v270.yaml index 1aa38b690..d7cc9ebcb 100644 --- a/samples/storage_csm_powermax_v270.yaml +++ b/samples/storage_csm_powermax_v270.yaml @@ -198,10 +198,10 @@ spec: - name: authorization # enabled: Enable/Disable csm-authorization enabled: false - configVersion: v1.6.0 + configVersion: v1.7.0 components: - name: karavi-authorization-proxy - image: dellemc/csm-authorization-sidecar:v1.6.0 + image: dellemc/csm-authorization-sidecar:v1.7.0 envs: # proxyHost: hostname of the csm-authorization server - name: "PROXY_HOST" diff --git a/samples/storage_csm_powerscale_v270.yaml b/samples/storage_csm_powerscale_v270.yaml index 5617c6370..759eb4bf6 100644 --- a/samples/storage_csm_powerscale_v270.yaml +++ b/samples/storage_csm_powerscale_v270.yaml @@ -257,10 +257,10 @@ spec: - name: authorization # enable: Enable/Disable csm-authorization enabled: false - configVersion: v1.6.0 + configVersion: v1.7.0 components: - name: karavi-authorization-proxy - image: dellemc/csm-authorization-sidecar:v1.6.0 + image: dellemc/csm-authorization-sidecar:v1.7.0 envs: # proxyHost: hostname of the csm-authorization server - name: "PROXY_HOST"