From 336f1fa0e2d0024bdb40f5704ec44a4f1a1328d7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 18 Mar 2025 00:26:16 +0800 Subject: [PATCH] fix: remove hardcoded uid values in dashboard templates for consistency Signed-off-by: zhenyus --- .../authentication/templates/authentication/dashboard.yaml | 2 +- .../centralStorage/templates/central-storage/dashboard.yaml | 2 +- freeleaps/helm-pkg/content/templates/content/dashboard.yaml | 2 +- .../helm-pkg/notification/templates/notification/dashboard.yaml | 2 +- freeleaps/helm-pkg/payment/templates/payment/dashboard.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml index 098cf423..ad5ff89e 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/dashboard.yaml @@ -858,7 +858,7 @@ data: }, "timezone": "", "title": "{{ .Values.dashboard.title }}", - "uid": "_eX4mpl3", + "uid": "", "version": 11, "weekStart": "" } diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/dashboard.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/dashboard.yaml index 098cf423..ad5ff89e 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/dashboard.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/dashboard.yaml @@ -858,7 +858,7 @@ data: }, "timezone": "", "title": "{{ .Values.dashboard.title }}", - "uid": "_eX4mpl3", + "uid": "", "version": 11, "weekStart": "" } diff --git a/freeleaps/helm-pkg/content/templates/content/dashboard.yaml b/freeleaps/helm-pkg/content/templates/content/dashboard.yaml index 098cf423..ad5ff89e 100644 --- a/freeleaps/helm-pkg/content/templates/content/dashboard.yaml +++ b/freeleaps/helm-pkg/content/templates/content/dashboard.yaml @@ -858,7 +858,7 @@ data: }, "timezone": "", "title": "{{ .Values.dashboard.title }}", - "uid": "_eX4mpl3", + "uid": "", "version": 11, "weekStart": "" } diff --git a/freeleaps/helm-pkg/notification/templates/notification/dashboard.yaml b/freeleaps/helm-pkg/notification/templates/notification/dashboard.yaml index 098cf423..ad5ff89e 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/dashboard.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/dashboard.yaml @@ -858,7 +858,7 @@ data: }, "timezone": "", "title": "{{ .Values.dashboard.title }}", - "uid": "_eX4mpl3", + "uid": "", "version": 11, "weekStart": "" } diff --git a/freeleaps/helm-pkg/payment/templates/payment/dashboard.yaml b/freeleaps/helm-pkg/payment/templates/payment/dashboard.yaml index 098cf423..ad5ff89e 100644 --- a/freeleaps/helm-pkg/payment/templates/payment/dashboard.yaml +++ b/freeleaps/helm-pkg/payment/templates/payment/dashboard.yaml @@ -858,7 +858,7 @@ data: }, "timezone": "", "title": "{{ .Values.dashboard.title }}", - "uid": "_eX4mpl3", + "uid": "", "version": 11, "weekStart": "" }