Skip to content

Commit

Permalink
chore(infra-apps): bump kube-prmetheus-stack chart to 13.0.* (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 20, 2021
1 parent 8938cbf commit 852f463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
# version and appVersion are in sync in this chart!
version: 0.4.0
appVersion: 0.4.0
version: 0.5.0
appVersion: 0.5.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/infra-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# infra-apps

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)

Argo CD app-of-apps config for infrastructure components

Expand Down Expand Up @@ -49,7 +49,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| kubePrometheusStack.destination.namespace | string | `"infra-monitoring"` | Namespace |
| kubePrometheusStack.enabled | bool | `false` | Enable prometheus-operator |
| kubePrometheusStack.repoURL | string | [repo](https://prometheus-community.github.io/helm-charts) | Repo URL |
| kubePrometheusStack.targetRevision | string | `"10.1.*"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version |
| kubePrometheusStack.targetRevision | string | `"13.0.*"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version |
| kubePrometheusStack.values | object | [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml) | Helm values |
| rbacManager | object | [example](./examples/rbac-manager.yaml) | [rbac-manager](https://fairwindsops.github.io/rbac-manager/) |
| rbacManager.chart | string | `"rbac-manager"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kubePrometheusStack:
# kubePrometheusStack.chart -- Chart
chart: "kube-prometheus-stack"
# kubePrometheusStack.targetRevision -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
targetRevision: '10.1.*'
targetRevision: '13.0.*'
# kubePrometheusStack.values -- Helm values
# @default -- [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml)
values: {}
Expand Down

0 comments on commit 852f463

Please sign in to comment.