Skip to content

Commit

Permalink
Feat/51.0.3 (#18)
Browse files Browse the repository at this point in the history
* add webex template and bump versions to kube-prometheus-spec 51.0.3 release

* fix: no namespace ALL are allowed in k8s-sidecar search

* fix: no required namespaces in a single namespace installation

* fix: subquestions showing only if feature is enabled (won't work)

* fix repositories prometheus/alertmanager

* patch prometheus security resources (prepared)

* fix registry

* update k8s-sidecar image

* Fix/remove duplicate datasource (#17)

* Fix/questions (#15)

* fix: no namespace ALL are allowed in k8s-sidecar search

* fix: no required namespaces in a single namespace installation

* fix: pause feature only if it's enabled

* bump chart version

* fix: restore question, sub without effect

* fix: retentionSize

* chore: minor fixes in docs, corrected questions.yaml (#16)

* bump 1.0.22

* fix: removed the unnecessary second grafana datasource

* chore: bumped chart version

* debug: remove datasource mgmt via sidecar

* chore: finalized fix

---------

Co-authored-by: Bruno Bressi <52347078+puffitos@users.noreply.github.com>
Co-authored-by: Bruno Bressi <bruno.bressi@telekom.de>

* fix securityContect Prometheus/Alertmanager

* prepare patch job

* fix patchjob values

* fix values

---------

Co-authored-by: Bruno Bressi <52347078+puffitos@users.noreply.github.com>
Co-authored-by: Bruno Bressi <bruno.bressi@telekom.de>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent f4a7c01 commit db99d11
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts/kube-prometheus-stack
demomon.yaml
10 changes: 6 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ annotations:
catalog.cattle.io/display-name: CaaS Project Monitoring V3
catalog.cattle.io/requests-cpu: 1000m
catalog.cattle.io/requests-memory: 1000Mi
# catalog.cattle.io/certified: rancher
name: caas-project-monitoring
description: A Helm chart for Rancher Project Monitoring V3
version: 1.0.22
appVersion: "40.1.2"
version: 1.1.0
appVersion: "51.0.3"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
- monitoring
dependencies:
- name: kube-prometheus-stack
version: "40.1.2"
version: "51.0.3"
repository: "https://prometheus-community.github.io/helm-charts"
sources:
- https://github.com/caas-team/caas-project-monitoring
Expand All @@ -22,3 +21,6 @@ maintainers:
- name: eumel8
email: f.kloeker@telekom.de
url: https://www.telekom.com
- name: puffitos
email: bruno.bressi@telekom.de
url: https://www.telekom.com
Binary file removed charts/kube-prometheus-stack-40.1.2.tgz
Binary file not shown.
Binary file added charts/kube-prometheus-stack-51.0.3.tgz
Binary file not shown.
Loading

0 comments on commit db99d11

Please sign in to comment.