Skip to content

Commit 3e654ad

Browse files
[kube-ceems] Update kube-ceems dependency non-major updates (#115)
* [kube-ceems] Update kube-ceems dependency non-major updates * post upgrade changes from renovate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ceems-helm-charts-renovate-helper[bot] <231843957+ceems-helm-charts-renovate-helper[bot]@users.noreply.github.com>
1 parent 617fe80 commit 3e654ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/kube-ceems/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords:
2020
- network
2121
- ebpf
2222
type: application
23-
version: 0.46.0
23+
version: 0.47.0
2424
# renovate: github=ceems-dev/ceems
2525
appVersion: 0.12.3
2626
home: https://ceems-dev.github.io/helm-charts/
@@ -39,7 +39,7 @@ annotations:
3939
url: https://github.com/ceems-dev/ceems
4040
dependencies:
4141
- name: kube-prometheus-stack
42-
version: "82.4.*"
42+
version: "82.9.*"
4343
repository: https://prometheus-community.github.io/helm-charts
4444
condition: kubePrometheusStack.enabled
4545
import-values:

charts/kube-ceems/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# kube-ceems
44

5-
![Version: 0.46.0](https://img.shields.io/badge/Version-0.46.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.3](https://img.shields.io/badge/AppVersion-0.12.3-informational?style=flat-square)
5+
![Version: 0.47.0](https://img.shields.io/badge/Version-0.47.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.3](https://img.shields.io/badge/AppVersion-0.12.3-informational?style=flat-square)
66

77
A Helm chart for deploying CEEMS
88

@@ -23,7 +23,7 @@ A Helm chart for deploying CEEMS
2323
| Repository | Name | Version |
2424
|------------|------|---------|
2525
| https://grafana.github.io/helm-charts | pyroscope | 1.18.1 |
26-
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 82.4.* |
26+
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 82.9.* |
2727

2828
<!-- textlint-enable -->
2929

charts/kube-ceems/hack/sync_grafana_dashboards.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Git ref of ceems repo
66
# renovate: git-refs=https://github.com/ceems-dev/ceems branch=main
7-
REF=eb984c0681251e66eb73edb5184f78352bbd4b18
7+
REF=fdb6f363e8933c28bab0e344a19f0e3c5133721c
88

99
# Get script directory
1010
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)

0 commit comments

Comments
 (0)