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 Apr 9, 2024
1 parent 0d385e9 commit e304b8e
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 @@ -29,7 +29,7 @@ components:
ENABLE_EXTERNAL_ARGO_CD: "false"
devtron:
image: "quay.io/devtron/hyperion:f6fe89b1-280-21957"
cicdImage: "quay.io/devtron/devtron:ad1cd73b-434-22034"
cicdImage: "quay.io/devtron/devtron:cf471275-434-22039"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:d5f875c7-138-21576"
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 @@ -65,7 +65,7 @@ components:

devtron:
image: "quay.io/devtron/hyperion:f6fe89b1-280-21957"
cicdImage: "quay.io/devtron/devtron:ad1cd73b-434-22034"
cicdImage: "quay.io/devtron/devtron:cf471275-434-22039"
imagePullPolicy: IfNotPresent
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:d5f875c7-138-21576"
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:ad1cd73b-434-22034"
image: "quay.io/devtron/devtron:cf471275-434-22039"
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: ad1cd73b256c775638f847a36470cd1fd2cadced
value: cf471275407ffabcee19398a000b8608442ca4e7
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: ad1cd73b256c775638f847a36470cd1fd2cadced
value: cf471275407ffabcee19398a000b8608442ca4e7
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit e304b8e

Please sign in to comment.