Skip to content

Commit

Permalink
Merge pull request #753 from dlminvestments/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
Update nginx Docker tag to v1.25.5
  • Loading branch information
dlminvestments committed Apr 19, 2024
2 parents 3f925d5 + 1fa24a3 commit 3358184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions controller/nginx-deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ resource "kubernetes_deployment" "example" {

spec {
container {
image = "nginx:1.25.4"
image = "nginx:1.25.5"
name = "example1"
}

container {
image = "nginx:1.25.4"
image = "nginx:1.25.5"
name = "example2"
}

container {
image = "nginx:1.25.4"
image = "nginx:1.25.5"
name = "example3"
}

Expand Down
2 changes: 1 addition & 1 deletion controller/nginx-terraform-k8s-provider-pod.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "kubernetes_pod" "test" {

spec {
container {
image = "nginx:1.25.4"
image = "nginx:1.25.5"
name = "example"

resources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "kubernetes_replication_controller" "example" {

spec {
container {
image = "nginx:1.25.4"
image = "nginx:1.25.5"
name = "example"

liveness_probe {
Expand Down

0 comments on commit 3358184

Please sign in to comment.