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

Commit 473149f

Browse files
authored
Merge pull request #15 from Circle-1/dev
Change values of helm charts
2 parents 5a976c8 + 405df13 commit 473149f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
with:
3030
context: .
3131
push: true
32-
tags: aerox86/stock-x:latest
32+
tags: aerox86/stock-x:latest-stable
33+

k8s/helm/stock/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 0.0.1
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "v0.0.3"
25+
appVersion: "0.0.3"
2626

2727
deprecated: false
2828

k8s/helm/stock/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ restartPolicy: Always
99
image:
1010
name: aerox86/stock-x
1111
pullPolicy: Always
12-
tag: latest
12+
tag: latest-stable
1313

1414
imagePullSecrets: []
1515
nameOverride: "stock-x"
@@ -39,7 +39,7 @@ securityContext: {}
3939

4040
service:
4141
type: ClusterIP
42-
port: 8888
42+
port: 80
4343

4444
ingress:
4545
enabled: false

0 commit comments

Comments
 (0)