We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b566a27 commit 9c155c5Copy full SHA for 9c155c5
charts/cryptpad/Chart.yaml
@@ -3,7 +3,7 @@ name: cryptpad
3
description: A Helm chart for cryptpad
4
type: application
5
6
-version: 0.0.8
+version: 0.0.9
7
8
# App metadata
9
appVersion: "2024.3.1"
charts/cryptpad/templates/deployment.yaml
@@ -7,6 +7,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
10
+ app: {{ .Release.Name }}-cryptpad
11
app.kubernetes.io/component: cryptpad
12
spec:
13
selector:
@@ -20,6 +21,7 @@ spec:
20
21
{{- toYaml . | nindent 8 }}
22
23
24
25
26
{{- with .Values.podLabels }}
27
0 commit comments