Skip to content

Commit 9c155c5

Browse files
fix svc assignments
1 parent b566a27 commit 9c155c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/cryptpad/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cryptpad
33
description: A Helm chart for cryptpad
44
type: application
55

6-
version: 0.0.8
6+
version: 0.0.9
77

88
# App metadata
99
appVersion: "2024.3.1"

charts/cryptpad/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
{{- toYaml . | nindent 4 }}
88
{{- end }}
99
labels:
10+
app: {{ .Release.Name }}-cryptpad
1011
app.kubernetes.io/component: cryptpad
1112
spec:
1213
selector:
@@ -20,6 +21,7 @@ spec:
2021
{{- toYaml . | nindent 8 }}
2122
{{- end }}
2223
labels:
24+
app: {{ .Release.Name }}-cryptpad
2325
app.kubernetes.io/component: cryptpad
2426
{{- with .Values.podLabels }}
2527
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)