diff --git a/examples/deploy_service/main.tf b/examples/deploy_service/main.tf index eca6e989c3..71491a92bc 100644 --- a/examples/deploy_service/main.tf +++ b/examples/deploy_service/main.tf @@ -55,7 +55,7 @@ resource "kubernetes_pod" "nginx-example" { spec { container { - image = "nginx:1.25.3" + image = "nginx:1.26.0" name = "nginx-example" } }