Skip to content

Commit

Permalink
Merge pull request #8 from gianlucam76/v0.44.0
Browse files Browse the repository at this point in the history
Release v0.44.0
  • Loading branch information
gianlucam76 authored Dec 8, 2024
2 parents e3cfc78 + a81d51a commit 3f73fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sveltos-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/sveltos-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -39,7 +39,7 @@ uiBackendManager:
- ALL
image:
repository: projectsveltos/ui-backend
tag: v0.43.0
tag: v0.44.0
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 3f73fd6

Please sign in to comment.