diff --git a/charts/console-rapid/charts/controller-0.0.201.tgz b/charts/console-rapid/charts/controller-0.0.201.tgz index 8b2543ef6f..a0b495bf36 100644 Binary files a/charts/console-rapid/charts/controller-0.0.201.tgz and b/charts/console-rapid/charts/controller-0.0.201.tgz differ diff --git a/charts/console/Chart.lock b/charts/console/Chart.lock index f1cd251ce1..b3277b7ad3 100644 --- a/charts/console/Chart.lock +++ b/charts/console/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: controller repository: file://../controller - version: 0.0.200 + version: 0.0.201 - name: flux2 repository: https://fluxcd-community.github.io/helm-charts version: 2.14.0 @@ -11,5 +11,5 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami version: 2.34.0 -digest: sha256:c1cfcb240d73c59ff3780fdd6999e07d784739981baf38e9eeea6de9ef75efd7 -generated: "2026-07-21T22:10:52.526253709Z" +digest: sha256:e3c07d0e159b8825ef2a5d3d6adc31a3e35568f7ed0b20c610fe47820d843698 +generated: "2026-07-23T05:42:31.592270149Z" diff --git a/charts/console/Chart.yaml b/charts/console/Chart.yaml index 72a48c076a..77c5a834ae 100644 --- a/charts/console/Chart.yaml +++ b/charts/console/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: console description: >- deploys the plural console and additional dependencies, for use in bring-your-own-kube setups -appVersion: 0.12.32 -version: 0.4.31 +appVersion: 0.12.33 +version: 0.4.32 dependencies: - name: controller - version: 0.0.200 + version: 0.0.201 repository: file://../controller condition: controller.enabled - name: flux2 diff --git a/charts/console/charts/controller-0.0.200.tgz b/charts/console/charts/controller-0.0.200.tgz deleted file mode 100644 index c5ba0ca184..0000000000 Binary files a/charts/console/charts/controller-0.0.200.tgz and /dev/null differ diff --git a/charts/console/charts/controller-0.0.201.tgz b/charts/console/charts/controller-0.0.201.tgz new file mode 100644 index 0000000000..74d300f23d Binary files /dev/null and b/charts/console/charts/controller-0.0.201.tgz differ diff --git a/charts/console/values.yaml b/charts/console/values.yaml index e8f2374708..bc2defccf3 100644 --- a/charts/console/values.yaml +++ b/charts/console/values.yaml @@ -672,7 +672,7 @@ dex: config: # Set it to a valid URL - issuer: https:///dex + issuer: https://{your-console-fqdn}/dex # See https://dexidp.io/docs/storage/ for more options storage: diff --git a/charts/datastore/Chart.yaml b/charts/datastore/Chart.yaml index 1caecbbe4c..319b6e2568 100644 --- a/charts/datastore/Chart.yaml +++ b/charts/datastore/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: datastore description: deploys the datastore operator for plural cd -appVersion: 0.12.32 -version: 0.0.76 +appVersion: 0.12.33 +version: 0.0.77 type: application