Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the csm-authorization group across 2 directories with 2 updates #534

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/csm-authorization-v2.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ authorization:
opa:
image: openpolicyagent/opa
opaKubeMgmt:
image: openpolicyagent/kube-mgmt:8.5.8
image: openpolicyagent/kube-mgmt:8.5.10

# proxy-server ingress will use this hostname
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts
Expand Down Expand Up @@ -81,7 +81,7 @@ redis:
replicas: 5
images:
redis:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
commander:
image: rediscommander/redis-commander:latest

Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authorization:
opa:
image: openpolicyagent/opa
opaKubeMgmt:
image: openpolicyagent/kube-mgmt:8.5.8
image: openpolicyagent/kube-mgmt:8.5.10

# proxy-server ingress will use this hostname
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts
Expand Down Expand Up @@ -59,7 +59,7 @@ authorization:
redis:
images:
redis:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
commander:
image: rediscommander/redis-commander:latest

Expand Down