diff --git a/charts/pixelfed/Chart.lock b/charts/pixelfed/Chart.lock new file mode 100644 index 0000000..0c37fbe --- /dev/null +++ b/charts/pixelfed/Chart.lock @@ -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" diff --git a/charts/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml index e9c6c6f..44daec9 100644 --- a/charts/pixelfed/Chart.yaml +++ b/charts/pixelfed/Chart.yaml @@ -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 diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 8440beb..4d5bc4d 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -10,6 +10,13 @@ A Helm chart for deploying Pixelfed on Kubernetes | ---- | ------ | --- | | 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 | Key | Type | Default | Description | diff --git a/charts/pixelfed/charts/postgresql-16.3.4.tgz b/charts/pixelfed/charts/postgresql-16.3.4.tgz new file mode 100644 index 0000000..66db705 Binary files /dev/null and b/charts/pixelfed/charts/postgresql-16.3.4.tgz differ diff --git a/charts/pixelfed/charts/valkey-2.2.1.tgz b/charts/pixelfed/charts/valkey-2.2.1.tgz new file mode 100644 index 0000000..12cc106 Binary files /dev/null and b/charts/pixelfed/charts/valkey-2.2.1.tgz differ