From 97a3a1f4f8af824d78301c237257f681b873e64e Mon Sep 17 00:00:00 2001 From: Aleksei Sizov <45825279+a13x5@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:54:51 -0500 Subject: [PATCH] Update templates for release 0.0.6 (#857) --- README.md | 4 ++-- templates/provider/hmc-templates/Chart.yaml | 2 +- templates/provider/hmc-templates/files/release.yaml | 6 +++--- templates/provider/hmc-templates/files/templates/hmc.yaml | 4 ++-- templates/provider/hmc/Chart.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8a8f0e768..6662abb6f 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Detailed documentation is available in [Project 0x2A Docs](https://mirantis.gith ### TL;DR ```bash -kubectl apply -f https://github.com/K0rdent/kcm/releases/download/v0.0.5/install.yaml +kubectl apply -f https://github.com/K0rdent/kcm/releases/download/v0.0.6/install.yaml ``` or install using `helm` ```bash -helm install hmc oci://ghcr.io/k0rdent/kcm/charts/hmc --version 0.0.5 -n hmc-system --create-namespace +helm install hmc oci://ghcr.io/k0rdent/kcm/charts/hmc --version 0.0.6 -n hmc-system --create-namespace ``` Then follow the [Deploy a cluster deployment](#deploy-a-cluster-deployment) guide to diff --git a/templates/provider/hmc-templates/Chart.yaml b/templates/provider/hmc-templates/Chart.yaml index 29a97e1fa..e2317878c 100644 --- a/templates/provider/hmc-templates/Chart.yaml +++ b/templates/provider/hmc-templates/Chart.yaml @@ -13,4 +13,4 @@ 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.5 +version: 0.0.6 diff --git a/templates/provider/hmc-templates/files/release.yaml b/templates/provider/hmc-templates/files/release.yaml index 277a2f3fb..45ed38bae 100644 --- a/templates/provider/hmc-templates/files/release.yaml +++ b/templates/provider/hmc-templates/files/release.yaml @@ -1,13 +1,13 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: Release metadata: - name: hmc-0-0-5 + name: hmc-0-0-6 annotations: helm.sh/resource-policy: keep spec: - version: 0.0.5 + version: 0.0.6 hmc: - template: hmc-0-0-5 + template: hmc-0-0-6 capi: template: cluster-api-0-0-6 providers: diff --git a/templates/provider/hmc-templates/files/templates/hmc.yaml b/templates/provider/hmc-templates/files/templates/hmc.yaml index 8beb29aef..91d8bc2eb 100644 --- a/templates/provider/hmc-templates/files/templates/hmc.yaml +++ b/templates/provider/hmc-templates/files/templates/hmc.yaml @@ -1,14 +1,14 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ProviderTemplate metadata: - name: hmc-0-0-5 + name: hmc-0-0-6 annotations: helm.sh/resource-policy: keep spec: helm: chartSpec: chart: hmc - version: 0.0.5 + version: 0.0.6 interval: 10m0s sourceRef: kind: HelmRepository diff --git a/templates/provider/hmc/Chart.yaml b/templates/provider/hmc/Chart.yaml index 1826ef840..405aa5ee1 100644 --- a/templates/provider/hmc/Chart.yaml +++ b/templates/provider/hmc/Chart.yaml @@ -13,7 +13,7 @@ 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.5 +version: 0.0.6 dependencies: - name: flux2