diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 31fb69bb851..745f03c8df6 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: type: library -version: 6.6.1 +version: 6.6.2 diff --git a/charts/library/common/templates/classes/_portal.tpl b/charts/library/common/templates/classes/_portal.tpl index edb3fff1add..b626c14102f 100644 --- a/charts/library/common/templates/classes/_portal.tpl +++ b/charts/library/common/templates/classes/_portal.tpl @@ -72,6 +72,8 @@ kind: ConfigMap metadata: name: portal labels: {{ include "common.labels" . | nindent 4 }} + annotations: + rollme: {{ randAlphaNum 5 | quote }} data: protocol: {{ $protocol }} host: {{ $host | quote }}