Skip to content

Commit

Permalink
Final manifest updates after Authorization module changes (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 authored Jun 23, 2023
1 parent 6446a7e commit 081702a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ metadata:
"value": "true"
}
],
"image": "dellemc/csm-authorization-sidecar:v1.6.0",
"image": "dellemc/csm-authorization-sidecar:v1.7.0",
"name": "karavi-authorization-proxy"
}
],
"configVersion": "v1.6.0",
"configVersion": "v1.7.0",
"enabled": false,
"name": "authorization"
},
Expand Down Expand Up @@ -482,11 +482,11 @@ metadata:
"value": "true"
}
],
"image": "dellemc/csm-authorization-sidecar:v1.6.0",
"image": "dellemc/csm-authorization-sidecar:v1.7.0",
"name": "karavi-authorization-proxy"
}
],
"configVersion": "v1.6.0",
"configVersion": "v1.7.0",
"enabled": false,
"name": "authorization"
},
Expand Down Expand Up @@ -889,11 +889,11 @@ metadata:
"value": "true"
}
],
"image": "dellemc/csm-authorization-sidecar:v1.6.0",
"image": "dellemc/csm-authorization-sidecar:v1.7.0",
"name": "karavi-authorization-proxy"
}
],
"configVersion": "v1.6.0",
"configVersion": "v1.7.0",
"enabled": false,
"name": "authorization"
},
Expand Down Expand Up @@ -2329,7 +2329,7 @@ spec:
- name: Documentation
url: https://dell.github.io/csm-docs/docs/deployment/csmoperator/
maintainers:
- email: dell.csm.operator@dell.com
- email: container.storage.modules@dell.com
name: Dell Container Storage Modules
maturity: stable
minKubeVersion: 1.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ spec:
- name: Documentation
url: https://dell.github.io/csm-docs/docs/deployment/csmoperator/
maintainers:
- email: dell.csm.operator@dell.com
- email: container.storage.modules@dell.com
name: Dell Container Storage Modules
maturity: stable
minKubeVersion: 1.21.0
Expand Down
4 changes: 2 additions & 2 deletions config/samples/storage_v1_csm_powerflex.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 config/samples/storage_v1_csm_powermax.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 config/samples/storage_v1_csm_powerscale.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 081702a

Please sign in to comment.