Skip to content

Commit

Permalink
Merge pull request #29 from mrpbennett/renovate/nginx-nginx-ingress-3.x
Browse files Browse the repository at this point in the history
Update nginx/nginx-ingress Docker tag to v3.6.1
  • Loading branch information
mrpbennett authored Jul 13, 2024
2 parents 533a7c8 + 0a434fc commit 486a088
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 486a088

Please sign in to comment.