Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated latest image of devtron in the installer
  • Loading branch information
prakarsh-dt committed Apr 14, 2022
commit 291094e3ca77d21488234efacdc243c350432239
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
serviceAccountName: devtron
containers:
- name: devtron
image: "quay.io/devtron/devtron:a464ba14-326-7968"
image: "quay.io/devtron/devtron:02842282-326-7999"
imagePullPolicy: IfNotPresent
ports:
- name: devtron
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: a464ba14e7b215bc395efe3171c93cddd081447d
value: 02842282899755e13efb25d51248dadc04739392
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: a464ba14e7b215bc395efe3171c93cddd081447d
value: 02842282899755e13efb25d51248dadc04739392
- name: GIT_BRANCH
value: main
envFrom:
Expand Down