Skip to content

Commit

Permalink
chore: pin to digest
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 13, 2024
1 parent 560f205 commit bccb546
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: ghcr.io/ripplefcl/bws-cache
tag: pr-28
tag: pr-28@sha256:8356f40801a08bf2415bceaf2bf3f792f33235a491833f414e69f69f1f707a50
env:
SECRET_TTL: 3600
DEBUG: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
size: 20Gi
storageClass: local-hostpath
superuserSecret:
name: cloudnative-pg
name: &secret cloudnative-pg-secret
enableSuperuserAccess: true
postgresql:
parameters:
Expand Down Expand Up @@ -46,7 +46,7 @@ spec:
serverName: &currentCluster postgres-v4
s3Credentials:
accessKeyId:
name: &secret cloudnative-pg-secret
name: *secret
key: aws-access-key-id
secretAccessKey:
name: *secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: ghcr.io/ripplefcl/bws-cache
tag: pr-28
tag: pr-28@sha256:8356f40801a08bf2415bceaf2bf3f792f33235a491833f414e69f69f1f707a50
env:
SECRET_TTL: 3600
DEBUG: "false"
Expand Down

0 comments on commit bccb546

Please sign in to comment.