From 5828ec49d4e4be83dab074d0220cb94ed55cdb24 Mon Sep 17 00:00:00 2001 From: Andrei Pavlov Date: Tue, 30 Jul 2024 17:48:42 +0700 Subject: [PATCH] Update k0s version to v1.30.2+k0s.0 Signed-off-by: Andrei Pavlov --- templates/aws-hosted-cp/Chart.yaml | 4 ++-- templates/aws-hosted-cp/values.yaml | 2 +- templates/aws-standalone-cp/Chart.yaml | 4 ++-- templates/aws-standalone-cp/values.yaml | 2 +- templates/hmc-templates/files/templates/aws-hosted-cp.yaml | 2 +- .../hmc-templates/files/templates/aws-standalone-cp.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/aws-hosted-cp/Chart.yaml b/templates/aws-hosted-cp/Chart.yaml index 8779745b6..4e64894d3 100644 --- a/templates/aws-hosted-cp/Chart.yaml +++ b/templates/aws-hosted-cp/Chart.yaml @@ -7,12 +7,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.1.0 +version: 0.1.1 # 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: "0.1.0" +appVersion: "1.30.2+k0s.0" annotations: hmc.mirantis.com/type: deployment hmc.mirantis.com/infrastructure-providers: aws diff --git a/templates/aws-hosted-cp/values.yaml b/templates/aws-hosted-cp/values.yaml index 810e55a27..70ebaa10f 100644 --- a/templates/aws-hosted-cp/values.yaml +++ b/templates/aws-hosted-cp/values.yaml @@ -33,4 +33,4 @@ k0smotron: # K0s parameters k0s: - version: v1.27.2+k0s.0 + version: v1.30.2+k0s.0 diff --git a/templates/aws-standalone-cp/Chart.yaml b/templates/aws-standalone-cp/Chart.yaml index 0ae9c465c..bbb91bff8 100644 --- a/templates/aws-standalone-cp/Chart.yaml +++ b/templates/aws-standalone-cp/Chart.yaml @@ -6,12 +6,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.1.0 +version: 0.1.1 # 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: "0.1.0" +appVersion: "1.30.2+k0s.0" annotations: hmc.mirantis.com/type: deployment hmc.mirantis.com/infrastructure-providers: aws diff --git a/templates/aws-standalone-cp/values.yaml b/templates/aws-standalone-cp/values.yaml index 24a5fd7bb..88b917bd5 100644 --- a/templates/aws-standalone-cp/values.yaml +++ b/templates/aws-standalone-cp/values.yaml @@ -30,4 +30,4 @@ worker: # K0s parameters k0s: - version: v1.27.2+k0s.0 + version: v1.30.2+k0s.0 diff --git a/templates/hmc-templates/files/templates/aws-hosted-cp.yaml b/templates/hmc-templates/files/templates/aws-hosted-cp.yaml index 6ec084106..6fa0c9ea4 100644 --- a/templates/hmc-templates/files/templates/aws-hosted-cp.yaml +++ b/templates/hmc-templates/files/templates/aws-hosted-cp.yaml @@ -5,4 +5,4 @@ metadata: spec: helm: chartName: aws-hosted-cp - chartVersion: 0.1.0 + chartVersion: 0.1.1 diff --git a/templates/hmc-templates/files/templates/aws-standalone-cp.yaml b/templates/hmc-templates/files/templates/aws-standalone-cp.yaml index cefb224e6..8c3c72f6e 100644 --- a/templates/hmc-templates/files/templates/aws-standalone-cp.yaml +++ b/templates/hmc-templates/files/templates/aws-standalone-cp.yaml @@ -5,4 +5,4 @@ metadata: spec: helm: chartName: aws-standalone-cp - chartVersion: 0.1.0 + chartVersion: 0.1.1