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 13, 2024
1 parent 533a7c8 commit 0a434fc
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 0a434fc

Please sign in to comment.