Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
update traefik to v3.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Sadler <ansadler@redhat.com>
  • Loading branch information
sadlerap committed Oct 11, 2024
1 parent 3484bfe commit 6b23d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
securityContext:
runAsNonRoot: true
containers:
- image: traefik:v3.1.2
- image: traefik:v3.1.6
name: proxy
imagePullPolicy: IfNotPresent
volumeMounts:
Expand All @@ -27,7 +27,7 @@ spec:
- name: "traefik-dynamic-config"
mountPath: "/etc/traefik/dynamic"
- name: "traefik-plugin-storage"
mountPath: "/plugins-storage"
mountPath: "/plugins-storage"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 6b23d77

Please sign in to comment.