Skip to content

Commit 66e16f2

Browse files
committed
Syncing Repo from branch sync-2026-03-24-094050-5301582
1 parent 5301582 commit 66e16f2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.1.0
3+
appVersion: 2.1.1
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.1
14+
version: 0.23.2
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 4 additions & 4 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.1.0"
18+
release: "v2.1.1"
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:d4a16ea7-690-38751"
44+
image: "dashboard:8a175cbd-690-38843"
4545
imagePullPolicy: IfNotPresent
4646
healthPort: 8080
4747
devtron:
4848
registry: ""
49-
image: "hyperion:634eb598-280-38763"
50-
cicdImage: "devtron:634eb598-434-38762"
49+
image: "hyperion:1188d0b9-280-38819"
50+
cicdImage: "devtron:1188d0b9-434-38818"
5151
imagePullPolicy: IfNotPresent
5252
customOverrides: {}
5353
podSecurityContext:

charts/devtron/values.yaml

Lines changed: 4 additions & 4 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.1.0"
45+
release: "v2.1.1"
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:d4a16ea7-690-38751"
100+
image: "dashboard:8a175cbd-690-38843"
101101
imagePullPolicy: IfNotPresent
102102
healthPort: 8080
103103
devtron:
104104
registry: ""
105-
image: "hyperion:634eb598-280-38763"
106-
cicdImage: "devtron:634eb598-434-38762"
105+
image: "hyperion:1188d0b9-280-38819"
106+
cicdImage: "devtron:1188d0b9-434-38818"
107107
imagePullPolicy: IfNotPresent
108108
customOverrides: {}
109109
healthPort: 8080

0 commit comments

Comments
 (0)