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 35b9dd9 commit b060b65Copy full SHA for b060b65
charts/perfectscale-agent/templates/_helpers.tpl
@@ -117,9 +117,6 @@ Create the name of the service account to use
117
{{- end }}
118
119
120
-{{/*
121
-For testing purposes, in prod we want to get the actual cluster's UID
122
-*/}}
123
{{- define "helm.exporter.clusterUID" -}}
124
{{- if .Values.settings.clusterUID }}
125
{{- .Values.settings.clusterUID }}
charts/perfectscale-agent/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 1
2
image:
3
repository: public.ecr.aws/perfectscale-io/psc-exporter
4
pullPolicy: Always
5
- tag: "v1.0.48"
+ tag: "v1.0.49"
6
initContainer:
7
8
repository: public.ecr.aws/perfectscale-io/alpine
0 commit comments