Skip to content

Commit

Permalink
modify default values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOLLOT committed Dec 19, 2023
1 parent 11a9897 commit 6fe9ccb
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,82 +83,82 @@ config:
aws:
region: us-east-1
sources:
deployments:
- label-selector:
upgrade-manager.qonto.com/enabled: "true"
filters:
semver-versions:
remove-pre-release: true
remove-first-major-version: true

registries:
<private-registry-name>:
enable-date-retrieval: true
auth:
aws: true
# deployments:
# - label-selector:
# upgrade-manager.qonto.com/enabled: "true"
# filters:
# semver-versions:
# remove-pre-release: true
# remove-first-major-version: true

# registries:
# <private-registry-name>:
# enable-date-retrieval: true
# auth:
# aws: true
argocdHelm:
- enabled: true
argocd-namespace: argocd # namespace where the argocd application object is deployed
git-credentials-secrets-namespace: argocd # namespace where secrets containing git credentials are deployed
git-credentials-secrets-pattern: ".*-repo-.*" # regex to filter which secrets to fetch
filters:
semver-versions:
remove-pre-release: true
remove-first-major-version: true
recent-versions:
days: 21 # number of days since the version was released
destination-namespace: # namespace where the app resources will be deployed
include: []
# ["kyverno"] # regular expression, if include is empty, it includes all namespaces
exclude: []
# ["default", "temporary-*", "feature-*", "kube-system"] # regular expression if exclude is empty, it does not exclude any namespace
- enabled: false
# argocd-namespace: argocd # namespace where the argocd application object is deployed
# git-credentials-secrets-namespace: argocd # namespace where secrets containing git credentials are deployed
# git-credentials-secrets-pattern: ".*-repo-.*" # regex to filter which secrets to fetch
# filters:
# semver-versions:
# remove-pre-release: true
# remove-first-major-version: true
# recent-versions:
# days: 21 # number of days since the version was released
# destination-namespace: # namespace where the app resources will be deployed
# include: []
# # ["kyverno"] # regular expression, if include is empty, it includes all namespaces
# exclude: []
# # ["default", "temporary-*", "feature-*", "kube-system"] # regular expression if exclude is empty, it does not exclude any namespace
filesystemHelm:
- enabled: true
paths:
- "./internal/app/_testdata/test_chart/Chart.yaml"
- "./internal/app/_testdata/test_chart2/Chart.yaml"
- "./internal/app/_testdata/test_chart3/Chart.yaml"
- "./internal/app/_testdata/test_chart4/Chart.yaml"
filters:
semver-versions:
remove-pre-release: true
remove-first-major-version: true
recent-versions:
days: 21
- enabled: false
# paths:
# - "./internal/app/_testdata/test_chart/Chart.yaml"
# - "./internal/app/_testdata/test_chart2/Chart.yaml"
# - "./internal/app/_testdata/test_chart3/Chart.yaml"
# - "./internal/app/_testdata/test_chart4/Chart.yaml"
# filters:
# semver-versions:
# remove-pre-release: true
# remove-first-major-version: true
# recent-versions:
# days: 21
aws:
eks:
enabled: true
enabled: false
request-timeout: 15s
rds:
enabled: true
enabled: false
request-timeout: 15s
aggregation-level: cluster
msk:
enabled: true
enabled: false
request-timeout: 15s
elasticache:
enabled: true
enabled: false
request-timeout: 15s
lambda:
enabled: true
enabled: false
request-timeout: 15s
deprecated-runtimes-score: 100 # defaults to 100
deprecated-runtimes:
- "nodejs"
- "nodejs4.3"
- "nodejs4.3-edge"
- "nodejs6.10"
- "nodejs8.10"
- "nodejs10.x"
- "nodejs12.x"
- "java8"
- "java8.al2"
- "python2.7"
- "python3.6"
- "dotnetcore1.0"
- "dotnetcore2.0"
- "dotnet6"
- "ruby2.5"
# deprecated-runtimes:
# - "nodejs"
# - "nodejs4.3"
# - "nodejs4.3-edge"
# - "nodejs6.10"
# - "nodejs8.10"
# - "nodejs10.x"
# - "nodejs12.x"
# - "java8"
# - "java8.al2"
# - "python2.7"
# - "python3.6"
# - "dotnetcore1.0"
# - "dotnetcore2.0"
# - "dotnet6"
# - "ruby2.5"
http:
host: 0.0.0.0
port: 10000
Expand Down

0 comments on commit 6fe9ccb

Please sign in to comment.