Skip to content

Commit

Permalink
fix(chart): use new docker images (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored May 13, 2024
1 parent 8343cac commit 4f2efee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/timed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backend:
replicaCount: 1
image:
# -- Backend image name
repository: ghcr.io/adfinis/timed-backend
repository: ghcr.io/adfinis/timed/backend
# -- Backend version.
tag: ~
# -- Backend image pull policy
Expand Down Expand Up @@ -199,7 +199,7 @@ frontend:
replicaCount: 1
image:
# -- Frontend image name
repository: ghcr.io/adfinis/timed-frontend
repository: ghcr.io/adfinis/timed/frontend
# -- Frontend image pull policy
pullPolicy: IfNotPresent
# -- Frontend version.
Expand Down

0 comments on commit 4f2efee

Please sign in to comment.