Skip to content

Commit e52e49e

Browse files
committed
bump release version
1 parent a3c6705 commit e52e49e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scaleout/stackn/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "0.6.0-beta.1"
2+
appVersion: "0.6.0"
33
description: A Helm chart for deploying STACKn by Scaleout
44
name: stackn
5-
version: 0.2.0-beta.2
5+
version: 0.2.0
66
maintainers:
77
88
name: Morgan Ekmefjord

scaleout/stackn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ STACKn
77

88
A Helm chart for deploying STACKn by Scaleout
99

10-
Current chart version is 0.2.0-beta.2
10+
Current chart version is 0.2.0
1111

1212
## Chart Requirements
1313

scaleout/stackn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ studio:
3737
kubeconfig_dir: /app/chartcontroller/kubeconfig/
3838
static:
3939
replicas: 1
40-
image: ghcr.io/scaleoutsystems/stackn/ingress:v0.6.0-beta.1
40+
image: ghcr.io/scaleoutsystems/stackn/ingress:v0.6.0
4141
pullPolicy: IfNotPresent
4242
resources:
4343
limits:
@@ -47,7 +47,7 @@ studio:
4747
cpu: "100m"
4848
memory: "256Mi"
4949
image: #tell which image to deploy for studio
50-
repository: ghcr.io/scaleoutsystems/stackn/studio:v0.6.0-beta.1 #This image can be built from Dockerfile inside stackn/components/studio (https://github.com/scaleoutsystems/stackn)
50+
repository: ghcr.io/scaleoutsystems/stackn/studio:v0.6.0 #This image can be built from Dockerfile inside stackn/components/studio (https://github.com/scaleoutsystems/stackn)
5151
pullPolicy: IfNotPresent # used to ensure that each time we redeploy always pull the latest image
5252
resources:
5353
limits:

0 commit comments

Comments
 (0)