Skip to content

Commit

Permalink
chore(timed): change timed-frontend image url to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Jan 24, 2023
1 parent 61a3f80 commit c2f4590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/timed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: timed
description: Chart for Timed application
type: application
version: 0.14.3
version: 0.14.4
keywords:
- timed
- tracking
Expand All @@ -26,4 +26,4 @@ annotations:
description: "updated timed-frontend image tag"
links:
- name: GitHub Release
url: https://github.com/adfinis/timed-frontend/releases/tag/v3.0.0-rc3
url: https://github.com/adfinis/timed-frontend/releases/tag/v3.0.0-rc4
6 changes: 3 additions & 3 deletions charts/timed/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/timed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ frontend:
replicaCount: 1
image:
# -- Frontend image name
repository: adfinissygroup/timed-frontend
repository: ghcr.io/adfinis/timed-frontend
# -- Frontend image pull policy
pullPolicy: IfNotPresent
# -- Frontend version.
tag: v3.0.0-rc3
tag: v3.0.0-rc4
service:
# -- Frontend service name
name: timed-frontend
Expand Down

0 comments on commit c2f4590

Please sign in to comment.