-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade prometheus-operator to 8.3.3
- Loading branch information
Showing
234 changed files
with
37,324 additions
and
2,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
staging/prometheus-operator/charts/kube-state-metrics-2.4.1.tgz
Binary file not shown.
Binary file removed
BIN
-5.86 KB
staging/prometheus-operator/charts/prometheus-node-exporter-1.5.1.tgz
Binary file not shown.
Binary file added
BIN
+5.93 KB
staging/prometheus-operator/charts/prometheus-node-exporter-1.7.3.tgz
Binary file not shown.
42 changes: 42 additions & 0 deletions
42
staging/prometheus-operator/ci/01-provision-crds-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
6 changes: 6 additions & 0 deletions
6
staging/prometheus-operator/ci/02-test-without-crds-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
prometheusOperator: | ||
createCustomResource: false | ||
namespaces: | ||
releaseNamespace: true | ||
additional: | ||
- kube-system |
Oops, something went wrong.