Skip to content

Commit

Permalink
Update nginx/nginx-ingress Docker tag to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent c9b7f2c commit cca5447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/nginx-ingress/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
# - name: nginx-log
# emptyDir: {}
containers:
- image: nginx/nginx-ingress:3.5.2
- image: nginx/nginx-ingress:3.6.1
imagePullPolicy: IfNotPresent
name: nginx-ingress
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/nginx-ingress/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
# - name: nginx-log
# emptyDir: {}
containers:
- image: nginx/nginx-ingress:3.5.2
- image: nginx/nginx-ingress:3.6.1
imagePullPolicy: IfNotPresent
name: nginx-ingress
ports:
Expand Down

0 comments on commit cca5447

Please sign in to comment.