Skip to content

Commit 80fdb3c

Browse files
committed
Release v1.3.1
1 parent 31fb8d1 commit 80fdb3c

File tree

7 files changed

+77
-77
lines changed

7 files changed

+77
-77
lines changed

charts/crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.3.0
16+
version: 1.3.1
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "1.3.0"
21+
appVersion: "1.3.1"
2222
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

charts/dashboard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 1.3.0
17+
version: 1.3.1
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "1.3.0"
22+
appVersion: "1.3.1"
2323
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

charts/dashboard/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sveltos-dashboard
22

3-
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
3+
![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
44

55
A Helm chart for Sveltos dashboard
66

@@ -12,8 +12,8 @@ A Helm chart for Sveltos dashboard
1212
| global.useDigest | bool | `false` | |
1313
| global.imagePullSecrets | list | `[]` | |
1414
| dashboard.dashboard.image.repository | string | `"projectsveltos/dashboard"` | |
15-
| dashboard.dashboard.image.tag | string | `"v1.3.0"` | |
16-
| dashboard.dashboard.image.digest | string | `"sha256:7332ccff57b93fbd824a1edaac860e96c05811d22bd29059f64cc93abc51ff60"` | |
15+
| dashboard.dashboard.image.tag | string | `"v1.3.1"` | |
16+
| dashboard.dashboard.image.digest | string | `"sha256:66f3faaccdfd666e97fa947944d47ef80782b9ea6979958d05402a4e803788fc"` | |
1717
| dashboard.dashboard.resources.limits.cpu | string | `"500m"` | |
1818
| dashboard.dashboard.resources.limits.memory | string | `"512Mi"` | |
1919
| dashboard.dashboard.resources.requests.cpu | string | `"100m"` | |
@@ -46,8 +46,8 @@ A Helm chart for Sveltos dashboard
4646
| uiBackendManager.manager.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
4747
| uiBackendManager.manager.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
4848
| uiBackendManager.manager.image.repository | string | `"projectsveltos/ui-backend"` | |
49-
| uiBackendManager.manager.image.tag | string | `"v1.3.0"` | |
50-
| uiBackendManager.manager.image.digest | string | `"sha256:1faf0a10e5913220afee99e93c5ae7fe16f27700471a86e24787ad28d373720d"` | |
49+
| uiBackendManager.manager.image.tag | string | `"v1.3.1"` | |
50+
| uiBackendManager.manager.image.digest | string | `"sha256:3021ed72cc6c1786c6888eded7127dd5adea3cbec4e16185d21530c5e3cb1c88"` | |
5151
| uiBackendManager.manager.resources.limits.cpu | string | `"500m"` | |
5252
| uiBackendManager.manager.resources.limits.memory | string | `"512Mi"` | |
5353
| uiBackendManager.manager.resources.requests.cpu | string | `"100m"` | |

charts/dashboard/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dashboard:
66
dashboard:
77
image:
88
repository: projectsveltos/dashboard
9-
tag: v1.3.0
10-
digest: sha256:7332ccff57b93fbd824a1edaac860e96c05811d22bd29059f64cc93abc51ff60
9+
tag: v1.3.1
10+
digest: sha256:66f3faaccdfd666e97fa947944d47ef80782b9ea6979958d05402a4e803788fc
1111
resources:
1212
limits:
1313
cpu: 500m
@@ -82,8 +82,8 @@ uiBackendManager:
8282
- ALL
8383
image:
8484
repository: projectsveltos/ui-backend
85-
tag: v1.3.0
86-
digest: sha256:1faf0a10e5913220afee99e93c5ae7fe16f27700471a86e24787ad28d373720d
85+
tag: v1.3.1
86+
digest: sha256:3021ed72cc6c1786c6888eded7127dd5adea3cbec4e16185d21530c5e3cb1c88
8787
resources:
8888
limits:
8989
cpu: 500m

charts/projectsveltos/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.3.2
16+
version: 1.3.3
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "1.3.0"
21+
appVersion: "1.3.1"
2222
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

0 commit comments

Comments
 (0)