From ac8cf9691ab94715fd53f59695fdb27cd4ebe4b2 Mon Sep 17 00:00:00 2001 From: marvinWolff <36923121+marvinWolff@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:55:42 +0200 Subject: [PATCH] =?UTF-8?q?feat(t8s-cluster/raise=5Fapi=5Fversion):=20rais?= =?UTF-8?q?e=20api=20version=20for=20helm.toolk=E2=80=A6=20(#984)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …it.fluxcd.io --- .../templates/workload-cluster/cinder-csi-plugin.yaml | 2 +- .../templates/workload-cluster/cloud-controller-manager.yaml | 2 +- charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml | 2 +- charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml index 96485c4f1..d11eb941c 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: {{ printf "%s-csi" .Release.Name }} diff --git a/charts/t8s-cluster/templates/workload-cluster/cloud-controller-manager.yaml b/charts/t8s-cluster/templates/workload-cluster/cloud-controller-manager.yaml index a55a10bab..fcd4eb3f2 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cloud-controller-manager.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cloud-controller-manager.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: {{ printf "%s-ccm" .Release.Name }} diff --git a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml index b8643a63f..5b8f4a558 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml @@ -1,5 +1,5 @@ {{- if eq .Values.cni "cilium" }} -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: {{ printf "%s-cni" .Release.Name }} diff --git a/charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml b/charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml index d8e9e24b8..59761e6d7 100644 --- a/charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml @@ -1,5 +1,5 @@ {{- if eq (include "t8s-cluster.hasGPUNodes" (dict "context" $)) "true" }} -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: {{ printf "%s-gpu-operator" .Release.Name }}