Skip to content

Commit

Permalink
[feature-743]: Update Authorization sidecar version in driver samples (
Browse files Browse the repository at this point in the history
…#279)

* update sidecar version

* update config version
  • Loading branch information
atye authored Jun 22, 2023
1 parent 62285bb commit 6446a7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions samples/storage_csm_powerflex_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions samples/storage_csm_powermax_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions samples/storage_csm_powerscale_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6446a7e

Please sign in to comment.