From 03c185ff495df0fac6f5080496766a066a5ffe02 Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Thu, 15 Jun 2023 11:10:38 -0700 Subject: [PATCH] Update helm dependencies in aperture-controller chart (#2163) ### Description of change ##### Checklist - [ ] Tested in playground or other setup - [ ] Screenshot (Grafana) from playground added to PR for 15+ minute run - [ ] Documentation is changed or added - [ ] Tests and/or benchmarks are included - [ ] Breaking changes --- manifests/charts/aperture-controller/Chart.lock | 8 ++++---- manifests/charts/aperture-controller/Chart.yaml | 4 ++-- manifests/charts/aperture-controller/values.yaml | 11 ++++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/manifests/charts/aperture-controller/Chart.lock b/manifests/charts/aperture-controller/Chart.lock index 32a415e14c..dc3c7167c3 100644 --- a/manifests/charts/aperture-controller/Chart.lock +++ b/manifests/charts/aperture-controller/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 1.17.1 - name: etcd repository: https://charts.bitnami.com/bitnami - version: 8.9.0 + version: 8.12.0 - name: prometheus repository: https://prometheus-community.github.io/helm-charts - version: 15.18.0 -digest: sha256:c16e0f10234a15181cdde670a1c422e17ae90020598a4e2f0b254ea391898ab3 -generated: "2023-04-21T11:34:56.926829081+05:30" + version: 22.6.4 +digest: sha256:3758f4766d64756a9009590ec02803702179220659e076a46f4ebb3a17a2b27b +generated: "2023-06-15T10:44:09.55426-07:00" diff --git a/manifests/charts/aperture-controller/Chart.yaml b/manifests/charts/aperture-controller/Chart.yaml index a952c25c5b..5465d7bceb 100644 --- a/manifests/charts/aperture-controller/Chart.yaml +++ b/manifests/charts/aperture-controller/Chart.yaml @@ -9,10 +9,10 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: "=1.17.1" - name: etcd - version: "=8.9.0" + version: "=8.12.0" repository: https://charts.bitnami.com/bitnami condition: etcd.enabled - name: prometheus - version: "=15.18.0" + version: "=22.6.4" repository: https://prometheus-community.github.io/helm-charts condition: prometheus.enabled diff --git a/manifests/charts/aperture-controller/values.yaml b/manifests/charts/aperture-controller/values.yaml index 80bc2f10ff..7887921d61 100644 --- a/manifests/charts/aperture-controller/values.yaml +++ b/manifests/charts/aperture-controller/values.yaml @@ -603,7 +603,7 @@ prometheus: image: registry: docker.io/linuxserver repository: yq - tag: 3.1.0 + tag: 3.2.2 pullPolicy: IfNotPresent server: statefulSet: @@ -611,14 +611,15 @@ prometheus: image: tag: v2.33.5 extraFlags: - - web.enable-remote-write-receiver + - web.enable-lifecycle + - web.enable-remote-write-receiver alertmanager: enabled: false - nodeExporter: + prometheus-node-exporter: enabled: false - pushgateway: + prometheus-pushgateway: enabled: false - kubeStateMetrics: + kube-state-metrics: enabled: false serverFiles: prometheus.yml: