Skip to content

Commit

Permalink
Update image references to ghcr.io (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerman authored May 3, 2023
1 parent 5aaa649 commit dd3faac
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 @@ -15,7 +15,7 @@ This sidecar provides a proxy ([pgbouncer](https://www.pgbouncer.org/)) to a Pos

## Usage

Releases are available on [Docker Hub](https://hub.docker.com/r/inovex/pgbouncer-vault-sidecar). Check the [examples](examples/) folder.
Releases are available on [GitHub](https://github.com/inovex/pgbouncer-vault-sidecar/pkgs/container/pgbouncer-vault-sidecar). Check the [examples](examples/) folder.

The sidecar is configured via environment variables:

Expand All @@ -33,7 +33,7 @@ The sidecar authenticates against Vault with the [Kubernetes auth method](https:

The main application can connect to the database using `localhost`, the configured database name (`$DB_NAME`) and the configured port (`$LISTEN_PORT`). Any username and password will do.

The sidecar comes with `psql` to define a liveness probe.
The sidecar includes `psql` to define a liveness probe:

```yaml
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/sidecar-injection/injector-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pgbouncer-vault-sidecar:latest
containers:
- name: pgbouncer-vault-sidecar
image: inovex/pgbouncer-vault-sidecar:latest
image: ghcr.io/inovex/pgbouncer-vault-sidecar:0.3.0
env:
# populate environment variables from annotations
- name: DB_NAME
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- --dbname=postgres
- --command=SELECT * FROM pg_tables;
- name: pgbouncer-vault-sidecar
image: "pgbouncer-vault"
image: ghcr.io/inovex/pgbouncer-vault-sidecar:0.3.0
imagePullPolicy: Never
livenessProbe:
exec:
Expand Down

0 comments on commit dd3faac

Please sign in to comment.