From 07e1b3f42444a842fc0456cea40a53fcd565de86 Mon Sep 17 00:00:00 2001 From: Florian Nagel Date: Mon, 17 Feb 2020 09:25:28 +0100 Subject: [PATCH] [stable/spinnaker] Template Annotations for Spinnaker HAL Cleanup Job (#20047) * Custom annotation support for halyard cleanup job Signed-off-by: Florian Nagel * Bump Spinnaker Version Number Signed-off-by: Florian Nagel --- stable/spinnaker/Chart.yaml | 2 +- stable/spinnaker/templates/hooks/cleanup.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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