-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: drfaust92 <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,121 additions
and
249 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
!charts/crds/ | ||
!charts/crds/** | ||
!charts/crds/templates/ | ||
!charts/crds/templates/** |
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,27 +1,27 @@ | ||
apiVersion: v2 | ||
type: application | ||
version: 5.1.0 | ||
version: 6.0.0 | ||
name: prometheus-operator-crds | ||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png | ||
description: | | ||
A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless | ||
integration with GitOps tools | ||
keywords: | ||
- prometheus | ||
- crds | ||
appVersion: 0.67.0 | ||
- prometheus | ||
- crds | ||
appVersion: v0.68.0 | ||
kubeVersion: ">=1.16.0-0" | ||
sources: | ||
- https://github.com/prometheus-community/helm-charts | ||
- https://github.com/prometheus-community/helm-charts | ||
maintainers: | ||
- name: dacamposol | ||
email: [email protected] | ||
- name: desaintmartin | ||
email: [email protected] | ||
- name: QuentinBisson | ||
email: [email protected] | ||
- name: jkroepke | ||
email: [email protected] | ||
- name: dacamposol | ||
email: [email protected] | ||
- name: desaintmartin | ||
email: [email protected] | ||
- name: QuentinBisson | ||
email: [email protected] | ||
- name: jkroepke | ||
email: [email protected] | ||
annotations: | ||
artifacthub.io/links: | | ||
- name: Chart Source | ||
|
@@ -33,3 +33,7 @@ annotations: | |
email: [email protected] | ||
- name: QuentinBisson | ||
email: [email protected] | ||
dependencies: | ||
- name: crds | ||
version: "0.0.0" |
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,3 @@ | ||
apiVersion: v2 | ||
name: crds | ||
version: 0.0.0 |
391 changes: 387 additions & 4 deletions
391
...ds/templates/crd-alertmanagerconfigs.yaml → ...ds/templates/crd-alertmanagerconfigs.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
186 changes: 132 additions & 54 deletions
186
...tor-crds/templates/crd-alertmanagers.yaml → ...rts/crds/templates/crd-alertmanagers.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
201 changes: 147 additions & 54 deletions
201
...-crds/templates/crd-prometheusagents.yaml → .../crds/templates/crd-prometheusagents.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
201 changes: 147 additions & 54 deletions
201
...ator-crds/templates/crd-prometheuses.yaml → ...arts/crds/templates/crd-prometheuses.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...r-crds/templates/crd-prometheusrules.yaml → ...s/crds/templates/crd-prometheusrules.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
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
Oops, something went wrong.