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 ec9e639 commit fee2a90Copy full SHA for fee2a90
charts/element-call/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: element-call
3
-version: 0.0.2
+version: 0.0.3
4
sources:
5
- https://github.com/element-hq/element-call
charts/element-call/templates/deployment.yaml
@@ -10,7 +10,7 @@ spec:
10
{{- end }}
11
selector:
12
matchLabels:
13
- {{- include "element-call.selectorLabels" . | nindent 4 }}
+ {{- include "element-call.selectorLabels" . | nindent 6 }}
14
template:
15
metadata:
16
{{- if .Values.podAnnotations }}
0 commit comments