We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f73f6 commit 5413741Copy full SHA for 5413741
chart/k8sgrowthbook-controller/Chart.yaml
@@ -15,4 +15,4 @@ keywords:
15
name: k8sgrowthbook-controller
16
sources:
17
- https://github.com/DoodleScheduling/k8sgrowthbook-controller
18
-version: 0.0.5
+version: 0.0.6
chart/k8sgrowthbook-controller/templates/deployment.yaml
@@ -57,9 +57,6 @@ spec:
57
{{- toYaml .Values.extraArgs | nindent 8 }}
58
{{- end }}
59
ports:
60
- - name: http
61
- containerPort: {{ .Values.httpPort }}
62
- protocol: TCP
63
- name: metrics
64
containerPort: {{ .Values.metricsPort }}
65
protocol: TCP
0 commit comments