diff --git a/README.md b/README.md index 72411eb..2931fd9 100644 --- a/README.md +++ b/README.md @@ -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:e5dcd5721b04c3a21b746870e987bd14d166ae33 +ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 ``` ### [Sigstore](https://www.sigstore.dev/) @@ -62,7 +62,7 @@ ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33 ```bash cosign verify \ --key=./cosign.pub \ -ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33 +ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 ``` > **NOTE** `cosign.pub` may be downloaded [here](./cosign.pub) @@ -83,7 +83,7 @@ docker-compose up ```YAML gcp-exporter: - image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33 + image: ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 container_name: gcp-exporter environment: - GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json @@ -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:e5dcd5721b04c3a21b746870e987bd14d166ae33 +ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 podman run \ --detach --tty --rm \ diff --git a/docker-compose.yml b/docker-compose.yml index 2f23b6d..08802d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,7 +63,7 @@ services: - 9093:9093 gcp-exporter: - image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33 + image: ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 container_name: gcp-exporter environment: - GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json diff --git a/kubernetes.yaml b/kubernetes.yaml index ef45c70..4249399 100644 --- a/kubernetes.yaml +++ b/kubernetes.yaml @@ -33,7 +33,7 @@ items: spec: containers: - name: gcp-exporter - image: ghcr.io/dazwilkin/gcp-exporter:e5dcd5721b04c3a21b746870e987bd14d166ae33 + image: ghcr.io/dazwilkin/gcp-exporter:09c2591acf7a691bced8b983db6457c24ac0f456 env: - name: GOOGLE_APPLICATION_CREDENTIALS value: /secrets/client_secrets.json