Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add postgresql chart dep to DDE chart #7

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions charts/deduplication-engine/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dependencies:
- name: keyvault
repository: file://../keyvault
version: 0.1.3
digest: sha256:3ac9ce3a977b0ee6ddebed245ceadee2ab0931ff0b4765e5ee4159e03fe97485
generated: "2024-09-24T17:10:54.739182+02:00"
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.3.3
digest: sha256:a424d6b91855439480348de2836697d7ec2c0cd93609a5a74d82a93f10ad293f
generated: "2024-12-19T12:01:23.587672+01:00"
6 changes: 5 additions & 1 deletion charts/deduplication-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ dependencies:
- name: keyvault
version: 0.1.3
repository: file://../keyvault
condition: keyvault.enabled
condition: keyvault.enabled
- name: postgresql
version: "14.x.x"
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
Binary file modified charts/deduplication-engine/charts/keyvault-0.1.3.tgz
Binary file not shown.
Binary file not shown.
Loading