Skip to content

Commit

Permalink
Update provider versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Oct 17, 2024
1 parent 0c4a7be commit 49c8c81
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion templates/provider/cluster-api-provider-azure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ version: 0.0.1
# 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.16.0"
appVersion: "1.17.0"
annotations:
hmc.mirantis.com/infrastructure-providers: azure
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: InfrastructureProvider
metadata:
name: azure
spec:
version: v1.16.0
version: v1.17.0
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/cluster-api-provider-vsphere/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.0.1
# 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.11.0"
appVersion: "1.11.1"
annotations:
hmc.mirantis.com/type: provider
hmc.mirantis.com/infrastructure-providers: vsphere
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: InfrastructureProvider
metadata:
name: vsphere
spec:
version: v1.11.0
version: v1.11.1
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/cluster-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.0.1
# 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.7.2"
appVersion: "1.8.4"
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.7.2
version: v1.8.4
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: projectsveltos-0-39-0
name: projectsveltos-0-40-0
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: projectsveltos
chartVersion: 0.39.0
chartVersion: 0.40.0
10 changes: 5 additions & 5 deletions templates/provider/hmc/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.13.0
version: 2.14.0
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.15.1
version: v1.16.1
- name: cluster-api-operator
repository: https://kubernetes-sigs.github.io/cluster-api-operator
version: 0.12.0
digest: sha256:f29162745d3dd876c3e35689b6771faa7b66d5f91c0ac532c28db580deadf218
generated: "2024-08-21T19:47:21.00915+04:00"
version: 0.14.0
digest: sha256:55fababfa5c61d84122f9a80d3e420a9cd29920fb344d017770109727457d993
generated: "2024-10-17T14:14:48.728483+07:00"
6 changes: 3 additions & 3 deletions templates/provider/hmc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ appVersion: "0.1.0"

dependencies:
- name: flux2
version: 2.13.0
version: 2.14.0
repository: https://fluxcd-community.github.io/helm-charts
condition: flux2.enabled
- name: cert-manager
version: 1.15.1
version: 1.16.1
repository: https://charts.jetstack.io
condition: cert-manager.enabled
- name: cluster-api-operator
version: 0.12.0
version: 0.14.0
repository: https://kubernetes-sigs.github.io/cluster-api-operator
condition: cluster-api-operator.enabled
6 changes: 3 additions & 3 deletions templates/provider/projectsveltos/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: projectsveltos
repository: https://projectsveltos.github.io/helm-charts
version: 0.39.0
digest: sha256:b7ba1c599c7e2a0fa2f76bffb82e4ab7b80dfde32b8633200428595a4589c067
generated: "2024-10-08T10:02:11.69624-04:00"
version: 0.40.0
digest: sha256:7f3e7d162343dc876eaf724169ba0f17f7e39728a2692c170e734c4474072174
generated: "2024-10-17T13:45:56.574098+07:00"
6 changes: 3 additions & 3 deletions templates/provider/projectsveltos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: projectsveltos
description: A Helm chart to refer the official projectsveltos helm chart
type: application
version: 0.39.0
appVersion: "0.39.0"
version: 0.40.0
appVersion: "0.40.0"
dependencies:
- name: projectsveltos
version: 0.39.0
version: 0.40.0
repository: https://projectsveltos.github.io/helm-charts

0 comments on commit 49c8c81

Please sign in to comment.