From eee3b473e1f3cafe07fb77f95ebd10b4dc61fabb Mon Sep 17 00:00:00 2001 From: kennyd3d Date: Mon, 14 Oct 2024 14:57:13 -0700 Subject: [PATCH] update values --- CICD/hello-world-app/values-qa.yaml | 2 +- CICD/hello-world-app/values-stable.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CICD/hello-world-app/values-qa.yaml b/CICD/hello-world-app/values-qa.yaml index 03cbb1c..a6d59df 100644 --- a/CICD/hello-world-app/values-qa.yaml +++ b/CICD/hello-world-app/values-qa.yaml @@ -1,2 +1,2 @@ -namespace: dev +namespace: qa image: kennyd3d/hello-world-app:dev \ No newline at end of file diff --git a/CICD/hello-world-app/values-stable.yaml b/CICD/hello-world-app/values-stable.yaml index 03cbb1c..53a5e55 100644 --- a/CICD/hello-world-app/values-stable.yaml +++ b/CICD/hello-world-app/values-stable.yaml @@ -1,2 +1,2 @@ -namespace: dev +namespace: stable image: kennyd3d/hello-world-app:dev \ No newline at end of file