add postgresql and valkey officially and run helm dep update

This commit is contained in:
jessebot
2024-12-29 22:54:15 +01:00
parent 1587568dd1
commit 5b57952303
5 changed files with 27 additions and 0 deletions
+11
View File
@@ -25,3 +25,14 @@ maintainers:
- name: "jessebot"
email: "jessebot@linux.com"
url: "https://github.com/jessebot"
dependencies:
- name: postgresql
version: 16.3.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: valkey
version: 2.2.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: valkey.enabled