Skip to content

Commit ad43612

Browse files
authored
Syncing Repo from branch sync-2025-09-11-102744-645edc2 (#334)
1 parent 645edc2 commit ad43612

File tree

7 files changed

+277
-154
lines changed

7 files changed

+277
-154
lines changed

charts/devtron/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.7.0
3+
appVersion: 1.8.0
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -11,12 +11,12 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.95
14+
version: 0.22.96
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:
1818
- name: argo-cd
19-
version: "5.9.1"
19+
version: "7.7.15"
2020
repository: https://argoproj.github.io/argo-helm
2121
condition: argo-cd.enabled
2222
- name: security

charts/devtron/devtron-bom.yaml

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
PG_DATABASE: orchestrator
1616
extraManifests: []
1717
installer:
18-
release: "v1.7.0"
18+
release: "v1.8.0"
1919
registry: ""
2020
image: "inception"
2121
tag: "473deaa4-185-21582"
@@ -39,14 +39,15 @@ components:
3939
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
4040
ENABLE_RESOURCE_SCAN: "true"
4141
FEATURE_CODE_MIRROR_ENABLE: "true"
42+
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
4243
registry: ""
43-
image: "dashboard:a85f2624-690-33873"
44+
image: "dashboard:5196e935-690-36024"
4445
imagePullPolicy: IfNotPresent
4546
healthPort: 8080
4647
devtron:
4748
registry: ""
48-
image: "hyperion:c8e75fb3-280-33879"
49-
cicdImage: "devtron:c8e75fb3-434-33854"
49+
image: "hyperion:1ae65fbb-280-36074"
50+
cicdImage: "devtron:1ae65fbb-434-36069"
5051
imagePullPolicy: IfNotPresent
5152
customOverrides: {}
5253
podSecurityContext:
@@ -60,7 +61,7 @@ components:
6061
healthPort: 8080
6162
ciRunner:
6263
registry: ""
63-
image: "ci-runner:a4fc9044-138-33875"
64+
image: "ci-runner:880420ac-138-36030"
6465
argocdDexServer:
6566
registry: ""
6667
image: "dex:v2.30.2"
@@ -69,7 +70,7 @@ components:
6970
authenticator: "authenticator:e414faff-393-13273"
7071
kubelink:
7172
registry: ""
72-
image: "kubelink:a4fc9044-564-33855"
73+
image: "kubelink:880420ac-564-36036"
7374
imagePullPolicy: IfNotPresent
7475
configs:
7576
ENABLE_HELM_RELEASE_CACHE: "true"
@@ -92,7 +93,7 @@ components:
9293
healthPort: 50052
9394
kubewatch:
9495
registry: ""
95-
image: "kubewatch:a4fc9044-419-33852"
96+
image: "kubewatch:880420ac-419-36026"
9697
imagePullPolicy: IfNotPresent
9798
healthPort: 8080
9899
configs:
@@ -116,7 +117,7 @@ components:
116117
image: postgres_exporter:v0.10.1
117118
gitsensor:
118119
registry: ""
119-
image: "git-sensor:a4fc9044-200-33872"
120+
image: "git-sensor:880420ac-200-36032"
120121
imagePullPolicy: IfNotPresent
121122
serviceMonitor:
122123
enabled: false
@@ -134,7 +135,7 @@ components:
134135
# Values for lens
135136
lens:
136137
registry: ""
137-
image: "lens:a4fc9044-333-33874"
138+
image: "lens:880420ac-333-36029"
138139
imagePullPolicy: IfNotPresent
139140
configs:
140141
GIT_SENSOR_PROTOCOL: GRPC
@@ -169,7 +170,7 @@ components:
169170
entMigratorImage: "devtron-utils:geni-v1.1.4"
170171
chartSync:
171172
registry: ""
172-
image: chart-sync:a4fc9044-836-33878
173+
image: chart-sync:880420ac-836-36037
173174
schedule: "0 19 * * *"
174175
podSecurityContext:
175176
fsGroup: 1001
@@ -186,9 +187,18 @@ argo-cd:
186187
# -- If defined, a repository applied to all Argo CD deployments
187188
repository: quay.io/argoproj/argocd
188189
# -- Overrides the global Argo CD image tag whose default is the chart appVersion
189-
tag: "v2.5.2"
190+
tag: "v2.13.3"
190191
# -- If defined, a imagePullPolicy applied to all Argo CD deployments
191192
imagePullPolicy: IfNotPresent
193+
configs:
194+
cm:
195+
create: false
196+
# argocd-rbac-cm
197+
rbac:
198+
create: true
199+
policy.default: role:admin
200+
applicationSet:
201+
replicas: 0
192202
# Change below values for workflow controller
193203
workflowController:
194204
registry: "quay.io/argoproj"
@@ -198,7 +208,7 @@ workflowController:
198208
IMDSv1ExecutorImage: "argoexec:v3.0.7"
199209
security:
200210
imageScanner:
201-
image: "image-scanner:a4fc9044-141-33877"
211+
image: "image-scanner:f21e02cb-141-34534"
202212
healthPort: 8080
203213
configs:
204214
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
@@ -209,7 +219,7 @@ security:
209219
tag: 4.3.6
210220
# Values for notifier integration
211221
notifier:
212-
image: "notifier:19d654ff-372-33876"
222+
image: "notifier:00f17215-372-36041"
213223
healthPort: 3000
214224
minio:
215225
image: "minio:RELEASE.2021-02-14T04-01-33Z"

0 commit comments

Comments
 (0)