From 804dda48eac34d4e306d2b699559768ad7043da0 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 25 Nov 2021 22:26:46 -0500 Subject: [PATCH] Updated chart for new api image --- Makefile | 4 ++-- charts/demo-helm/Chart.yaml | 2 +- charts/demo-helm/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 943074d..a3d294b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ REGISTRY_NAME=registry.runcible.io FRONTEND_IMAGE_NAME=$(REGISTRY_NAME)/demo-helm-frontend -FRONTEND_IMAGE_VERSION=1.2.0-dev +FRONTEND_IMAGE_VERSION=1.2.0 API_IMAGE_NAME=$(REGISTRY_NAME)/demo-helm-api -API_IMAGE_VERSION=1.2.0-dev +API_IMAGE_VERSION=1.2.0 push-app-image: build-app-image docker push $(FRONTEND_IMAGE_NAME):$(FRONTEND_IMAGE_VERSION) diff --git a/charts/demo-helm/Chart.yaml b/charts/demo-helm/Chart.yaml index 357a6cf..3000c25 100644 --- a/charts/demo-helm/Chart.yaml +++ b/charts/demo-helm/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 name: demo-helm -appVersion: 1.1.0 +appVersion: 1.2.0 description: A Helm chart to practice helm version: 0.3.0 type: application diff --git a/charts/demo-helm/values.yaml b/charts/demo-helm/values.yaml index ac0e6de..3e5e5f4 100644 --- a/charts/demo-helm/values.yaml +++ b/charts/demo-helm/values.yaml @@ -3,10 +3,10 @@ image_pull_secret: regcred services: frontend: image_name: "registry.runcible.io/demo-helm-frontend" - image_version: "1.1.0" + image_version: "1.2.0" replicas: 1 backend: - image_name: "registry.runcible.io/demo-helm-backend" - image_version: "1.1.0" + image_name: "registry.runcible.io/demo-helm-api" + image_version: "1.2.0" replicas: 1 random: "tis-random-default" \ No newline at end of file