Skip to content
Open
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: docker.io/openpolicyagent/opa:0.70.0
opaKubeMgmt:
image: openpolicyagent/kube-mgmt:9.2.2
image: openpolicyagent/kube-mgmt:9.3.0

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

Expand Down
Loading