Skip to content

Commit

Permalink
Merge pull request #9 from gianlucam76/v0.47.0
Browse files Browse the repository at this point in the history
Release v0.47.0
  • Loading branch information
gianlucam76 authored Feb 11, 2025
2 parents 3f73fd6 + 7e17f54 commit 6af1ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.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
6 changes: 3 additions & 3 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.44.0
tag: v0.47.0
ports:
- port: 80
protocol: TCP
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6af1ee1

Please sign in to comment.