From fc6976f0a3c71e5c2c6ececf1880d1f927c56ae5 Mon Sep 17 00:00:00 2001 From: Jay Ehsaniara Date: Tue, 13 Jul 2021 00:26:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=F0=9F=93=A6=20Updating=20the=20?= =?UTF-8?q?kubernetes=20=F0=9F=8E=A8=20deployments=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scs101inventorycheck.yml | 4 ++-- .github/workflows/scs101order.yml | 4 ++-- scs-101/scs-101-inventory-check/k8s.yml | 2 +- scs-101/scs-101-order/k8s.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scs101inventorycheck.yml b/.github/workflows/scs101inventorycheck.yml index e7207f0..4ffade1 100644 --- a/.github/workflows/scs101inventorycheck.yml +++ b/.github/workflows/scs101inventorycheck.yml @@ -27,5 +27,5 @@ jobs: cp scs-101/Dockerfile scs-101/scs-101-inventory-check/Dockerfile cd scs-101/scs-101-inventory-check echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin - docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest . - docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest + docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check . + docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check diff --git a/.github/workflows/scs101order.yml b/.github/workflows/scs101order.yml index 17f4601..1c66218 100644 --- a/.github/workflows/scs101order.yml +++ b/.github/workflows/scs101order.yml @@ -27,5 +27,5 @@ jobs: cp scs-101/Dockerfile scs-101/scs-101-order/Dockerfile cd scs-101/scs-101-order echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin - docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest . - docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest + docker build --build-arg GITHUB_TOKEN=$GITHUB_TOKEN -t ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order . + docker push ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order diff --git a/scs-101/scs-101-inventory-check/k8s.yml b/scs-101/scs-101-inventory-check/k8s.yml index c79f2d1..8760d93 100644 --- a/scs-101/scs-101-inventory-check/k8s.yml +++ b/scs-101/scs-101-inventory-check/k8s.yml @@ -35,7 +35,7 @@ spec: spec: containers: - name: scs-101-inventory-check - image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check-latest + image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-inventory-check imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/scs-101/scs-101-order/k8s.yml b/scs-101/scs-101-order/k8s.yml index 7361682..e6d8f58 100644 --- a/scs-101/scs-101-order/k8s.yml +++ b/scs-101/scs-101-order/k8s.yml @@ -35,7 +35,7 @@ spec: spec: containers: - name: scs-101-order - image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-latest + image: ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order imagePullPolicy: Always ports: - containerPort: 8080