From a81d51ad8d7951e70a440c6e0677b883a5980d42 Mon Sep 17 00:00:00 2001 From: mgianluc Date: Sun, 8 Dec 2024 17:11:37 +0100 Subject: [PATCH] Release v0.44.0 --- charts/sveltos-dashboard/Chart.yaml | 4 ++-- charts/sveltos-dashboard/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/sveltos-dashboard/Chart.yaml b/charts/sveltos-dashboard/Chart.yaml index 9d53019..9144a4b 100644 --- a/charts/sveltos-dashboard/Chart.yaml +++ b/charts/sveltos-dashboard/Chart.yaml @@ -14,10 +14,10 @@ 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.43.0 +version: 0.44.0 # 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.43.0" +appVersion: "0.44.0" icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png diff --git a/charts/sveltos-dashboard/values.yaml b/charts/sveltos-dashboard/values.yaml index b7ab9d8..5da65f4 100644 --- a/charts/sveltos-dashboard/values.yaml +++ b/charts/sveltos-dashboard/values.yaml @@ -2,7 +2,7 @@ dashboard: dashboard: image: repository: docker.io/projectsveltos/dashboard - tag: v0.43.0 + tag: v0.44.0 ports: - port: 80 protocol: TCP @@ -39,7 +39,7 @@ uiBackendManager: - ALL image: repository: projectsveltos/ui-backend - tag: v0.43.0 + tag: v0.44.0 resources: limits: cpu: 500m