Skip to content

Commit 7e910a7

Browse files
authored
Merge pull request #148 from gianlucam76/v1.2.1
Release v1.2.1
2 parents daf6db4 + 4542539 commit 7e910a7

File tree

11 files changed

+124
-80
lines changed

11 files changed

+124
-80
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.2.0
16+
version: 1.2.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.2.0"
21+
appVersion: "1.2.1"
2222
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

charts/crds/templates/configurationbundle-crd.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,27 @@ spec:
8787
ConfigurationGroup is deleted. This is intended for resources like
8888
Sveltos CRDs or the agents Sveltos deploys in the managed clusters.
8989
type: boolean
90+
referenceTier:
91+
description: |-
92+
ReferenceTier indicates the tier of the object (ConfigMap, Secret, etc)
93+
referenced by PolicyRefs/KustomizationRef which contributed to this ConfigurationBundle.
94+
format: int32
95+
type: integer
96+
referencedObjectKind:
97+
description: |-
98+
ReferencedObjectKind is the Kind of the object (ConfigMap, Secret, etc)
99+
referenced by PolicyRefs/KustomizationRef which contributed to this ConfigurationBundle.
100+
type: string
101+
referencedObjectName:
102+
description: |-
103+
ReferencedObjectName is the Name of the object (ConfigMap, Secret, etc)
104+
referenced by PolicyRefs/KustomizationRef which contributed to this ConfigurationBundle.
105+
type: string
106+
referencedObjectNamespace:
107+
description: |-
108+
ReferencedObjectNamespace is the Namespace of the object (ConfigMap, Secret, etc)
109+
referenced by PolicyRefs/KustomizationRef which contributed to this ConfigurationBundle.
110+
type: string
90111
resources:
91112
description: |-
92113
Resources contains all resources that need to be deployed.

charts/crds/templates/healthcheck-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ spec:
5656
- resource: The resource being evaluated
5757
- healthStatus: The health status of the resource, which can be one of "Healthy", "Progressing", "Degraded", or "Suspended"
5858
- message: An optional message providing additional information about the health status
59+
- reEvaluate: If set to true, this healthCheck instances will be re-evaluated in 10 seconds
5960
minLength: 1
6061
type: string
6162
resourceSelectors:

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.2.0
17+
version: 1.2.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.2.0"
22+
appVersion: "1.2.1"
2323
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

charts/dashboard/README.md

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

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

55
A Helm chart for Sveltos dashboard
66

@@ -12,12 +12,12 @@ 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.1.1"` | |
16-
| dashboard.dashboard.image.digest | string | `"sha256:c3e576fe4099959049dff7554a208b32d49e8edc8cc7cea768040c84d3f81563"` | |
15+
| dashboard.dashboard.image.tag | string | `"v1.2.1"` | |
16+
| dashboard.dashboard.image.digest | string | `"sha256:afcf80934d19b56f7d4341f3ac1f6732024847bd1e16031c9db63a69ad41a3a9"` | |
1717
| dashboard.dashboard.resources.limits.cpu | string | `"500m"` | |
1818
| dashboard.dashboard.resources.limits.memory | string | `"512Mi"` | |
19-
| dashboard.dashboard.resources.requests.cpu | string | `"10m"` | |
20-
| dashboard.dashboard.resources.requests.memory | string | `"64Mi"` | |
19+
| dashboard.dashboard.resources.requests.cpu | string | `"100m"` | |
20+
| dashboard.dashboard.resources.requests.memory | string | `"128Mi"` | |
2121
| dashboard.ports[0].port | int | `80` | |
2222
| dashboard.ports[0].protocol | string | `"TCP"` | |
2323
| dashboard.ports[0].targetPort | int | `5173` | |
@@ -39,11 +39,11 @@ A Helm chart for Sveltos dashboard
3939
| uiBackendManager.manager.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
4040
| uiBackendManager.manager.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
4141
| uiBackendManager.manager.image.repository | string | `"projectsveltos/ui-backend"` | |
42-
| uiBackendManager.manager.image.tag | string | `"v1.1.1"` | |
43-
| uiBackendManager.manager.image.digest | string | `"sha256:1a4ab5b461f4db0ed8b6a4f1150954b2a467bee163c36f1fa3c6ebce6a1ffe32"` | |
42+
| uiBackendManager.manager.image.tag | string | `"v1.2.1"` | |
43+
| uiBackendManager.manager.image.digest | string | `"sha256:cfb5998a75d9a26298fa2e575ffd78c6a547baac5f5a355dd7ee1cd68d6aa6d4"` | |
4444
| uiBackendManager.manager.resources.limits.cpu | string | `"500m"` | |
4545
| uiBackendManager.manager.resources.limits.memory | string | `"512Mi"` | |
46-
| uiBackendManager.manager.resources.requests.cpu | string | `"10m"` | |
46+
| uiBackendManager.manager.resources.requests.cpu | string | `"100m"` | |
4747
| uiBackendManager.manager.resources.requests.memory | string | `"128Mi"` | |
4848
| uiBackendManager.podSecurityContext.runAsNonRoot | bool | `true` | |
4949
| uiBackendManager.ports[0].port | int | `80` | |

charts/dashboard/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ dashboard:
66
dashboard:
77
image:
88
repository: projectsveltos/dashboard
9-
tag: v1.2.0
10-
digest: sha256:958a6b9e74a89b32ba76d3a52dd0e2034bc32881ff1593d1dee1e6a53a81d507
9+
tag: v1.2.1
10+
digest: sha256:afcf80934d19b56f7d4341f3ac1f6732024847bd1e16031c9db63a69ad41a3a9
1111
resources:
1212
limits:
1313
cpu: 500m
1414
memory: 512Mi
1515
requests:
1616
cpu: 100m
17-
memory: 64Mi
17+
memory: 128Mi
1818
ports:
1919
- port: 80
2020
protocol: TCP
@@ -51,8 +51,8 @@ uiBackendManager:
5151
- ALL
5252
image:
5353
repository: projectsveltos/ui-backend
54-
tag: v1.2.0
55-
digest: sha256:7fc292c233bdb6944f189d63ab7bc19fd5992bd7fab06893da5ba5ce28bb54b1
54+
tag: v1.2.1
55+
digest: sha256:cfb5998a75d9a26298fa2e575ffd78c6a547baac5f5a355dd7ee1cd68d6aa6d4
5656
resources:
5757
limits:
5858
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.2.0
16+
version: 1.2.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.2.0"
21+
appVersion: "1.2.1"
2222
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png

0 commit comments

Comments
 (0)