Skip to content

Commit

Permalink
🚀(deployment) prepare for release
Browse files Browse the repository at this point in the history
testing deployment process
  • Loading branch information
mjeammet committed Aug 7, 2024
1 parent c00c59b commit ed551e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/helm/env.d/preprod/values.desk.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
image:
repository: lasuite/people-backend
pullPolicy: Always
tag: "main"
tag: "v0.2.1"

frontend:
image:
repository: lasuite/people-frontend
pullPolicy: Always
tag: "v0.2.1"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -92,12 +98,6 @@ backend:
- python manage.py createsuperuser --username $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
restartPolicy: Never

frontend:
image:
repository: lasuite/people-frontend
pullPolicy: Always
tag: "main"

ingress:
enabled: true
host: desk-preprod.beta.numerique.gouv.fr
Expand Down
14 changes: 7 additions & 7 deletions src/helm/env.d/production/values.desk.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
image:
repository: lasuite/people-backend
pullPolicy: Always
tag: "v0.1.0"
tag: "v0.2.1"

frontend:
image:
repository: lasuite/people-frontend
pullPolicy: Always
tag: "v0.2.1"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -92,12 +98,6 @@ backend:
- python manage.py createsuperuser --username $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
restartPolicy: Never

frontend:
image:
repository: lasuite/people-frontend
pullPolicy: Always
tag: "v0.1.0"

ingress:
enabled: true
host: regie.numerique.gouv.fr
Expand Down

0 comments on commit ed551e8

Please sign in to comment.