Skip to content

Commit

Permalink
Bump the csm-authorization group across 2 directories with 2 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent bb28707 commit e972565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit e972565

Please sign in to comment.