From 6f57ce350203afc239602e7ee977447027b00b83 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 28 Apr 2023 11:12:42 +0200 Subject: [PATCH] netbox: Fix usage of startup probes --- charts/netbox/Chart.yaml | 2 +- charts/netbox/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index b430fd2..c1770f2 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -10,7 +10,7 @@ icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/proje appVersion: 3.5.0 type: application -version: 5.2.0 +version: 5.2.1 maintainers: - name: Alexander Olofsson email: ace@haxalot.com diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 1885cff..23626f3 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -83,7 +83,7 @@ spec: {{ toYaml . | nindent 12 }} {{- end }} {{- with .Values.startupProbe }} - readinessProbe: + startupProbe: {{ toYaml . | nindent 12 }} {{- end }} resources: