Skip to content

Commit

Permalink
Upgrade prometheus-operator to 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
branden committed Dec 11, 2019
1 parent aff2c0b commit 52e6d8c
Show file tree
Hide file tree
Showing 234 changed files with 37,324 additions and 2,209 deletions.
1 change: 0 additions & 1 deletion staging/prometheus-operator/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
1. Fork this repository, develop and test your Chart.
1. Bump the chart version for every change.
1. Ensure PR title has the prefix `[stable/prometheus-operator]`
1. When making changes to values.yaml, update the files in `ci/` by running `hack/update-ci.sh`
1. When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories
1. Check the `hack/minikube` folder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes.
1. Check for changes of RBAC rules.
Expand Down
10 changes: 6 additions & 4 deletions staging/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ description: Provides easy monitoring definitions for Kubernetes services, and d
and management of Prometheus instances.
engine: gotpl
maintainers:
- name: vsliouniaev
- name: bismarck
- name: gianrubio
email: [email protected]
- name: anothertobi
- name: vsliouniaev
name: prometheus-operator
sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 5.19.7
appVersion: 0.31.1
version: 8.3.3
appVersion: 0.34.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords:
Expand Down
8 changes: 4 additions & 4 deletions staging/prometheus-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
approvers:
- gianrubio
- vsliouniaev
- anothertobi
reviewers:
- bismarck
- gianrubio
reviewers:
- vsliouniaev
- anothertobi
- bismarck
- gianrubio
534 changes: 323 additions & 211 deletions staging/prometheus-operator/README.md

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file modified staging/prometheus-operator/charts/kube-state-metrics-2.4.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions staging/prometheus-operator/ci/01-provision-crds-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
alertmanager:
enabled: false
coreDns:
enabled: false
kubeApiServer:
enabled: false
kubeControllerManager:
enabled: false
kubeDns:
enabled: false
kubeEtcd:
enabled: false
kubeProxy:
enabled: false
kubeScheduler:
enabled: false
kubeStateMetrics:
enabled: false
kubelet:
enabled: false
nodeExporter:
enabled: false
grafana:
enabled: false
prometheus:
enabled: false
defaultRules:
create: false
# Default configuration of prometheus operator will create CRDs in the cluster idempotently
prometheusOperator:
enabled: true
serviceMonitor:
selfMonitor: false
createCustomResource: false
tlsProxy:
enabled: false
admissionWebhooks:
enabled: false
namespaces:
releaseNamespace: true
additional:
- kube-system
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
prometheusOperator:
createCustomResource: false
namespaces:
releaseNamespace: true
additional:
- kube-system
Loading

0 comments on commit 52e6d8c

Please sign in to comment.