Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DazWilkin/gcp-oidc-token-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Nov 1, 2023
2 parents b1e0d93 + 0b40b51 commit 0d81aeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:bcfe8bec7e0fb2560612db6a2a9bb1a44b783bb6 \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:e27331682df8778f7d0bb0af3f93f69f41008945 \
--port=7777
```
Expand Down Expand Up @@ -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:bcfe8bec7e0fb2560612db6a2a9bb1a44b783bb6 \
ghcr.io/dazwilkin/gcp-oidc-token-proxy:e27331682df8778f7d0bb0af3f93f69f41008945 \
--port=7777
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
restart: always
depends_on:
- prometheus
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:bcfe8bec7e0fb2560612db6a2a9bb1a44b783bb6
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:e27331682df8778f7d0bb0af3f93f69f41008945
container_name: gcp-oidc-token-proxy
command:
- --port=7777
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /etc/prometheus
readOnly: true
- name: gcp-oidc-token-proxy
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:bcfe8bec7e0fb2560612db6a2a9bb1a44b783bb6
image: ghcr.io/dazwilkin/gcp-oidc-token-proxy:e27331682df8778f7d0bb0af3f93f69f41008945
imagePullPolicy: Always
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
Expand Down

0 comments on commit 0d81aeb

Please sign in to comment.