Skip to content

Commit

Permalink
Bump to prom auth 0.6.0 (#12)
Browse files Browse the repository at this point in the history
* chore: bumped to prometheus auth 0.6.0

Signed-off-by: Bruno Bressi <[email protected]>

* chore: bump default resource quotas

The prometheus auth specification was being overwritten for all caas clusters
with those values. To simplify our deployment and maintainance, we move those
values here. Any other user can freely edit the chart to change the resources,
as they may well please.

Signed-off-by: Bruno Bressi <[email protected]>

* chore: make charts

Signed-off-by: Bruno Bressi <[email protected]>

* chore: bumped to 0.0.13

Signed-off-by: Bruno Bressi <[email protected]>

---------

Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos authored Nov 8, 2024
1 parent c2e07b4 commit f7aceaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/display-name: CaaS Cluster Monitoring V3
name: caas-cluster-monitoring
description: A Helm chart for Rancher Cluster Monitoring V3
version: "0.0.12"
version: "0.0.13"
appVersion: "58.4.0"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,14 @@ available config parameters:
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].command[0]` | string | `"prometheus-auth"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].env[0].name` | string | `"POD_IP"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].env[0].valueFrom.fieldRef.fieldPath` | string | `"status.podIP"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].image` | string | `"mtr.devops.telekom.de/caas/prometheus-auth:0.5.2"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].image` | string | `"mtr.devops.telekom.de/caas/prometheus-auth:0.6.0"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].name` | string | `"prometheus-agent"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].ports[0].containerPort` | int | `9091` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].ports[0].name` | string | `"http-auth"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].ports[0].protocol` | string | `"TCP"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.limits.cpu` | string | `"500m"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.limits.memory` | string | `"500Mi"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.requests.cpu` | string | `"100m"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.limits.cpu` | string | `"2000m"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.limits.memory` | string | `"2000Mi"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.requests.cpu` | string | `"200m"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.containers[0].resources.requests.memory` | string | `"500Mi"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.disableCompaction` | bool | `false` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.enableAdminAPI` | bool | `false` | |
Expand Down
Binary file modified charts/kube-prometheus-stack-58.4.0.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,18 +475,18 @@ kube-prometheus-stack:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: mtr.devops.telekom.de/caas/prometheus-auth:0.5.2
image: mtr.devops.telekom.de/caas/prometheus-auth:0.6.0
name: prometheus-agent
ports:
- containerPort: 9091
name: http-auth
protocol: TCP
resources:
limits:
cpu: 500m
memory: 500Mi
cpu: 2000m
memory: 2000Mi
requests:
cpu: 100m
cpu: 200m
memory: 500Mi
disableCompaction: false
enableAdminAPI: false
Expand Down

0 comments on commit f7aceaa

Please sign in to comment.