Skip to content

Commit

Permalink
Merge pull request #91 from serik1256/fix/docker-image-name-v2
Browse files Browse the repository at this point in the history
Fix container registry after moving to ghcr.io
  • Loading branch information
dewey authored Jul 12, 2023
2 parents 136a5c2 + ca56e28 commit df85100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run \
-d \
-p 9237:9237 \
--name sql_exporter \
justwatch/sql_exporter
ghcr.io/justwatchcom/sql_exporter
```

Manual `scrape_configs` snippet:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: /config/config.yml
- name: PGPASSFILE
value: /pgpass/pgpass
image: docker.io/justwatch/sql_exporter:latest
image: ghcr.io/justwatchcom/sql_exporter:latest
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit df85100

Please sign in to comment.