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 6c139f8 commit 16072f7
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:cf471275-434-22039"
cicdImage: "quay.io/devtron/devtron:e7f34f5a-434-22047"
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:cf471275-434-22039"
cicdImage: "quay.io/devtron/devtron:e7f34f5a-434-22047"
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:cf471275-434-22039"
image: "quay.io/devtron/devtron:e7f34f5a-434-22047"
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: cf471275407ffabcee19398a000b8608442ca4e7
value: e7f34f5aec161b8ee94e9b30d64e7475f072ccb6
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: cf471275407ffabcee19398a000b8608442ca4e7
value: e7f34f5aec161b8ee94e9b30d64e7475f072ccb6
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit 16072f7

Please sign in to comment.