Skip to content

Commit

Permalink
Merge pull request #76 from gianlucam76/v0.42.1
Browse files Browse the repository at this point in the history
Release v0.42.1
  • Loading branch information
gianlucam76 authored Nov 22, 2024
2 parents 0bdfe09 + f7f37ee commit 05ea611
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/projectsveltos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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.42.2
version: 0.42.3
# 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.42.0"
appVersion: "0.42.1"
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png
4 changes: 2 additions & 2 deletions charts/projectsveltos/crds/eventtrigger-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ spec:
namespace:
description: |-
Namespace of the referenced resource.
Nnamespace can be left empty. In such a case, namespace will
Namespace can be left empty. In such a case, namespace will
be implicit set to cluster's namespace.
type: string
required:
Expand Down Expand Up @@ -1793,7 +1793,7 @@ spec:
namespace:
description: |-
Namespace of the referenced resource.
Nnamespace can be left empty. In such a case, namespace will
Namespace can be left empty. In such a case, namespace will
be implicit set to cluster's namespace.
type: string
required:
Expand Down
31 changes: 16 additions & 15 deletions charts/projectsveltos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ accessManager:
- ALL
image:
repository: docker.io/projectsveltos/access-manager
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand All @@ -28,14 +28,14 @@ addonController:
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -45,7 +45,7 @@ addonController:
type: RuntimeDefault
image:
repository: docker.io/projectsveltos/addon-controller
tag: v0.42.0
tag: v0.42.1
resources:
requests:
memory: 256Mi
Expand All @@ -57,29 +57,30 @@ addonController:
nodeSelector: {}
replicas: 1
tolerations: []
type: ClusterIP
classifierManager:
manager:
args:
- --diagnostics-address=:8443
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/classifier
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand All @@ -100,7 +101,7 @@ conversionWebhook:
- ALL
image:
repository: docker.io/projectsveltos/webhook-conversion
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand All @@ -117,15 +118,15 @@ eventManager:
- --diagnostics-address=:8443
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/event-manager
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand All @@ -142,15 +143,15 @@ hcManager:
- --diagnostics-address=:8443
- --shard-key=
- --v=5
- --version=v0.42.0
- --version=v0.42.1
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/healthcheck-manager
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand All @@ -174,7 +175,7 @@ registerMgmtClusterJob:
- ALL
image:
repository: docker.io/projectsveltos/register-mgmt-cluster
tag: v0.42.0
tag: v0.42.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -192,7 +193,7 @@ scManager:
- ALL
image:
repository: docker.io/projectsveltos/sveltoscluster-manager
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -221,7 +222,7 @@ shardController:
- ALL
image:
repository: docker.io/projectsveltos/shard-controller
tag: v0.42.0
tag: v0.42.1
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 05ea611

Please sign in to comment.