Skip to content

Commit b9a2f21

Browse files
committed
Updated latest image of devtron in installer
1 parent 82cf34d commit b9a2f21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ components:
2626
ENABLE_CI_JOB: "true"
2727
devtron:
2828
image: "quay.io/devtron/hyperion:24f51942-280-20082"
29-
cicdImage: "quay.io/devtron/devtron:f4be2863-434-20074"
29+
cicdImage: "quay.io/devtron/devtron:24f51942-434-20080"
3030
customOverrides:
3131
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:560e6867-138-19679"
3232
argocdDexServer:

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ components:
6161

6262
devtron:
6363
image: "quay.io/devtron/hyperion:24f51942-280-20082"
64-
cicdImage: "quay.io/devtron/devtron:f4be2863-434-20074"
64+
cicdImage: "quay.io/devtron/devtron:24f51942-434-20080"
6565
imagePullPolicy: IfNotPresent
6666
customOverrides:
6767
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:560e6867-138-19679"

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
runAsUser: 1000
170170
containers:
171171
- name: devtron
172-
image: "quay.io/devtron/devtron:f4be2863-434-20074"
172+
image: "quay.io/devtron/devtron:24f51942-434-20080"
173173
securityContext:
174174
allowPrivilegeEscalation: false
175175
runAsUser: 1000

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: MIGRATE_TO_VERSION
4848
value: "0"
4949
- name: GIT_HASH
50-
value: f4be2863f3c6f6e6d56a4765b354ac11369231f9
50+
value: 24f5194277d91f182173de959f9846fab44ee80f
5151
envFrom:
5252
- secretRef:
5353
name: postgresql-migrator
@@ -96,7 +96,7 @@ spec:
9696
- name: MIGRATE_TO_VERSION
9797
value: "0"
9898
- name: GIT_HASH
99-
value: f4be2863f3c6f6e6d56a4765b354ac11369231f9
99+
value: 24f5194277d91f182173de959f9846fab44ee80f
100100
- name: GIT_BRANCH
101101
value: main
102102
envFrom:

0 commit comments

Comments
 (0)