From 408628aa6112cca9119c431f28c45f5c144f154a Mon Sep 17 00:00:00 2001 From: namkyu1999 Date: Wed, 19 Jul 2023 08:14:45 +0000 Subject: [PATCH] Apply automatic changes --- installation/02-application-helm/Chart.yaml | 2 +- installation/02-application-helm/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installation/02-application-helm/Chart.yaml b/installation/02-application-helm/Chart.yaml index 37be965..03f6500 100644 --- a/installation/02-application-helm/Chart.yaml +++ b/installation/02-application-helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: A Helm chart to install hello-microservices application name: hello-microservices -version: v1.0.1 +version: v1.0.2 home: https://namkyupark.tech sources: - https://github.com/namkyu1999/hello-microservices diff --git a/installation/02-application-helm/values.yaml b/installation/02-application-helm/values.yaml index 6555af8..1f1edd3 100644 --- a/installation/02-application-helm/values.yaml +++ b/installation/02-application-helm/values.yaml @@ -36,7 +36,7 @@ frontend: containerPort: 8080 image: repository: registry.namkyupark.tech/hello-microservices/hm-frontend-server - tag: v1.0.1 + tag: v1.0.2 pullPolicy: "Always" replicas: 1 service: @@ -77,7 +77,7 @@ backend: containerPort: 8001 image: repository: registry.namkyupark.tech/hello-microservices/hm-api-server - tag: v1.0.1 + tag: v1.0.2 pullPolicy: "Always" service: type: ClusterIP @@ -130,7 +130,7 @@ backend: containerPort: 8080 image: repository: registry.namkyupark.tech/hello-microservices/hm-auth-server - tag: v1.0.1 + tag: v1.0.2 pullPolicy: "Always" service: type: ClusterIP