Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: velero-ui outofsync because of NEXT_PUBLIC_LOGGER_ENABLED: null #1054

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

jkleinlercher
Copy link
Contributor

No description provided.

Signed-off-by: Johannes Kleinlercher <johannes.kleinlercher@suxess-it.com>
Copy link
Contributor

Changes Rendered Chart
diff -U 4 -r out/target/velero-ui/values-demo-metalstack.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml out/pr/velero-ui/values-demo-metalstack.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml
--- out/target/velero-ui/values-demo-metalstack.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml	2025-02-13 13:29:29.660787204 +0000
+++ out/pr/velero-ui/values-demo-metalstack.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml	2025-02-13 13:29:05.669443449 +0000
@@ -13,9 +13,9 @@
 data:
   NEXT_PUBLIC_REFRESH_DATATABLE_AFTER: "1500"
   NEXT_PUBLIC_REFRESH_RECENT: "5000"
   NEXT_PUBLIC_VELERO_API_NAME_1: "kubriX--demo"
-  NEXT_PUBLIC_LOGGER_ENABLED: 
+  NEXT_PUBLIC_LOGGER_ENABLED: "false"
   #  
   # Ingress
   #
   NEXT_PUBLIC_VELERO_API_URL_1: "https://velero-ui.demo.kubrix.cloud/api"
diff -U 4 -r out/target/velero-ui/values-k3d.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml out/pr/velero-ui/values-k3d.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml
--- out/target/velero-ui/values-k3d.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml	2025-02-13 13:29:29.613786683 +0000
+++ out/pr/velero-ui/values-k3d.yaml/sx-velero-ui/charts/vui/templates/ui/configmap.yaml	2025-02-13 13:29:05.625442811 +0000
@@ -13,9 +13,9 @@
 data:
   NEXT_PUBLIC_REFRESH_DATATABLE_AFTER: "1500"
   NEXT_PUBLIC_REFRESH_RECENT: "5000"
   NEXT_PUBLIC_VELERO_API_NAME_1: "localdemo"
-  NEXT_PUBLIC_LOGGER_ENABLED: 
+  NEXT_PUBLIC_LOGGER_ENABLED: "false"
   #  
   # Ingress
   #
   NEXT_PUBLIC_VELERO_API_URL_1: "https://velero-ui-127-0-0-1.nip.io/api"

Copy link
Contributor

Changes Default Values

@jkleinlercher jkleinlercher merged commit 3eb3975 into main Feb 13, 2025
12 checks passed
@jkleinlercher jkleinlercher deleted the fix/velero-ui branch February 13, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant