ironic: allow custom annotations on jobs

Change-Id: Ied5974888c3e4d23159bc4d38dd0d92a1a21a8dc
Signed-off-by: Doug Goldstein <doug.goldstein@rackspace.com>
This commit is contained in:
Doug Goldstein 2024-04-02 18:52:55 -05:00
parent fe4719d1c9
commit 249b5d219e
No known key found for this signature in database
GPG Key ID: 11F806DA366D8DEC
3 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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
...