forked from adstanley/archive
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I dont use this so It has not been tested I just changed versions to pull: image: repository: bitnami/prometheus tag: 2.51.2@sha256:025852aa62ceafe86feea0457564d0d834970309672c7d00ca03eaafec4ecb90 thanosImage: repository: quay.io/thanos/thanos tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181 alertmanagerImage: (same version as before) repository: bitnami/alertmanager tag: 0.27.0@sha256:4698b7d1924a9bf36dc16be725e6646af3e6068b0ffc2d405c160109c578ef91
- Loading branch information
Showing
27 changed files
with
7,572 additions
and
0 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,32 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
# OWNERS file for Kubernetes | ||
OWNERS | ||
# helm-docs templates | ||
*.gotmpl | ||
# docs folder | ||
/docs | ||
# icon | ||
icon.png | ||
icon.webp | ||
icon-small.webp |
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 @@ | ||
*for the complete changelog, please refer to the website* | ||
|
||
**Important:** |
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,43 @@ | ||
annotations: | ||
truecharts.org/category: metrics | ||
truecharts.org/max_helm_version: "3.14" | ||
truecharts.org/min_helm_version: "3.11" | ||
truecharts.org/train: premium | ||
apiVersion: v2 | ||
appVersion: 2.54.1 | ||
dependencies: | ||
- name: common | ||
version: 23.0.10 | ||
repository: oci://tccr.io/truecharts | ||
condition: "" | ||
alias: "" | ||
tags: [] | ||
import-values: [] | ||
- name: kube-prometheus-stack | ||
version: 56.21.4 | ||
repository: oci://ghcr.io/prometheus-community/charts | ||
condition: "" | ||
alias: kps | ||
tags: [] | ||
import-values: [] | ||
deprecated: false | ||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. | ||
home: https://truecharts.org/charts/premium/prometheus | ||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.webp | ||
keywords: | ||
- metrics | ||
kubeVersion: '>=1.24.0-0' | ||
maintainers: | ||
- name: TrueCharts | ||
email: [email protected] | ||
url: https://truecharts.org | ||
name: prometheus | ||
sources: | ||
- https://github.com/prometheus-community/helm-charts | ||
- https://github.com/prometheus-operator/kube-prometheus | ||
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus | ||
- https://hub.docker.com/r/bitnami/alertmanager | ||
- https://hub.docker.com/r/bitnami/prometheus | ||
- https://quay.io/thanos/thanos | ||
type: application | ||
version: 18.3.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,61 @@ | ||
--- | ||
title: README | ||
--- | ||
|
||
## General Info | ||
|
||
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. | ||
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible | ||
|
||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/prometheus) | ||
|
||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** | ||
|
||
## Installation | ||
|
||
### Helm-Chart installation | ||
|
||
To install TrueCharts Helm charts using Helm, you can use our OCI Repository. | ||
|
||
`helm install mychart oci://tccr.io/truecharts/CHARTNAME` | ||
|
||
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ | ||
|
||
|
||
### TrueNAS SCALE Apps | ||
|
||
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale). | ||
|
||
## Chart Specific Guides and information | ||
|
||
All our charts have dedicated documentation pages. | ||
The documentation for this chart can be found here: | ||
https://truecharts.org/charts/premium/prometheus | ||
|
||
## Configuration Options | ||
|
||
Please note: For TrueNAS SCALE, only options available in the GUI are supported. | ||
Hence most of these docs do not apply to TrueNAS SCALE | ||
|
||
To view the chart specific options, please view Values.yaml included in the chart. | ||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/premium/prometheus/values.yaml | ||
|
||
All our Charts use a shared "common" library chart that contains most of the templating and options. | ||
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/ | ||
|
||
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml | ||
|
||
## Support | ||
|
||
- See the [Website](https://truecharts.org) | ||
- Check our [Discord](https://discord.gg/tVsPTHWTtr) | ||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) | ||
|
||
--- | ||
|
||
## Sponsor TrueCharts | ||
|
||
TrueCharts can only exist due to the incredible effort of our staff. | ||
Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! | ||
|
||
_All Rights Reserved - The TrueCharts Project_ |
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,8 @@ | ||
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. | ||
|
||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/prometheus](https://truecharts.org/charts/premium/prometheus) | ||
|
||
--- | ||
|
||
TrueCharts can only exist due to the incredible effort of our staff. | ||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! |
Binary file not shown.
Binary file added
BIN
+506 KB
scale-catalog/premium/prometheus/18.3.0/charts/kube-prometheus-stack-56.21.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.