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 1dda457 commit ec9e639Copy full SHA for ec9e639
charts/element-call/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: element-call
3
-version: 0.0.1
+version: 0.0.2
4
sources:
5
- https://github.com/element-hq/element-call
charts/element-call/templates/ingress.yaml
@@ -4,7 +4,7 @@ kind: Ingress
metadata:
6
labels:
7
- {{- include "element-call.labels" . | nindent 4 }}
+ {{- include "element-call.selectorLabels" . | nindent 4 }}
8
{{- if .Values.ingress.annotations }}
9
annotations:
10
{{- toYaml .Values.ingress.annotations | nindent 4 }}
0 commit comments