Skip to content

Commit

Permalink
consistent docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Dec 6, 2023
1 parent 52cd5ca commit dfb3f8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/dex-k8s-authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:
replicaCount: 1

image:
repository: mmorrison/dex-k8s-authenticator
repository: ghcr.io/sl1pm4t/dex-k8s-authenticator
tag: latest
pullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ global:
replicaCount: 1

image:
repository: mmorrison/dex-k8s-authenticator
tag: 1.4.0
repository: sl1pm4t/dex-k8s-authenticator
tag: 2.0.0
pullPolicy: Always

imagePullSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion docs/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If using docker, you can mount a volume like so:
docker run --rm -t -i \
-v /tmp/certs:/certs:ro \
-v /tmp/config.yml:/tmp/config.yml:ro \
mmorrison/dex-k8s-authenticator:latest --config /tmp/config.yml
sl1pm4t/dex-k8s-authenticator:latest --config /tmp/config.yml
```

### 2. `trusted_root_ca` config option
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/helm/dex-k8s-auth-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: mmorrison/dex-k8s-authenticator
repository: sl1pm4t/dex-k8s-authenticator
tag: ${CI_TAG}
pullPolicy: Never

Expand Down

0 comments on commit dfb3f8d

Please sign in to comment.