Skip to content

Commit

Permalink
fix: fixed dev postgres operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed May 8, 2024
1 parent 0bf21b1 commit c16cbc7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@ metadata:
# x-release-please-end

packages:
- name: dev-postgres
repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres
ref: 0.0.2
- name: dev-namespace
path: ../
ref: 0.1.0

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.10.1-uds.4-upstream
overrides:
postgres-operator:
uds-postgres-config:
variables:
- name: POSTGRESQL
description: "Configure postgres using CRs via the uds-postgres-config chart"
path: postgresql

- name: dev-secrets
path: ../
Expand Down

0 comments on commit c16cbc7

Please sign in to comment.