Skip to content

Commit

Permalink
Changed secruleconfigurator tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeeke authored Sep 13, 2024
1 parent bb6dae2 commit cf360ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/ingress-nginx-securely/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ingress-nginx:
extraContainers:
# Run the Securely blocker sidecar
- name: securely-blocker
image: registry.securely.ai/securely/common/blocker:add-nginx-binary
image: registry.securely.ai/securely/common/blocker:latest
envFrom:
- configMapRef:
name: securely-blocker
Expand All @@ -79,7 +79,7 @@ ingress-nginx:

# Run the Securely SecRule configurator sidecar
- name: securely-secruleconfigurator
image: registry.securely.ai/securely/common/secrule-configurator:add-nginx-binary
image: registry.securely.ai/securely/common/secrule-configurator:latest
envFrom:
- configMapRef:
name: securely-secruleconfigurator
Expand Down Expand Up @@ -164,4 +164,4 @@ ingress-nginx:

securely_secruleconfigurator:
imageCredentials:
registry: registry.securely.ai/securely/common/secrule-configurator
registry: registry.securely.ai/securely/common/secrule-configurator

0 comments on commit cf360ec

Please sign in to comment.