Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from Circle-1/dev
Browse files Browse the repository at this point in the history
Change values of helm charts
  • Loading branch information
alphaX86 committed Oct 25, 2021
2 parents 5a976c8 + 405df13 commit 473149f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
with:
context: .
push: true
tags: aerox86/stock-x:latest
tags: aerox86/stock-x:latest-stable

2 changes: 1 addition & 1 deletion k8s/helm/stock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.0.3"
appVersion: "0.0.3"

deprecated: false

Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/stock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ restartPolicy: Always
image:
name: aerox86/stock-x
pullPolicy: Always
tag: latest
tag: latest-stable

imagePullSecrets: []
nameOverride: "stock-x"
Expand Down Expand Up @@ -39,7 +39,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8888
port: 80

ingress:
enabled: false
Expand Down

0 comments on commit 473149f

Please sign in to comment.