diff --git a/charts/sveltos-dashboard/Chart.yaml b/charts/sveltos-dashboard/Chart.yaml index 9144a4b..9028c1e 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.44.0 +version: 0.47.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.44.0" +appVersion: "0.47.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 5da65f4..8bb9297 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.44.0 + tag: v0.47.0 ports: - port: 80 protocol: TCP @@ -39,11 +39,11 @@ uiBackendManager: - ALL image: repository: projectsveltos/ui-backend - tag: v0.44.0 + tag: v0.47.0 resources: limits: cpu: 500m - memory: 128Mi + memory: 512Mi requests: cpu: 10m memory: 64Mi