Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
namkyu1999 authored and github-actions[bot] committed Jul 19, 2023
1 parent feb7734 commit 408628a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installation/02-application-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions installation/02-application-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 408628a

Please sign in to comment.