Skip to content

Commit

Permalink
feat(Postgress): Switch to PSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 13, 2024
1 parent a9fe246 commit d11b1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tekton/base/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
sidecars:
# - image: mariadb:10.11.7
# name: mariadb
- image: docker.io/postgres:17.2@sha256:f95eacea382cb05066e978a24f7336cc82bf10c78d96ac6f02fd0bea34bd223f
# docker.io/library
- image: registry.arthurvardevanyan.com/postgres/postgres:17.2@sha256:f95eacea382cb05066e978a24f7336cc82bf10c78d96ac6f02fd0bea34bd223f
name: postgres
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit d11b1a2

Please sign in to comment.