From 90f13fc53fe967558bdce42a13857e5ee95dc1c9 Mon Sep 17 00:00:00 2001 From: Juliano Goncalves Date: Mon, 17 Jul 2023 13:50:53 +0100 Subject: [PATCH] Testing QA --- .github/workflows/pythonapp.yml | 2 +- python/app.py | 2 +- qa/hello.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 0140754..5a3df5d 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -24,5 +24,5 @@ jobs: run: | cd ./python echo "${{ secrets.DOCKERPW }}" | docker login -u "julianoalberto" --password-stdin - docker image build -t julianoalberto/gitops:hellov1.0 . + docker image build -t julianoalberto/gitops:hellov1.2 . docker push julianoalberto/gitops:hellov1.2 diff --git a/python/app.py b/python/app.py index 73974de..8388a3b 100644 --- a/python/app.py +++ b/python/app.py @@ -5,7 +5,7 @@ @app.route("/") def hello(): - return "Hello from Juliano again and again!" + return "Hello from QA!" if __name__ == "__main__": diff --git a/qa/hello.yaml b/qa/hello.yaml index de9ff70..337d579 100644 --- a/qa/hello.yaml +++ b/qa/hello.yaml @@ -16,4 +16,4 @@ spec: spec: containers: - name: hello - image: linuxacademycontent/gitops:hellov1.1 + image: linuxacademycontent/gitops:hellov1.2