Skip to content

Commit 55bf095

Browse files
committed
Update netsoc/webspaced charts (f1671f57)
1 parent af9df5f commit 55bf095

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/webspaced/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: webspaced
33
description: Microservice for managing containerised webspaces
44
type: application
5-
version: 0.2.5
5+
version: 0.2.6
66
appVersion: 0.5.0

charts/webspaced/templates/deployment.yaml renamed to charts/webspaced/templates/statefulset.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: apps/v1
2-
kind: Deployment
2+
kind: StatefulSet
33
metadata:
44
name: {{ include "webspaced.fullname" . }}
55
labels:
@@ -9,8 +9,6 @@ spec:
99
selector:
1010
matchLabels:
1111
{{- include "webspaced.selectorLabels" . | nindent 6 }}
12-
strategy:
13-
type: Recreate
1412
template:
1513
metadata:
1614
{{- with .Values.podAnnotations }}

0 commit comments

Comments
 (0)