From b19bdef8219e6fcd723e4161726c1f2eef550c7b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 27 Oct 2025 12:32:32 -0500 Subject: [PATCH] fix include --- config/manager/kustomization.yaml | 2 +- helm-charts/stage/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 66ba09c..531d9ec 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: git.jwetzell.com/jwetzell/ontime-operator - newTag: v0.0.6 + newTag: v0.1.1 diff --git a/helm-charts/stage/templates/deployment.yaml b/helm-charts/stage/templates/deployment.yaml index 93139f4..4a2436b 100644 --- a/helm-charts/stage/templates/deployment.yaml +++ b/helm-charts/stage/templates/deployment.yaml @@ -54,5 +54,5 @@ spec: volumes: - name: storage persistentVolumeClaim: - claimName: {{ include "stage.fullname" }}-data + claimName: {{ include "stage.fullname" . }}-data {{- end }}