diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 856dafe8ee2..07263a82d8f 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 6.10.5 +version: 6.10.6 diff --git a/charts/library/common/templates/classes/_service.tpl b/charts/library/common/templates/classes/_service.tpl index 2bc9c6ddeb7..2294b7e4c32 100644 --- a/charts/library/common/templates/classes/_service.tpl +++ b/charts/library/common/templates/classes/_service.tpl @@ -27,6 +27,7 @@ metadata: {{ toYaml $values.labels | nindent 4 }} {{- end }} annotations: + rollme: {{ randAlphaNum 5 | quote }} {{- if eq ( $primaryPort.protocol | default "" ) "HTTPS" }} traefik.ingress.kubernetes.io/service.serversscheme: https {{- end }}