Skip to content

Commit

Permalink
Updated latest image of devtron in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt committed Dec 14, 2023
1 parent 82cf34d commit b9a2f21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
ENABLE_CI_JOB: "true"
devtron:
image: "quay.io/devtron/hyperion:24f51942-280-20082"
cicdImage: "quay.io/devtron/devtron:f4be2863-434-20074"
cicdImage: "quay.io/devtron/devtron:24f51942-434-20080"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:560e6867-138-19679"
argocdDexServer:
Expand Down
2 changes: 1 addition & 1 deletion charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ components:

devtron:
image: "quay.io/devtron/hyperion:24f51942-280-20082"
cicdImage: "quay.io/devtron/devtron:f4be2863-434-20074"
cicdImage: "quay.io/devtron/devtron:24f51942-434-20080"
imagePullPolicy: IfNotPresent
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:560e6867-138-19679"
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:f4be2863-434-20074"
image: "quay.io/devtron/devtron:24f51942-434-20080"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: f4be2863f3c6f6e6d56a4765b354ac11369231f9
value: 24f5194277d91f182173de959f9846fab44ee80f
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: f4be2863f3c6f6e6d56a4765b354ac11369231f9
value: 24f5194277d91f182173de959f9846fab44ee80f
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit b9a2f21

Please sign in to comment.