Skip to content

Commit af9df5f

Browse files
committed
Update netsoc/webspaced charts (9c3d67d5)
1 parent b79f218 commit af9df5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.4
5+
version: 0.2.5
66
appVersion: 0.5.0

charts/webspaced/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ spec:
99
selector:
1010
matchLabels:
1111
{{- include "webspaced.selectorLabels" . | nindent 6 }}
12+
strategy:
13+
type: Recreate
1214
template:
1315
metadata:
1416
{{- with .Values.podAnnotations }}

0 commit comments

Comments
 (0)