Skip to content

Commit

Permalink
Merge pull request #120 from Mirantis/k0s-version
Browse files Browse the repository at this point in the history
Update k0s version to v1.30.2+k0s.0
  • Loading branch information
Kshatrix authored Jul 30, 2024
2 parents a4514ce + 5828ec4 commit b1e0c3c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/aws-hosted-cp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/aws-hosted-cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ k0smotron:

# K0s parameters
k0s:
version: v1.27.2+k0s.0
version: v1.30.2+k0s.0
4 changes: 2 additions & 2 deletions templates/aws-standalone-cp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/aws-standalone-cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ worker:

# K0s parameters
k0s:
version: v1.27.2+k0s.0
version: v1.30.2+k0s.0
2 changes: 1 addition & 1 deletion templates/hmc-templates/files/templates/aws-hosted-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
helm:
chartName: aws-hosted-cp
chartVersion: 0.1.0
chartVersion: 0.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
helm:
chartName: aws-standalone-cp
chartVersion: 0.1.0
chartVersion: 0.1.1

0 comments on commit b1e0c3c

Please sign in to comment.