Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DazWilkin/gcp-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Aug 9, 2023
2 parents aa24021 + 7f3a99b commit 16cee75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docker run \
--publish=${PORT}:${PORT} \
--volume=${CREDENTIALS}:/secrets/client_secrets.json \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json \
ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
```

### [Sigstore](https://www.sigstore.dev/)
Expand All @@ -62,7 +62,7 @@ ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
```bash
cosign verify \
--key=./cosign.pub \
ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
```

> **NOTE** `cosign.pub` may be downloaded [here](./cosign.pub)
Expand All @@ -83,7 +83,7 @@ docker-compose up

```YAML
gcp-exporter:
image: ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
image: ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
container_name: gcp-exporter
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json
Expand Down Expand Up @@ -208,7 +208,7 @@ podman run \
--name=gcp-exporter \
--env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/key.json \
--volume=/home/userid/.config/gcloud/application_default_credentials.json:/secrets/key.json \
ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
podman run \
--detach --tty --rm \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- 9093:9093

gcp-exporter:
image: ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
image: ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
container_name: gcp-exporter
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json
Expand Down
2 changes: 1 addition & 1 deletion kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ items:
spec:
containers:
- name: gcp-exporter
image: ghcr.io/dazwilkin/gcp-exporter:d211a0377ad7c82c25ed44c0367ce92d47cea3f3
image: ghcr.io/dazwilkin/gcp-exporter:ccf23622343c2bf965a3ee1235ee244d78c2b05b
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /secrets/client_secrets.json
Expand Down

0 comments on commit 16cee75

Please sign in to comment.