Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capi to 1.9.3 #846

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/provider/cluster-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.0.6
# 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.6"
appVersion: "1.9.3"
annotations:
cluster.x-k8s.io/v1beta1: ""
cluster.x-k8s.io/v1alpha3: ""
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/cluster-api/templates/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CoreProvider
metadata:
name: cluster-api
spec:
version: v1.8.6
version: v1.9.3
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/hmc-templates/files/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
hmc:
template: hmc-0-0-5
capi:
template: cluster-api-0-0-5
template: cluster-api-0-0-6
providers:
- name: k0smotron
template: k0smotron-0-0-5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: cluster-api-0-0-5
name: cluster-api-0-0-6
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartSpec:
chart: cluster-api
version: 0.0.5
version: 0.0.6
interval: 10m0s
sourceRef:
kind: HelmRepository
Expand Down
Loading