From 8dc25d728bbe10de5bb6f9d87a662b30c8af7f68 Mon Sep 17 00:00:00 2001 From: Sushant Date: Wed, 4 Sep 2024 14:30:44 +1000 Subject: [PATCH] Update deployment.yaml --- simple-application/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-application/deployment.yaml b/simple-application/deployment.yaml index 7d8f54dfd6..c845c3d904 100644 --- a/simple-application/deployment.yaml +++ b/simple-application/deployment.yaml @@ -15,6 +15,6 @@ spec: spec: containers: - name: webserver-simple - image: docker.io/kostiscodefresh/gitops-simple-app:v1.0 + image: docker.io/kostiscodefresh/gitops-simple-app:v2.0 ports: - containerPort: 8080