Skip to content

Commit

Permalink
chore: added helm dependency update (#30)
Browse files Browse the repository at this point in the history
* chore: added helm dependency update

Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>

* chore: stop crd creation per default

Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>

---------

Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>
  • Loading branch information
puffitos authored Jan 16, 2024
1 parent 09b1ee2 commit ae4b367
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Helm Package & Push
on:
push:
tags:
- '*'
- "*"

jobs:
helm:
runs-on: ubuntu-latest
Expand All @@ -26,4 +26,3 @@ jobs:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
MTR: mtr.devops.telekom.de
REPO: caas

6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 40.1.2
digest: sha256:288c79f3e19b757b1db39ba1147c3b29f7b34eca164bfedd8edd89ec99f3675e
generated: "2023-05-06T11:17:15.0606801+02:00"
version: 51.0.3
digest: sha256:09cdfe713d61b9671bb887d3ea87b8cf81944f5c71651b50962c08076f065655
generated: "2024-01-16T10:36:54.774105134+01:00"
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
catalog.cattle.io/requests-memory: 1000Mi
name: caas-project-monitoring
description: A Helm chart for Rancher Project Monitoring V3
version: "1.2.4"
version: "1.2.5"
appVersion: "51.0.3"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
Binary file modified charts/kube-prometheus-stack-51.0.3.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ global:
imageRegistry: mtr.devops.telekom.de

kube-prometheus-stack:
crds:
# Only create CRDs if you're a cluster admin.
create: false
# full set of values and pre-defined for caas
# ref: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml
nameOverride: "project-monitoring"
Expand Down

0 comments on commit ae4b367

Please sign in to comment.