From 9bb4b817396c0728e68a9e7d9349f49ceb7c9bf7 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Wed, 6 Nov 2024 12:14:17 +0700 Subject: [PATCH] Update core capi to v1.8.5 Signed-off-by: Andrei Pavlov --- templates/provider/cluster-api/Chart.yaml | 4 ++-- templates/provider/cluster-api/templates/provider.yaml | 2 +- templates/provider/hmc-templates/files/release.yaml | 2 +- .../provider/hmc-templates/files/templates/cluster-api.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/provider/cluster-api/Chart.yaml b/templates/provider/cluster-api/Chart.yaml index 582df467f..3ee500da3 100644 --- a/templates/provider/cluster-api/Chart.yaml +++ b/templates/provider/cluster-api/Chart.yaml @@ -13,12 +13,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.2 +version: 0.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.8.4" +appVersion: "1.8.5" annotations: cluster.x-k8s.io/v1beta1: "" cluster.x-k8s.io/v1alpha3: "" diff --git a/templates/provider/cluster-api/templates/provider.yaml b/templates/provider/cluster-api/templates/provider.yaml index a8cbd4cb6..768408c20 100644 --- a/templates/provider/cluster-api/templates/provider.yaml +++ b/templates/provider/cluster-api/templates/provider.yaml @@ -3,7 +3,7 @@ kind: CoreProvider metadata: name: cluster-api spec: - version: v1.8.4 + version: v1.8.5 {{- if .Values.configSecret.name }} configSecret: name: {{ .Values.configSecret.name }} diff --git a/templates/provider/hmc-templates/files/release.yaml b/templates/provider/hmc-templates/files/release.yaml index 4a03cf85c..611fa8f20 100644 --- a/templates/provider/hmc-templates/files/release.yaml +++ b/templates/provider/hmc-templates/files/release.yaml @@ -9,7 +9,7 @@ spec: hmc: template: hmc-0-0-3 capi: - template: cluster-api-0-0-2 + template: cluster-api-0-0-3 providers: - name: k0smotron template: k0smotron-0-0-2 diff --git a/templates/provider/hmc-templates/files/templates/cluster-api.yaml b/templates/provider/hmc-templates/files/templates/cluster-api.yaml index cd9d10923..51a5ed8b2 100644 --- a/templates/provider/hmc-templates/files/templates/cluster-api.yaml +++ b/templates/provider/hmc-templates/files/templates/cluster-api.yaml @@ -1,10 +1,10 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: cluster-api-0-0-2 + name: cluster-api-0-0-3 annotations: helm.sh/resource-policy: keep spec: helm: chartName: cluster-api - chartVersion: 0.0.2 + chartVersion: 0.0.3