From 9a857eeec201695220b3a18174e680d49271c036 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Wed, 8 May 2024 17:04:30 +0100 Subject: [PATCH 1/2] fix: correct indentation of extraVolumeMounts --- charts/netbox/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 21f6898f..22131ffb 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -152,7 +152,7 @@ spec: subPath: superuser_api_token readOnly: true {{- if .Values.extraVolumeMounts }} - {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 10 }} + {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 8 }} {{- end }} {{- if .Values.resources }} resources: {{ toYaml .Values.resources | nindent 12 }} From 52f3725b88fa8d9a190d08a7993924f5cd2fa049 Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Wed, 8 May 2024 12:31:31 -0400 Subject: [PATCH 2/2] bump to beta9 --- 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 66b00b2b..dc50e65d 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta8 +version: 5.0.0-beta9 appVersion: "v4.0.0" type: application kubeVersion: ^1.25.0-0