Skip to content

Commit

Permalink
feat: Making renovate configuration more generic (#234)
Browse files Browse the repository at this point in the history
* feat: Making renovate configuration more generic

* fix: Missing docs update

* feat: Automated CRD update when version is updated

* fix: Version bumps

* fix: Missing docs upgrades

* feat: Only install service monitor if crd is present
  • Loading branch information
langecode authored May 27, 2024
1 parent f284164 commit 9752921
Show file tree
Hide file tree
Showing 23 changed files with 14,690 additions and 26,890 deletions.
3 changes: 2 additions & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 1.0.19
version: 1.0.20
# renovate: image=registry.k8s.io/kube-state-metrics/kube-state-metrics
appVersion: v2.12.0
deprecated: true
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-state-metrics

![Version: 1.0.19](https://img.shields.io/badge/Version-1.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.12.0](https://img.shields.io/badge/AppVersion-v2.12.0-informational?style=flat-square)
![Version: 1.0.20](https://img.shields.io/badge/Version-1.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.12.0](https://img.shields.io/badge/AppVersion-v2.12.0-informational?style=flat-square)

Install kube-state-metrics to generate and expose cluster-level metrics. Since this is now part of the Prometheus community
Helm charts this has been deprecated and wont be maintained.
Expand Down
3 changes: 2 additions & 1 deletion charts/opa-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: v2
name: opa-exporter
description: Prometheus exporter for OPA Gatekeeper.
type: application
version: 0.1.3
version: 0.1.4
# renovate: image=mcelep/opa_scorecard_exporter
appVersion: 0.0.4
home: https://github.com/mcelep/opa-scorecard
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/opa-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opa-exporter

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.4](https://img.shields.io/badge/AppVersion-0.0.4-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.4](https://img.shields.io/badge/AppVersion-0.0.4-informational?style=flat-square)

Prometheus exporter for OPA Gatekeeper.

Expand Down
2 changes: 1 addition & 1 deletion charts/opa-exporter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.serviceMonitor }}
{{- if and .Values.serviceMonitor (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
Expand Down
3 changes: 2 additions & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.1.5
version: 0.1.6
# renovate: image=otel/opentelemetry-collector
appVersion: 0.101.0
type: application
description: A small Helm chart to install OpenTelemetry Collector
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opentelemetry-collector

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.101.0](https://img.shields.io/badge/AppVersion-0.101.0-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.101.0](https://img.shields.io/badge/AppVersion-0.101.0-informational?style=flat-square)

**DEPRECATED** We recommend using: https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector

Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
apiVersion: v2
# renovate: image=quay.io/prometheus/node-exporter
appVersion: v1.8.1
description: A Helm chart for installing Prometheus node-exporter as Kubernetes daemonset.
name: prometheus-node-exporter
home: https://github.com/prometheus/node_exporter
version: 1.0.15
version: 1.0.16
sources:
- https://github.com/prometheus/node_exporter
- https://github.com/neticdk/k8s-oaas-observability/tree/main/charts/prometheus-node-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# prometheus-node-exporter

![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)
![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)

A Helm chart for installing Prometheus node-exporter as Kubernetes daemonset.

Expand Down
5 changes: 3 additions & 2 deletions charts/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: prometheus-operator
type: application
description: A Helm chart to install Prometheus Operator
home: https://github.com/prometheus-operator/prometheus-operator
version: 1.0.14
appVersion: "0.56.1"
version: 1.0.15
# renovate: image=quay.io/prometheus-operator/prometheus-operator
appVersion: "v0.60.0"
maintainers:
- name: langecode
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prometheus-operator

![Version: 1.0.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.56.1](https://img.shields.io/badge/AppVersion-0.56.1-informational?style=flat-square)
![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.60.0](https://img.shields.io/badge/AppVersion-v0.60.0-informational?style=flat-square)

A Helm chart to install Prometheus Operator

Expand Down
Loading

0 comments on commit 9752921

Please sign in to comment.