diff --git a/helm/orchard/Chart.lock b/helm/orchard/Chart.lock new file mode 100644 index 0000000..a36df5d --- /dev/null +++ b/helm/orchard/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 15.5.38 +- name: minio + repository: https://charts.bitnami.com/bitnami + version: 14.10.5 +- name: redis + repository: https://charts.bitnami.com/bitnami + version: 19.6.4 +digest: sha256:eb67c77a2dccf7f0e71d793ebcc33be4a79fdaf8ac6340fab50dc1ed6f004ada +generated: "2025-12-05T12:52:40.294581-06:00" diff --git a/helm/orchard/charts/minio-14.10.5.tgz b/helm/orchard/charts/minio-14.10.5.tgz new file mode 100644 index 0000000..3bb59ba Binary files /dev/null and b/helm/orchard/charts/minio-14.10.5.tgz differ diff --git a/helm/orchard/charts/postgresql-15.5.38.tgz b/helm/orchard/charts/postgresql-15.5.38.tgz new file mode 100644 index 0000000..55ad888 Binary files /dev/null and b/helm/orchard/charts/postgresql-15.5.38.tgz differ diff --git a/helm/orchard/charts/redis-19.6.4.tgz b/helm/orchard/charts/redis-19.6.4.tgz new file mode 100644 index 0000000..549c4e2 Binary files /dev/null and b/helm/orchard/charts/redis-19.6.4.tgz differ diff --git a/helm/orchard/values.yaml b/helm/orchard/values.yaml index 28c0f87..365533f 100644 --- a/helm/orchard/values.yaml +++ b/helm/orchard/values.yaml @@ -171,3 +171,7 @@ migrations: image: repository: orchard-server tag: "" + +global: + security: + allowInsecureImages: true \ No newline at end of file