diff --git a/clusters/cl01tl/platform/grafana/Chart.yaml b/clusters/cl01tl/platform/grafana/Chart.yaml index 50f86e3b9..4a134e495 100644 --- a/clusters/cl01tl/platform/grafana/Chart.yaml +++ b/clusters/cl01tl/platform/grafana/Chart.yaml @@ -18,4 +18,4 @@ dependencies: version: 8.0.2 repository: https://grafana.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/grafana.png -appVersion: "10.4.0" +appVersion: 10.4.0 diff --git a/clusters/cl01tl/platform/pgadmin/values.yaml b/clusters/cl01tl/platform/pgadmin/values.yaml index eb7862feb..689be174f 100644 --- a/clusters/cl01tl/platform/pgadmin/values.yaml +++ b/clusters/cl01tl/platform/pgadmin/values.yaml @@ -1,7 +1,7 @@ pgadmin4: image: repository: dpage/pgadmin4 - tag: "8.8" + tag: 8.8 serviceAccount: create: true automountServiceAccountToken: true