We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 969d3b1 + b05e102 commit 26d334fCopy full SHA for 26d334f
charts/port-k8s-exporter/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: port-k8s-exporter
3
description: A Helm chart for Port Kubernetes Exporter
4
type: application
5
-version: 0.2.17
+version: 0.2.18
6
appVersion: "0.2.12"
7
home: https://getport.io/
8
sources:
charts/port-k8s-exporter/templates/deployment.yaml
@@ -16,7 +16,6 @@ spec:
16
{{- toYaml . | nindent 8 }}
17
{{- end }}
18
labels:
19
- {{- include "port-k8s-exporter.selectorLabels" . | nindent 8 }}
20
{{- include "port-k8s-exporter.labels" . | nindent 8 }}
21
config-hash: {{ .Values.configMap.config | toYaml | sha256sum | trunc 32 }}
22
spec:
0 commit comments