[stable/spinnaker] Template Annotations for Spinnaker HAL Cleanup Job (#20047)

* Custom annotation support for halyard cleanup job

Signed-off-by: Florian Nagel <hi@floriannagel.xyz>

* Bump Spinnaker Version Number
Signed-off-by: Florian Nagel <hi@floriannagel.xyz>
This commit is contained in:
Florian Nagel
2020-02-17 00:25:28 -08:00
committed by GitHub
parent b92d7c17ef
commit 07e1b3f424
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -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