Skip to content

Commit

Permalink
demo-preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Jun 18, 2024
1 parent 025c464 commit a7182ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/frontend/apps/desk/src/features/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Header = () => {
<Box $align="center" $gap="1rem" $direction="row">
<Image priority src={IconApplication} alt={t('Equipes Logo')} />
<Text $margin="none" as="h2" $theme="primary">
{t('Equipes')}
{t('Equipes Preprod 789789!!')}
</Text>
</Box>
</Box>
Expand Down
4 changes: 2 additions & 2 deletions src/helm/env.d/preprod/values.desk.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: lasuite/people-backend
pullPolicy: Always
tag: "main"
tag: "v0.1.0-demo"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -85,7 +85,7 @@ frontend:
image:
repository: lasuite/people-frontend
pullPolicy: Always
tag: "main"
tag: "v0.1.0-demo"

ingress:
enabled: true
Expand Down

0 comments on commit a7182ba

Please sign in to comment.