diff --git a/stable/spinnaker/Chart.yaml b/stable/spinnaker/Chart.yaml index 7b3b129a1d..61d1cec6c8 100644 --- a/stable/spinnaker/Chart.yaml +++ b/stable/spinnaker/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. name: spinnaker -version: 1.23.2 +version: 1.23.3 appVersion: 1.16.2 home: http://spinnaker.io/ sources: diff --git a/stable/spinnaker/templates/hooks/cleanup.yaml b/stable/spinnaker/templates/hooks/cleanup.yaml index 044fb2963b..437a62f43a 100644 --- a/stable/spinnaker/templates/hooks/cleanup.yaml +++ b/stable/spinnaker/templates/hooks/cleanup.yaml @@ -11,6 +11,10 @@ metadata: spec: template: metadata: + {{- if .Values.halyard.annotations }} + annotations: +{{ toYaml .Values.halyard.annotations | indent 8 }} + {{- end }} labels: {{ include "spinnaker.standard-labels" . | indent 8 }} component: halyard