Skip to content

Commit 140e001

Browse files
committed
Syncing Repo from branch sync-2026-03-03-135741-80b39ac
1 parent 80b39ac commit 140e001

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 2.0.0
3+
appVersion: 2.1.0
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.23.0
14+
version: 0.23.1
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
PG_DATABASE: orchestrator
1616
extraManifests: []
1717
installer:
18-
release: "v2.0.0"
18+
release: "v2.1.0"
1919
registry: ""
2020
image: "inception"
2121
tag: "473deaa4-185-21582"
@@ -41,13 +41,13 @@ components:
4141
FEATURE_CODE_MIRROR_ENABLE: "true"
4242
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
4343
registry: ""
44-
image: "dashboard:b48d0910-690-38228"
44+
image: "dashboard:d4a16ea7-690-38751"
4545
imagePullPolicy: IfNotPresent
4646
healthPort: 8080
4747
devtron:
4848
registry: ""
49-
image: "hyperion:f0c18f20-280-38148"
50-
cicdImage: "devtron:f0c18f20-434-38146"
49+
image: "hyperion:634eb598-280-38763"
50+
cicdImage: "devtron:634eb598-434-38762"
5151
imagePullPolicy: IfNotPresent
5252
customOverrides: {}
5353
podSecurityContext:
@@ -61,7 +61,7 @@ components:
6161
healthPort: 8080
6262
ciRunner:
6363
registry: ""
64-
image: "ci-runner:6b408df4-138-38163"
64+
image: "ci-runner:fbde4d5e-138-38754"
6565
argocdDexServer:
6666
registry: ""
6767
image: "dex:v2.30.2"
@@ -70,7 +70,7 @@ components:
7070
authenticator: "authenticator:e414faff-393-13273"
7171
kubelink:
7272
registry: ""
73-
image: "kubelink:6b408df4-564-38159"
73+
image: "kubelink:fbde4d5e-564-38749"
7474
imagePullPolicy: IfNotPresent
7575
configs:
7676
ENABLE_HELM_RELEASE_CACHE: "true"
@@ -93,7 +93,7 @@ components:
9393
healthPort: 50052
9494
kubewatch:
9595
registry: ""
96-
image: "kubewatch:6b408df4-419-38172"
96+
image: "kubewatch:fbde4d5e-419-38744"
9797
imagePullPolicy: IfNotPresent
9898
healthPort: 8080
9999
configs:
@@ -118,7 +118,7 @@ components:
118118
image: postgres_exporter:v0.10.1
119119
gitsensor:
120120
registry: ""
121-
image: "git-sensor:6b408df4-200-38174"
121+
image: "git-sensor:fbde4d5e-200-38750"
122122
imagePullPolicy: IfNotPresent
123123
serviceMonitor:
124124
enabled: false
@@ -136,7 +136,7 @@ components:
136136
# Values for lens
137137
lens:
138138
registry: ""
139-
image: "lens:6b408df4-333-38167"
139+
image: "lens:fbde4d5e-333-38752"
140140
imagePullPolicy: IfNotPresent
141141
configs:
142142
GIT_SENSOR_PROTOCOL: GRPC
@@ -171,7 +171,7 @@ components:
171171
entMigratorImage: "devtron-utils:geni-v1.1.4"
172172
chartSync:
173173
registry: ""
174-
image: chart-sync:6b408df4-836-38155
174+
image: chart-sync:fbde4d5e-836-38757
175175
schedule: "0 19 * * *"
176176
podSecurityContext:
177177
fsGroup: 1001
@@ -209,7 +209,7 @@ workflowController:
209209
IMDSv1ExecutorImage: "argoexec:v3.0.7"
210210
security:
211211
imageScanner:
212-
image: "image-scanner:6b408df4-141-38158"
212+
image: "image-scanner:fbde4d5e-141-38756"
213213
healthPort: 8080
214214
configs:
215215
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
@@ -220,7 +220,7 @@ security:
220220
tag: 4.3.6
221221
# Values for notifier integration
222222
notifier:
223-
image: "notifier:5c4b5b3a-372-38153"
223+
image: "notifier:580d409b-372-38755"
224224
healthPort: 3000
225225
minio:
226226
image: "minio:RELEASE.2021-02-14T04-01-33Z"

