Skip to content

Commit

Permalink
test helm
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed May 22, 2024
1 parent a1f33c8 commit c49de3f
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'
- 'feature/production'
tags:
- 'v*'
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions src/helm/env.d/production/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: "feature-production"

backend:
migrateJobAnnotations:
Expand Down Expand Up @@ -114,13 +114,13 @@ frontend:
image:
repository: lasuite/impress-frontend
pullPolicy: Always
tag: "main"
tag: "feature-production"

webrtc:
image:
repository: lasuite/impress-y-webrtc-signaling
pullPolicy: Always
tag: "main"
tag: "feature-production"

ingress:
enabled: true
Expand Down

0 comments on commit c49de3f

Please sign in to comment.