Skip to content

Commit

Permalink
chore(harbor): use minimal pg image (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Feb 14, 2025
1 parent 6737fa3 commit 589f0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ resources:
- url: https://github.com/cloudnative-pg/cloudnative-pg
ref: v${image_tag}
license_path: LICENSE
- container_image: ghcr.io/cloudnative-pg/postgresql:17
- container_image: ghcr.io/cloudnative-pg/postgresql:17.2-minimal-bookworm
sources:
- url: https://github.com/cloudnative-pg/postgres-containers
ref: main
Expand Down
2 changes: 1 addition & 1 deletion services/harbor/1.16.2/defaults/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
---
type: postgresql
version:
postgresql: "17"
postgresql: "17.2-minimal-bookworm"
mode: standalone
cluster:
instances: 3
Expand Down

0 comments on commit 589f0dd

Please sign in to comment.