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
+9
View File
@@ -0,0 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.4
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.1
digest: sha256:6ddd2457b1d98b322978cb171e46195627cd3c46fb141e9f0a21b97ad54c4148
generated: "2024-12-29T22:53:47.065327+01:00"
+11
View File
@@ -25,3 +25,14 @@ maintainers:
- name: "jessebot" - name: "jessebot"
email: "jessebot@linux.com" email: "jessebot@linux.com"
url: "https://github.com/jessebot" 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
+7
View File
@@ -10,6 +10,13 @@ A Helm chart for deploying Pixelfed on Kubernetes
| ---- | ------ | --- | | ---- | ------ | --- |
| jessebot | <jessebot@linux.com> | <https://github.com/jessebot> | | jessebot | <jessebot@linux.com> | <https://github.com/jessebot> |
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.3.4 |
| oci://registry-1.docker.io/bitnamicharts | valkey | 2.2.1 |
## Values ## Values
| Key | Type | Default | Description | | Key | Type | Default | Description |
Binary file not shown.
Binary file not shown.