You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pullSecret: harborsecret # pull secret for frontend
66
66
resources: # resources for frontend
@@ -155,7 +155,7 @@ studio: # studio values
155
155
cpu: "100m"# cpu request for static
156
156
memory: "256Mi"# memory request for static
157
157
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)
159
159
pullPolicy: IfNotPresent # used to ensure that each time we redeploy always pull the latest image
0 commit comments