File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Helm chart for a PostgREST data api.
6363| database.migrations.database | string | ` "postgrest" ` | |
6464| database.migrations.enabled | bool | ` false ` | |
6565| database.migrations.hostname | string | ` "postgrest-cluster-rw" ` | |
66- | database.migrations.image | string | ` "ghcr.io/pelotech/images/goose@sha256:e323123b0a33dbc21585d6c719c13f53a50e688979c33a7d7698ad5ca23b0a0a " ` | |
66+ | database.migrations.image | string | ` "ghcr.io/pelotech/images/goose@sha256:afee303f0172bf7ed4db97180ce1561d0f1db09222f8e87d3313b2cd1fb184c9 " ` | |
6767| database.migrations.loadFromConfigMap | bool | ` false ` | |
6868| database.migrations.password | string | ` "goose" ` | |
6969| database.migrations.tag | string | ` "latest" ` | |
@@ -84,7 +84,7 @@ Helm chart for a PostgREST data api.
8484| ingress.tls[ 0] .hosts[ 1] | string | ` "data.app.localhost" ` | |
8585| ingress.tls[ 0] .secretName | string | ` "app.localhost-tls" ` | |
8686| keyserver.api.key | string | ` "a-string-secret-at-least-256-bits-long" ` | |
87- | keyserver.image | string | ` "ghcr.io/pelotech/images/keyserver@sha256:d107f18dad3a919029dad3eb61a69bfbde1ca6876df4979e1b853c88c4148250 " ` | |
87+ | keyserver.image | string | ` "ghcr.io/pelotech/images/keyserver@sha256:a128a2b37ccf00ab6bbbcd9ed0321bc81b1875aff51d0eb3aa412f07e50804d8 " ` | |
8888| keyserver.jwt.alg | string | ` "RS256" ` | |
8989| keyserver.jwt.aud | string | ` "postgrest" ` | |
9090| keyserver.jwt.claims.postgrest | string | ` "peek" ` | |
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ cluster:
8585 ensure : present
8686
8787keyserver :
88- image : ghcr.io/pelotech/images/keyserver@sha256:d107f18dad3a919029dad3eb61a69bfbde1ca6876df4979e1b853c88c4148250
88+ image : ghcr.io/pelotech/images/keyserver@sha256:a128a2b37ccf00ab6bbbcd9ed0321bc81b1875aff51d0eb3aa412f07e50804d8
8989 tag : latest
9090 api :
9191 key : a-string-secret-at-least-256-bits-long
You can’t perform that action at this time.
0 commit comments