Skip to content

Commit fc5a58c

Browse files
Bumped versions
1 parent 1665a28 commit fc5a58c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.17.0"
2+
appVersion: "0.18.5"
33
description: A Helm chart for deploying studio
44
name: studio
5-
version: 0.5.6
5+
version: 0.5.7
66
maintainers:
77
- email: fredrik@scaleoutsystems.com
88
name: Fredrik Wrede

scaleout/stackn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ frontend:
6060
strategy: # strategy for frontend
6161
type: RollingUpdate # type of strategy
6262
image: # image for frontend
63-
repository: harbor.scaleoutsystems.com/fedn/fedn-front-end:main
63+
repository: harbor.scaleoutsystems.com/fedn/fedn-front-end@sha256:90e9bab13b23bc16c8220ce8dca1756c49e5ba864113d42023425beca038eaae
6464
pullPolicy: Always # pull policy for frontend
6565
pullSecret: harborsecret # pull secret for frontend
6666
resources: # resources for frontend
@@ -155,7 +155,7 @@ studio: # studio values
155155
cpu: "100m" # cpu request for static
156156
memory: "256Mi" # memory request for static
157157
image: #tell which image to deploy for studio
158-
repository: harbor.scaleoutsystems.com/studio/studio:0.17.0 # This image can be built from Dockerfile inside stackn/components/studio (https://github.com/scaleoutsystems/stackn)
158+
repository: harbor.scaleoutsystems.com/studio/studio:0.18.5 # This image can be built from Dockerfile inside stackn/components/studio (https://github.com/scaleoutsystems/stackn)
159159
pullPolicy: IfNotPresent # used to ensure that each time we redeploy always pull the latest image
160160
resources:
161161
limits:

0 commit comments

Comments
 (0)