diff --git a/charts/vc-authn-oidc/Chart.lock b/charts/vc-authn-oidc/Chart.lock index 6d691338..090b5335 100644 --- a/charts/vc-authn-oidc/Chart.lock +++ b/charts/vc-authn-oidc/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 15.4.3 + version: 16.4.1 - name: postgresql repository: https://charts.bitnami.com/bitnami/ - version: 11.9.13 + version: 16.4.3 - name: common repository: https://charts.bitnami.com/bitnami version: 2.27.0 -digest: sha256:e042b769727234b98cc5062a3bdb8e7b2018ca37218d37613488c7cb8d60a0f2 -generated: "2024-12-11T10:22:34.2773539-08:00" +digest: sha256:b4a14ca96151b82ce0e7d1cffb0a2b1d66fce0e64a76142116a3a5d66b3c8a18 +generated: "2025-01-17T11:38:31.8479652-08:00" diff --git a/charts/vc-authn-oidc/Chart.yaml b/charts/vc-authn-oidc/Chart.yaml index ffdc58c4..7bc5afe5 100644 --- a/charts/vc-authn-oidc/Chart.yaml +++ b/charts/vc-authn-oidc/Chart.yaml @@ -17,10 +17,10 @@ appVersion: "2.2.2" # Charts the vc-authn-oidc service depends on dependencies: - name: mongodb - version: 15.4.3 + version: 16.4.1 repository: "https://charts.bitnami.com/bitnami" - name: postgresql - version: 11.9.13 + version: 16.4.3 repository: https://charts.bitnami.com/bitnami/ condition: postgresql.enabled - name: common diff --git a/charts/vc-authn-oidc/charts/mongodb-15.4.3.tgz b/charts/vc-authn-oidc/charts/mongodb-15.4.3.tgz deleted file mode 100644 index 6403ba0f..00000000 Binary files a/charts/vc-authn-oidc/charts/mongodb-15.4.3.tgz and /dev/null differ diff --git a/charts/vc-authn-oidc/charts/mongodb-16.4.1.tgz b/charts/vc-authn-oidc/charts/mongodb-16.4.1.tgz new file mode 100644 index 00000000..3879c528 Binary files /dev/null and b/charts/vc-authn-oidc/charts/mongodb-16.4.1.tgz differ diff --git a/charts/vc-authn-oidc/charts/postgresql-11.9.13.tgz b/charts/vc-authn-oidc/charts/postgresql-11.9.13.tgz deleted file mode 100644 index 2d3ac623..00000000 Binary files a/charts/vc-authn-oidc/charts/postgresql-11.9.13.tgz and /dev/null differ diff --git a/charts/vc-authn-oidc/charts/postgresql-16.4.3.tgz b/charts/vc-authn-oidc/charts/postgresql-16.4.3.tgz new file mode 100644 index 00000000..429f7ed0 Binary files /dev/null and b/charts/vc-authn-oidc/charts/postgresql-16.4.3.tgz differ diff --git a/charts/vc-authn-oidc/values.yaml b/charts/vc-authn-oidc/values.yaml index e1ca252e..7acc02d2 100644 --- a/charts/vc-authn-oidc/values.yaml +++ b/charts/vc-authn-oidc/values.yaml @@ -164,9 +164,7 @@ ingress: ## @param resources.requests.cpu The requested cpu for the controller containers ## resources: - limits: - cpu: 100m - memory: 512Mi + limits: {} requests: cpu: 10m memory: 128Mi @@ -425,9 +423,7 @@ acapy: ## @param acapy.resources.requests.cpu The requested cpu for the Acapy containers ## resources: - limits: - cpu: "1" - memory: 1000Mi + limits: {} requests: cpu: 250m memory: 384Mi @@ -691,9 +687,7 @@ postgresql: ## @param postgresql.primary.resources.requests.cpu The requested cpu for the PostgreSQL Primary containers ## resources: - limits: - cpu: 600m - memory: 2600Mi + limits: {} requests: cpu: 300m memory: 1300Mi