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 sveltos to v0.44.0 #748

Merged
merged 1 commit into from
Dec 10, 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
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 @@ -20,4 +20,4 @@ spec:
- name: cluster-api-provider-aws
template: cluster-api-provider-aws-0-0-4
- name: projectsveltos
template: projectsveltos-0-42-0
template: projectsveltos-0-44-0
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-42-0
name: projectsveltos-0-44-0
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: projectsveltos
chartVersion: 0.42.0
chartVersion: 0.44.0
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.42.0
digest: sha256:054b375ea03e553f25afe37612b3a3c34e44b4f0dd4d051e283baccdbd179703
generated: "2024-11-18T10:52:42.476294+07:00"
version: 0.44.0
digest: sha256:1890c2b8cb985c91d8d8a0eb2c19f7b8caf6ca3600a521eb21dd344b1f99b80e
generated: "2024-12-10T09:50:37.957514+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.42.0
appVersion: "0.42.0"
version: 0.44.0
appVersion: "0.44.0"
dependencies:
- name: projectsveltos
version: 0.42.0
version: 0.44.0
repository: https://projectsveltos.github.io/helm-charts
Loading