From b4e042494b664e95195466a1d9e996aec0158dbb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 7 Nov 2024 05:05:37 +0000 Subject: [PATCH] GitHub Actions update image references --- README.md | 4 ++-- docker-compose.yml | 2 +- kubernetes/deployment.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d25e25..c7434db 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ docker run \ --publish=7777:7777 \ --volume=${PWD}/${ACCOUNT}.json:/secrets/key.json \ --env=GOOGLE_APPLICATION_CREDENTIALS=/secrets/key.json \ -ghcr.io/dazwilkin/gcp-oidc-token-proxy:f735543192d1cf12457518b56bdaa608cb50c1de \ +ghcr.io/dazwilkin/gcp-oidc-token-proxy:52b6f8ae86d189a488f39e39099058019cd342e3 \ --port=7777 ``` @@ -337,7 +337,7 @@ podman run \ --name=gcp-oidc-token-proxy \ --secret=${SECRET} \ --env=GOOGLE_APPLICATION_CREDENTIALS=/run/secrets/${SECRET} \ -ghcr.io/dazwilkin/gcp-oidc-token-proxy:f735543192d1cf12457518b56bdaa608cb50c1de \ +ghcr.io/dazwilkin/gcp-oidc-token-proxy:52b6f8ae86d189a488f39e39099058019cd342e3 \ --port=7777 ``` diff --git a/docker-compose.yml b/docker-compose.yml index d04ce76..b1bfd12 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: restart: always depends_on: - prometheus - image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:f735543192d1cf12457518b56bdaa608cb50c1de + image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:52b6f8ae86d189a488f39e39099058019cd342e3 container_name: gcp-oidc-token-proxy command: - --port=7777 diff --git a/kubernetes/deployment.yml b/kubernetes/deployment.yml index 5e729ba..d38c684 100644 --- a/kubernetes/deployment.yml +++ b/kubernetes/deployment.yml @@ -26,7 +26,7 @@ spec: mountPath: /etc/prometheus readOnly: true - name: gcp-oidc-token-proxy - image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:f735543192d1cf12457518b56bdaa608cb50c1de + image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:52b6f8ae86d189a488f39e39099058019cd342e3 imagePullPolicy: Always env: - name: GOOGLE_APPLICATION_CREDENTIALS