diff --git a/README.md b/README.md index 0c23be3..5361cab 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: diff --git a/examples/sidecar-injection/injector-config.yaml b/examples/sidecar-injection/injector-config.yaml index 551d3af..3b45bc7 100644 --- a/examples/sidecar-injection/injector-config.yaml +++ b/examples/sidecar-injection/injector-config.yaml @@ -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 diff --git a/examples/simple.yaml b/examples/simple.yaml index 28072fd..9e0135c 100644 --- a/examples/simple.yaml +++ b/examples/simple.yaml @@ -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: