Skip to content

Commit 2f687e0

Browse files
chore(deps): update ghcr.io/pelotech/images/keyserver docker digest to a128a2b (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pt-release-please[bot] <245757523+pt-release-please[bot]@users.noreply.github.com>
1 parent fbfaa56 commit 2f687e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/postgrest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"` | |

charts/postgrest/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cluster:
8585
ensure: present
8686

8787
keyserver:
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

0 commit comments

Comments
 (0)