diff --git a/gitops/argocd/charts/monitoring/snmp-exporter/Chart.yaml b/gitops/argocd/charts/monitoring/snmp-exporter/Chart.yaml index db149d58d1..0c5f2ea471 100644 --- a/gitops/argocd/charts/monitoring/snmp-exporter/Chart.yaml +++ b/gitops/argocd/charts/monitoring/snmp-exporter/Chart.yaml @@ -21,4 +21,4 @@ appVersion: 1.0.0 dependencies: - name: prometheus-snmp-exporter repository: https://prometheus-community.github.io/helm-charts - version: 1.0.1 + version: 1.1.0 diff --git a/gitops/fluxcd/kubernetes/base/monitoring/snmp-exporter/snmp-exporter.yaml b/gitops/fluxcd/kubernetes/base/monitoring/snmp-exporter/snmp-exporter.yaml index 031d6aa2b0..2b1959992d 100644 --- a/gitops/fluxcd/kubernetes/base/monitoring/snmp-exporter/snmp-exporter.yaml +++ b/gitops/fluxcd/kubernetes/base/monitoring/snmp-exporter/snmp-exporter.yaml @@ -24,7 +24,7 @@ spec: spec: # renovate: registryUrl=https://prometheus-community.github.io/helm-charts chart: prometheus-snmp-exporter - version: 1.0.1 + version: 1.1.0 sourceRef: kind: HelmRepository name: prometheus-community-charts