diff --git a/apps/ec-config-server/env/k3s-cluster/kustomization.yaml b/apps/ec-config-server/env/k3s-cluster/kustomization.yaml index 491d8fc..4d2ed28 100644 --- a/apps/ec-config-server/env/k3s-cluster/kustomization.yaml +++ b/apps/ec-config-server/env/k3s-cluster/kustomization.yaml @@ -3,6 +3,6 @@ kind: Kustomization helmCharts: - name: ec-config-server repo: https://chartmuseum.cluster.edward.sydney:8899/ - version: 1.0.6 + version: 1.0.7 releaseName: ec-config-server valuesFile: values.yaml \ No newline at end of file diff --git a/apps/plane/env/k3s-cluster/config.json.bak b/apps/plane/env/k3s-cluster/config.json similarity index 100% rename from apps/plane/env/k3s-cluster/config.json.bak rename to apps/plane/env/k3s-cluster/config.json diff --git a/infrastructures/newrelic/env/k3s-cluster/values.yaml b/infrastructures/newrelic/env/k3s-cluster/values.yaml index 6291b5b..7b1d2f4 100644 --- a/infrastructures/newrelic/env/k3s-cluster/values.yaml +++ b/infrastructures/newrelic/env/k3s-cluster/values.yaml @@ -17,8 +17,11 @@ nri-metadata-injection: enabled: true kube-state-metrics: + prometheusScrape: false image: tag: v2.10.0 + revisionHistoryLimit: 5 + releaseLabel: true # kube-state-metrics.enabled -- Install the [`kube-state-metrics` chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics) from the stable helm charts repository. # This is mandatory if `infrastructure.enabled` is set to `true` and the user does not provide its own instance of KSM version >=1.8 and <=2.0. Note, kube-state-metrics v2+ disables labels/annotations # metrics by default. You can enable the target labels/annotations metrics to be monitored by using the metricLabelsAllowlist/metricAnnotationsAllowList options described [here](https://github.com/prometheus-community/helm-charts/blob/159cd8e4fb89b8b107dcc100287504bb91bf30e0/charts/kube-state-metrics/values.yaml#L274) in