Merge "ironic: allow custom annotations on jobs"
This commit is contained in:
commit
643d643b8d
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ironic
|
||||
name: ironic
|
||||
version: 0.2.11
|
||||
version: 0.2.12
|
||||
home: https://docs.openstack.org/ironic/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
|
||||
sources:
|
||||
|
@ -28,6 +28,7 @@ metadata:
|
||||
"helm.sh/hook-delete-policy": before-hook-creation
|
||||
{{- end }}
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
|
||||
{{ tuple "ironic_manage_cleaning_network" $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 }}
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
|
@ -15,4 +15,5 @@ ironic:
|
||||
- 0.2.9 Replace node-role.kubernetes.io/master with control-plane
|
||||
- 0.2.10 Add standalone overrides
|
||||
- 0.2.11 Enable custom annotations for Openstack pods
|
||||
- 0.2.12 allow custom annotations on jobs
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user