From f5f4c1a0d72eda1950094012810de4f75bfa16f0 Mon Sep 17 00:00:00 2001 From: Benjamin Reed <github@raccoonfink.com> Date: Wed, 18 Dec 2024 17:32:42 -0500 Subject: [PATCH 1/3] bump to 5.0.1 --- charts/netbox/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index d0330f8..a572070 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0 +version: 5.0.1 # renovate: image=ghcr.io/netbox-community/netbox appVersion: "v4.1.8" type: application From bfeb26b40170a34703da284230dbd200eed98def Mon Sep 17 00:00:00 2001 From: Benjamin Reed <github@raccoonfink.com> Date: Fri, 13 Dec 2024 12:19:43 -0500 Subject: [PATCH 2/3] make a values file with some of the "extra" bits for testing --- charts/netbox/ci/extras-values.yaml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 charts/netbox/ci/extras-values.yaml diff --git a/charts/netbox/ci/extras-values.yaml b/charts/netbox/ci/extras-values.yaml new file mode 100644 index 0000000..153f672 --- /dev/null +++ b/charts/netbox/ci/extras-values.yaml @@ -0,0 +1,30 @@ +extraConfig: + - values: + DUNGEON: synth + QUEEN: "will rock you" + - configMap: + name: extraconfig-cm + items: [] + optional: true + - secret: + name: extraconfig-secret + secretName: "not so secret" + - volumes: + - name: extraconfig-volume + emptyDir: + medium: Memory + sizeLimit: 2Mi + +extraVolumes: + - name: test-volume + emptyDir: + medium: Memory + sizeLimit: 2Mi +extraVolumeMounts: + - name: test-volume + mountPath: /mnt/test + readOnly: false +podLabels: + mylabel: "rules" +podAnnotations: + myannotation: "sucks" From f9ac0e20de1ba6be2eb896a5b8b2a87673207a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= <LeoColomb@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:36:04 +0100 Subject: [PATCH 3/3] Correct indentation in values file --- charts/netbox/ci/extras-values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/netbox/ci/extras-values.yaml b/charts/netbox/ci/extras-values.yaml index 153f672..75e16ff 100644 --- a/charts/netbox/ci/extras-values.yaml +++ b/charts/netbox/ci/extras-values.yaml @@ -1,14 +1,14 @@ extraConfig: - values: - DUNGEON: synth - QUEEN: "will rock you" + DUNGEON: synth + QUEEN: "will rock you" - configMap: - name: extraconfig-cm - items: [] - optional: true + name: extraconfig-cm + items: [] + optional: true - secret: - name: extraconfig-secret - secretName: "not so secret" + name: extraconfig-secret + secretName: "not so secret" - volumes: - name: extraconfig-volume emptyDir: @@ -27,4 +27,4 @@ extraVolumeMounts: podLabels: mylabel: "rules" podAnnotations: - myannotation: "sucks" + myannotation: "rocks"