diff --git a/helm/dbrepo/README.md b/helm/dbrepo/README.md index e7a5849e301f1e872b205d0bad6b276315500d1e..a45297396372cc5580e4f065e4f7172929ba7c5a 100644 --- a/helm/dbrepo/README.md +++ b/helm/dbrepo/README.md @@ -86,6 +86,7 @@ The command removes all the Kubernetes components associated with the chart and | `authservice.enabled` | Enable the Auth Service. | `true` | | `authservice.image.debug` | Set the logging level to `trace`. Otherwise, set to `info`. | `false` | | `authservice.endpoint` | The hostname for the microservices. | `http://auth-service` | +| `authservice.production` | Start Keycloak with production profile. | `true` | | `authservice.resourcesPreset` | The container resource presets | `small` | | `authservice.jwt.pubkey` | The JWT public key from the `dbrepo-client`. | `MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqqnHQ2BWWW9vDNLRCcxD++xZg/16oqMo/c1l+lcFEjjAIJjJp/HqrPYU/U9GvquGE6PbVFtTzW1KcKawOW+FJNOA3CGo8Q1TFEfz43B8rZpKsFbJKvQGVv1Z4HaKPvLUm7iMm8Hv91cLduuoWx6Q3DPe2vg13GKKEZe7UFghF+0T9u8EKzA/XqQ0OiICmsmYPbwvf9N3bCKsB/Y10EYmZRb8IhCoV9mmO5TxgWgiuNeCTtNCv2ePYqL/U0WvyGFW0reasIK8eg3KrAUj8DpyOgPOVBn3lBGf+3KFSYi+0bwZbJZWqbC/Xlk20Go1YfeJPRIt7ImxD27R/lNjgDO/MwIDAQAB` | | `authservice.tls.enabled` | Enable TLS/SSL communication. Required for HTTPS. | `true` | @@ -388,7 +389,7 @@ mqtt.prefetch = 10 | `ui.public.pid.default.publisher` | The default dataset publisher for persisted identifiers. | `Example University` | | `ui.public.doi.enabled` | Enable the display that DOIs are minted. | `false` | | `ui.public.doi.endpoint` | The DOI proxy. | `https://doi.org` | -| `ui.replicaCount` | The number of replicas. | `2` | +| `ui.replicaCount` | The number of replicas. | `1` | ### Dashboard Service diff --git a/helm/dbrepo/charts/seaweedfs-4.2.1.tgz b/helm/dbrepo/charts/seaweedfs-4.2.1.tgz index 2e0750d471422723319c6ce514d01cdeb012e114..a463170406b9c62f8f33ba315ac440fe435ad93c 100644 Binary files a/helm/dbrepo/charts/seaweedfs-4.2.1.tgz and b/helm/dbrepo/charts/seaweedfs-4.2.1.tgz differ diff --git a/helm/seaweedfs/Chart.lock b/helm/seaweedfs/Chart.lock index e8771b63e6ef05078f9e1b1f0cdfe6c6f931bf86..96e5c8dce913d2f7a73bf8adc5d7f121fb2a3b70 100644 --- a/helm/seaweedfs/Chart.lock +++ b/helm/seaweedfs/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 20.2.2 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.4.5 + version: 16.4.6 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.29.1 -digest: sha256:6293da40d44a58d1f72c324a5fc1ea45f462f25e33452ec67e665949de35d27c -generated: "2025-02-02T18:06:30.080005285+01:00" +digest: sha256:bc14ae7bbe7be291adc4a6329ae64835c367b09277a2678c4e10cc74b19ee491 +generated: "2025-02-04T22:22:11.88596441+01:00" diff --git a/helm/seaweedfs/charts/postgresql-16.4.5.tgz b/helm/seaweedfs/charts/postgresql-16.4.5.tgz deleted file mode 100644 index ccf6efdfca747235fb2e67a814f479aaf06f4485..0000000000000000000000000000000000000000 Binary files a/helm/seaweedfs/charts/postgresql-16.4.5.tgz and /dev/null differ diff --git a/helm/seaweedfs/charts/postgresql-16.4.6.tgz b/helm/seaweedfs/charts/postgresql-16.4.6.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9016ba352dfd2b553e3cac4a8a80fb7c8c539d65 Binary files /dev/null and b/helm/seaweedfs/charts/postgresql-16.4.6.tgz differ