Skip to content

Commit

Permalink
test-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Sep 27, 2024
1 parent 2da9a89 commit d4a14d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'refacto/new-ui-hackathon'
tags:
- 'v*'
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions src/helm/env.d/staging/values.impress.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: lasuite/impress-backend
pullPolicy: Always
tag: "main"
tag: "refacto-new-ui-hackathon"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -124,13 +124,13 @@ frontend:
image:
repository: lasuite/impress-frontend
pullPolicy: Always
tag: "main"
tag: "refacto-new-ui-hackathon"

yProvider:
image:
repository: lasuite/impress-y-provider
pullPolicy: Always
tag: "main"
tag: "refacto-new-ui-hackathon"

ingress:
enabled: true
Expand Down

0 comments on commit d4a14d7

Please sign in to comment.