Skip to content

Commit

Permalink
Merge pull request #2 from jaikishanwadhawa/main
Browse files Browse the repository at this point in the history
Use ghcr images for heplify-server and homer-app instead of dockerhub
  • Loading branch information
lmangani authored Nov 26, 2024
2 parents a4981d5 + 158e0d9 commit cda5bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sipcapture/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ grafana:
hostname:
storage: 2Gi
heplifyServer:
image: sipcapture/heplify-server:master
image: ghcr.io/sipcapture/heplify-server:latest
influxdb:
image: influxdb:1.8
loglevel: info
storage: 10Gi
homer:
image: sipcapture/webapp:latest
image: ghcr.io/sipcapture/homer-app:latest
hostname:
postgres:
image: postgres:11-alpine
Expand Down

0 comments on commit cda5bc6

Please sign in to comment.