From 5898354c418f3f988c3d365a83a0e0e2a425d564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Mar 2026 13:28:13 +0100 Subject: [PATCH] fix(plume): Revert to server version --- charts/plume/Chart.lock | 6 ++++++ charts/plume/Chart.yaml | 4 ++-- values/plume/values/values-staging.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 charts/plume/Chart.lock diff --git a/charts/plume/Chart.lock b/charts/plume/Chart.lock new file mode 100644 index 00000000..107c25f2 --- /dev/null +++ b/charts/plume/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: diagrid-dashboard + repository: file://../diagrid-dashboard + version: 0.1.0 +digest: sha256:4fdb3148a2a6439223d7844a3083da2de324dd47e5cb3ac4a5d9c436e6e2c775 +generated: "2026-02-25T16:15:48.608231856+01:00" diff --git a/charts/plume/Chart.yaml b/charts/plume/Chart.yaml index 2d00e0d8..dd507949 100644 --- a/charts/plume/Chart.yaml +++ b/charts/plume/Chart.yaml @@ -4,10 +4,10 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.7.0 +version: v1.6.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.7.0 +appVersion: v1.6.13 dependencies: - name: diagrid-dashboard version: "0.1.0" diff --git a/values/plume/values/values-staging.yaml b/values/plume/values/values-staging.yaml index 14560dfe..aca04fbb 100644 --- a/values/plume/values/values-staging.yaml +++ b/values/plume/values/values-staging.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: repository: "git.oceanbox.io/oceanbox/plume/plume" - tag: dffd4390-debug + tag: v1.6.13 podAnnotations: dapr.io/enabled: "true" dapr.io/app-id: "staging-plume"