Skip to content

Commit

Permalink
chore(consortia-env): fix image tag for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 4, 2024
1 parent 167ff48 commit c11f07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions consortia/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ ingress:

dim:
image:
tag: "dev"
tag: "main"
imagePullPolicy: "Always"
swaggerEnabled: true
rootDirectoryId: "27fee02a-e265-4cfc-af70-4f217a33840b"
operatorId: "27fee02a-e265-4cfc-af70-4f217a33840b"

migrations:
image:
tag: "dev"
tag: "main"
imagePullPolicy: "Always"
logging:
default: "Debug"

processesworker:
image:
tag: "dev"
tag: "main"
imagePullPolicy: "Always"
logging:
default: "Debug"
Expand Down

0 comments on commit c11f07a

Please sign in to comment.