charts/devtron/templates/devtron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
annotations:
1111
"helm.sh/resource-policy": keep
1212
data:
13+
CLUSTER_OVERVIEW_MAX_STALE_DATA_SECONDS: "330"
1314
DEVTRON_HELM_RELEASE_NAME: {{ $.Release.Name }}
1415
DEVTRON_HELM_RELEASE_NAMESPACE: {{ $.Release.Namespace }}
1516
FEATURE_MIGRATE_ARGOCD_APPLICATION_ENABLE: "true"

charts/devtron/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nfs:
4242
extraManifests: []
4343
installer:
4444
repo: "devtron-labs/devtron"
45-
release: "v2.0.0"
45+
release: "v2.1.0"
4646
registry: ""
4747
image: inception
4848
tag: 473deaa4-185-21582
@@ -97,13 +97,13 @@ components:
9797
FEATURE_CODE_MIRROR_ENABLE: "true"
9898
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
9999
registry: ""
100-
image: "dashboard:b48d0910-690-38228"
100+
image: "dashboard:d4a16ea7-690-38751"
101101
imagePullPolicy: IfNotPresent
102102
healthPort: 8080
103103
devtron:
104104
registry: ""
105-
image: "hyperion:f0c18f20-280-38148"
106-
cicdImage: "devtron:f0c18f20-434-38146"
105+
image: "hyperion:634eb598-280-38763"
106+
cicdImage: "devtron:634eb598-434-38762"
107107
imagePullPolicy: IfNotPresent
108108
customOverrides: {}
109109
healthPort: 8080
@@ -140,7 +140,7 @@ components:
140140
# - devtron.example.com
141141
ciRunner:
142142
registry: ""
143-
image: "ci-runner:6b408df4-138-38163"
143+
image: "ci-runner:fbde4d5e-138-38754"
144144
# Add annotations for ci-runner & cd-runner serviceAccount.
145145
annotations: {}
146146
argocdDexServer:
@@ -151,7 +151,7 @@ components:
151151
authenticator: "authenticator:e414faff-393-13273"
152152
kubelink:
153153
registry: ""
154-
image: "kubelink:6b408df4-564-38159"
154+
image: "kubelink:fbde4d5e-564-38749"
155155
imagePullPolicy: IfNotPresent
156156
healthPort: 50052
157157
podSecurityContext:
@@ -174,7 +174,7 @@ components:
174174
keyName: postgresql-password
175175
kubewatch:
176176
registry: ""
177-
image: "kubewatch:6b408df4-419-38172"
177+
image: "kubewatch:fbde4d5e-419-38744"
178178
imagePullPolicy: IfNotPresent
179179
healthPort: 8080
180180
configs:
@@ -201,7 +201,7 @@ components:
201201
volumeSize: "20Gi"
202202
gitsensor:
203203
registry: ""
204-
image: "git-sensor:6b408df4-200-38174"
204+
image: "git-sensor:fbde4d5e-200-38750"
205205
imagePullPolicy: IfNotPresent
206206
serviceMonitor:
207207
enabled: false
@@ -219,7 +219,7 @@ components:
219219
# Values for lens
220220
lens:
221221
registry: ""
222-
image: "lens:6b408df4-333-38167"
222+
image: "lens:fbde4d5e-333-38752"
223223
imagePullPolicy: IfNotPresent
224224
secrets: {}
225225
resources: {}
@@ -256,7 +256,7 @@ components:
256256
entMigratorImage: "devtron-utils:geni-v1.1.4"
257257
chartSync:
258258
registry: ""
259-
image: chart-sync:6b408df4-836-38155
259+
image: chart-sync:fbde4d5e-836-38757
260260
schedule: "0 19 * * *"
261261
extraConfigs: {}
262262
podSecurityContext:
@@ -412,7 +412,7 @@ argo-cd:
412412
security:
413413
enabled: false
414414
imageScanner:
415-
image: "image-scanner:6b408df4-141-38158"
415+
image: "image-scanner:fbde4d5e-141-38756"
416416
healthPort: 8080
417417
configs:
418418
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
@@ -431,7 +431,7 @@ security:
431431
notifier:
432432
enabled: false
433433
imagePullPolicy: IfNotPresent
434-
image: "notifier:5c4b5b3a-372-38153"
434+
image: "notifier:580d409b-372-38755"
435435
configs:
436436
CD_ENVIRONMENT: PROD
437437
secrets: {}

0 commit comments

Comments
 (0)