From fcf98148e78d727167bf4bb90c960bf803889af0 Mon Sep 17 00:00:00 2001 From: rfuelsh <96140895+rfuelsh@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:44:09 -0400 Subject: [PATCH 1/2] fix ident --- cluster/charts/fuel-streams/templates/dune/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/charts/fuel-streams/templates/dune/cronjob.yaml b/cluster/charts/fuel-streams/templates/dune/cronjob.yaml index 824fddb5..dde0e28c 100644 --- a/cluster/charts/fuel-streams/templates/dune/cronjob.yaml +++ b/cluster/charts/fuel-streams/templates/dune/cronjob.yaml @@ -20,7 +20,7 @@ spec: spec: {{- with .Values.dune.affinity }} affinity: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- include "k8s.pod-config" $serviceDict | nindent 10 }} containers: From ba2d80a8468a9a7d547f0616422e238b5fc7cc00 Mon Sep 17 00:00:00 2001 From: rfuelsh <96140895+rfuelsh@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:46:14 -0400 Subject: [PATCH 2/2] Update Chart.yaml --- cluster/charts/fuel-streams/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/charts/fuel-streams/Chart.yaml b/cluster/charts/fuel-streams/Chart.yaml index 4a15bd75..0f392021 100755 --- a/cluster/charts/fuel-streams/Chart.yaml +++ b/cluster/charts/fuel-streams/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.0" description: A Helm chart for Kubernetes name: fuel-streams -version: 0.11.24 +version: 0.11.25 dependencies: - name: nats version: 1.3.2