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 28, 2023
1 parent e292dd1 commit de2ca1f
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:e09ddae5-280-20334"
cicdImage: "quay.io/devtron/devtron:6b596a8f-434-20332"
cicdImage: "quay.io/devtron/devtron:e09ddae5-434-20335"
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:e09ddae5-280-20334"
cicdImage: "quay.io/devtron/devtron:6b596a8f-434-20332"
cicdImage: "quay.io/devtron/devtron:e09ddae5-434-20335"
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:6b596a8f-434-20332"
image: "quay.io/devtron/devtron:e09ddae5-434-20335"
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: 6b596a8f79aec5663a468cb96ac9ecbf7a83c716
value: e09ddae54b56b6d64548cd60a3e8b51d23dd849c
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 6b596a8f79aec5663a468cb96ac9ecbf7a83c716
value: e09ddae54b56b6d64548cd60a3e8b51d23dd849c
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit de2ca1f

Please sign in to comment.