mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user