From 8dbaacbb89494b5620aad396951d6ba00e9adcbf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 11 Oct 2024 12:20:45 +0000 Subject: [PATCH] GitHub Actions update image references --- README.md | 8 ++++---- docker-compose.yml | 2 +- kubernetes.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48deda9..22daf15 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:b922b502c689085d56600b7710424f698d1b031f +ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac ``` ### [Sigstore](https://www.sigstore.dev/) @@ -62,7 +62,7 @@ ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f ```bash cosign verify \ --key=./cosign.pub \ -ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f +ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac ``` > **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:b922b502c689085d56600b7710424f698d1b031f + image: ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac 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:b922b502c689085d56600b7710424f698d1b031f +ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac podman run \ --detach --tty --rm \ diff --git a/docker-compose.yml b/docker-compose.yml index b586c1e..d8d9f4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,7 +63,7 @@ services: - 9093:9093 gcp-exporter: - image: ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f + image: ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac container_name: gcp-exporter environment: - GOOGLE_APPLICATION_CREDENTIALS=/secrets/client_secrets.json diff --git a/kubernetes.yaml b/kubernetes.yaml index 8507524..02e1d7d 100644 --- a/kubernetes.yaml +++ b/kubernetes.yaml @@ -33,7 +33,7 @@ items: spec: containers: - name: gcp-exporter - image: ghcr.io/dazwilkin/gcp-exporter:b922b502c689085d56600b7710424f698d1b031f + image: ghcr.io/dazwilkin/gcp-exporter:984ed6ef9ac216257017f77bc66c7f0bde229cac env: - name: GOOGLE_APPLICATION_CREDENTIALS value: /secrets/client_secrets.json