Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
RUNNER_IP=$(ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p')
sed -i "s/RUNNER_IP/${RUNNER_IP}/g" charts/kube-ceems/ci/09-with-redfish-proxy-values.yaml

# Set perf_event_paranoid parameter to 0 for eBPF stuff to work
sudo sysctl -w kernel.perf_event_paranoid=0

- name: Apply Gateway API CRDs
if: steps.list-changed.outputs.changed == 'true'
run: kubectl apply -k https://github.com/kubernetes-sigs/gateway-api/config/crd
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-ceems/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords:
- network
- ebpf
type: application
version: 0.21.0
version: 0.22.0
# renovate: github=ceems-dev/ceems
appVersion: 0.12.0
home: https://ceems-dev.github.io/helm-charts/
Expand All @@ -39,7 +39,7 @@ annotations:
url: https://github.com/ceems-dev/ceems
dependencies:
- name: kube-prometheus-stack
version: "79.5.*"
version: "79.6.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kubePrometheusStack.enabled
import-values:
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-ceems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# kube-ceems

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

A Helm chart for deploying CEEMS

Expand All @@ -23,7 +23,7 @@ A Helm chart for deploying CEEMS
| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | pyroscope | 1.16.0 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 79.5.* |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 79.6.* |

<!-- textlint-enable -->

Expand Down
Loading