Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep initial charts indexing #14

Merged
merged 33 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0bfe2ec
[stable/prometheus] update prometheus to 2.20.1 and cm reloader to 0.…
monotek Aug 11, 2020
c91695f
Deprecate prometheus-operator chart before helm repo index, so that i…
scottrigby Aug 15, 2020
b324685
Update prometheus-community/prometheus chart. Needed to update refere…
scottrigby Aug 16, 2020
4e4c1b5
Add Helm 3 commands before Helm 2. Add helm update command. Reorganiz…
scottrigby Aug 18, 2020
23fe556
Fix header
scottrigby Aug 18, 2020
7fe4d2e
Fix markdown linting
scottrigby Aug 19, 2020
7b344bb
Add direct links to values.yaml configuration file for easy browsing …
scottrigby Aug 19, 2020
30e19a7
Remove prometheus chart OWNERS file
scottrigby Aug 19, 2020
2c98e11
Merge remote-tracking branch 'origin/main' into prep-initial-charts-i…
scottrigby Aug 19, 2020
86b656b
Update prometheus-adapter chart README and bump version
scottrigby Aug 19, 2020
adb4e21
prometheus chart: Return updated, working command example for Sharing…
scottrigby Aug 19, 2020
2820b0f
prometheus-adapter: fix configure command typos
scottrigby Aug 19, 2020
625050f
prometheus-blackbox-exporter: Update readme, delete OWNERS file and b…
scottrigby Aug 19, 2020
444b0ee
prometheus-cloudwatch-exporter: Update Readme with new template, dele…
scottrigby Aug 19, 2020
de8f7c8
prometheus-consul-exporter: Update Readme per new template and bump c…
scottrigby Aug 19, 2020
64cfc42
prometheus-couchdb-exporter: Update Readme per new template and bump …
scottrigby Aug 19, 2020
6f98656
prometheus-mongodb-exporter: Update Readme per new template, remove O…
scottrigby Aug 19, 2020
e077831
prometheus-couchdb-exporter: Fix k8s 1.16 deprecated PodSecurityPolic…
scottrigby Aug 19, 2020
1e18c2a
prometheus-couchdb-exporter: Fix bad YAML indentation. How did this e…
scottrigby Aug 20, 2020
41a6dd6
prometheus-mysql-exporter: update readme per new template, remove OWN…
scottrigby Aug 20, 2020
43c38d4
prometheus-nats-exporter: update readme per new template, move specif…
scottrigby Aug 20, 2020
cfd8734
prometheus-node-exporter: update readme per new template, remove OWNE…
scottrigby Aug 20, 2020
0af8705
prometheus-postgres-exporter: update readme per new template, remove …
scottrigby Aug 20, 2020
8f57b42
prometheus-pushgateway: update readme per new template, remove OWNERS…
scottrigby Aug 20, 2020
8088bb7
prometheus-rabbitmq-exporter: update readme per new template, bump ch…
scottrigby Aug 20, 2020
7c70909
prometheus-redis-exporter: update readme per new template, remove OWN…
scottrigby Aug 20, 2020
991f0b7
prometheus-snmp-exporter: update readme per new template, remove OWNE…
scottrigby Aug 20, 2020
0cde9c5
prometheus-to-sd: update readme per new template, remove OWNERS file,…
scottrigby Aug 20, 2020
20623b4
prometheus-to-sd: fix deprecated deployment apps/v1beta1
scottrigby Aug 20, 2020
c92bfcd
Remove instructions for stable repos from all charts, except promethe…
scottrigby Aug 20, 2020
079e7ab
Temporary workaround github API rate limiting
scottrigby Aug 20, 2020
5154b99
prometheus-to-sd: missing required field "selector" in io.k8s.api.app…
scottrigby Aug 20, 2020
391e246
disable chart testing for prometheus-to-sd. If not running on GCE, wi…
scottrigby Aug 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions charts/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
apiVersion: v1
description: Provides easy monitoring definitions for Kubernetes services, and deployment and management of Prometheus instances.
deprecated: true
description: DEPRECATED - This chart will be renamed. See https://github.com/prometheus-community/community/issues/28#issuecomment-670406329
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
engine: gotpl
maintainers:
- name: vsliouniaev
- name: bismarck
- name: gianrubio
email: gianrubio@gmail.com
maintainers: []
name: prometheus-operator
sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 9.3.1
version: 9.3.2
appVersion: 0.38.1
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
Expand Down
4 changes: 4 additions & 0 deletions charts/prometheus-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ⚠️ DEPRECATED

This chart will be renamed, but first must be deprecated before the prometheus-community/helm-charts repo is indexed, so that it won't be listed in the hubs. See [this prometheus-community issue](https://github.com/prometheus-community/community/issues/28#issuecomment-670406329) for reasoning and next steps.

# prometheus-operator

Installs [prometheus-operator](https://github.com/coreos/prometheus-operator) to create/configure/manage Prometheus clusters atop Kubernetes. This chart includes multiple components and is suitable for a variety of use-cases.
Expand Down
4 changes: 4 additions & 0 deletions charts/prometheus-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
DEPRECATED - This chart will be renamed. See https://github.com/prometheus-community/community/issues/28#issuecomment-670406329

---

The Prometheus Operator has been installed. Check its status by running:
kubectl --namespace {{ template "prometheus-operator.namespace" . }} get pods -l "release={{ $.Release.Name }}"

Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: prometheus
version: 11.11.1
appVersion: 2.19.0
version: 11.12.1
appVersion: 2.20.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
Expand Down
Loading