Skip to content

Commit af8c8b9

Browse files
Bump the csm-authorization group across 2 directories with 5 updates
Bumps the csm-authorization group with 5 updates in the /charts/csm-authorization directory: | Package | From | To | | --- | --- | --- | | dell/container-storage-modules/csm-authorization-proxy | `v1.13.0` | `v2.0.0` | | dell/container-storage-modules/csm-authorization-tenant | `v1.13.0` | `v2.0.0` | | dell/container-storage-modules/csm-authorization-role | `v1.13.0` | `v2.0.0` | | dell/container-storage-modules/csm-authorization-storage | `v1.13.0` | `v2.0.0` | | openpolicyagent/kube-mgmt | `8.5.10` | `8.5.12` | Bumps the csm-authorization group with 1 update in the /charts/csm-authorization-v2.0 directory: openpolicyagent/kube-mgmt. Updates `dell/container-storage-modules/csm-authorization-proxy` from v1.13.0 to v2.0.0 Updates `dell/container-storage-modules/csm-authorization-tenant` from v1.13.0 to v2.0.0 Updates `dell/container-storage-modules/csm-authorization-role` from v1.13.0 to v2.0.0 Updates `dell/container-storage-modules/csm-authorization-storage` from v1.13.0 to v2.0.0 Updates `openpolicyagent/kube-mgmt` from 8.5.10 to 8.5.12 Updates `openpolicyagent/kube-mgmt` from 8.5.10 to 8.5.12 --- updated-dependencies: - dependency-name: dell/container-storage-modules/csm-authorization-proxy dependency-type: direct:production dependency-group: csm-authorization - dependency-name: dell/container-storage-modules/csm-authorization-tenant dependency-type: direct:production dependency-group: csm-authorization - dependency-name: dell/container-storage-modules/csm-authorization-role dependency-type: direct:production dependency-group: csm-authorization - dependency-name: dell/container-storage-modules/csm-authorization-storage dependency-type: direct:production dependency-group: csm-authorization - dependency-name: openpolicyagent/kube-mgmt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: csm-authorization - dependency-name: openpolicyagent/kube-mgmt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: csm-authorization ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee708ab commit af8c8b9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/csm-authorization-v2.0/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ authorization:
3131
opa:
3232
image: openpolicyagent/opa
3333
opaKubeMgmt:
34-
image: openpolicyagent/kube-mgmt:8.5.10
34+
image: openpolicyagent/kube-mgmt:8.5.12
3535

3636
# proxy-server ingress will use this hostname
3737
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts

charts/csm-authorization/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ authorization:
1313
# images to use in installation
1414
images:
1515
proxyService:
16-
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v1.13.0
16+
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v2.0.0
1717
tenantService:
18-
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v1.13.0
18+
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v2.0.0
1919
roleService:
20-
image: quay.io/dell/container-storage-modules/csm-authorization-role:v1.13.0
20+
image: quay.io/dell/container-storage-modules/csm-authorization-role:v2.0.0
2121
storageService:
22-
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v1.13.0
22+
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v2.0.0
2323
opa:
2424
image: openpolicyagent/opa
2525
opaKubeMgmt:
26-
image: openpolicyagent/kube-mgmt:8.5.10
26+
image: openpolicyagent/kube-mgmt:8.5.12
2727

2828
# proxy-server ingress will use this hostname
2929
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts

0 commit comments

Comments
 (0)