Skip to content

Commit

Permalink
Merge pull request #64 from gianlucam76/v0.38.4
Browse files Browse the repository at this point in the history
Release v0.38.4
  • Loading branch information
gianlucam76 authored Sep 27, 2024
2 parents 42ea5e0 + d35b1db commit e52625d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.38.3
version: 0.38.4
# 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.38.3"
appVersion: "0.38.4"
icon: https://github.com/projectsveltos/sveltos/raw/main/docs/assets/logo.png
30 changes: 15 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.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand All @@ -28,22 +28,22 @@ addonController:
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/addon-controller
tag: v0.38.3
tag: v0.38.4
resources:
requests:
memory: 256Mi
Expand All @@ -57,22 +57,22 @@ classifierManager:
- --report-mode=0
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
argsAgentMgmtCluster:
- --diagnostics-address=:8443
- --report-mode=0
- --agent-in-mgmt-cluster
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/classifier
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand All @@ -93,7 +93,7 @@ conversionWebhook:
- ALL
image:
repository: docker.io/projectsveltos/webhook-conversion
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand All @@ -110,15 +110,15 @@ eventManager:
- --diagnostics-address=:8443
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/event-manager
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand All @@ -135,15 +135,15 @@ hcManager:
- --diagnostics-address=:8443
- --shard-key=
- --v=5
- --version=v0.38.3
- --version=v0.38.4
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
image:
repository: docker.io/projectsveltos/healthcheck-manager
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand All @@ -167,7 +167,7 @@ registerMgmtClusterJob:
- ALL
image:
repository: docker.io/projectsveltos/register-mgmt-cluster
tag: v0.38.3
tag: v0.38.4
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -185,7 +185,7 @@ scManager:
- ALL
image:
repository: docker.io/projectsveltos/sveltoscluster-manager
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -214,7 +214,7 @@ shardController:
- ALL
image:
repository: docker.io/projectsveltos/shard-controller
tag: v0.38.3
tag: v0.38.4
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e52625d

Please sign in to comment.