diff --git a/charts/victoria-metrics-common/CHANGELOG.md b/charts/victoria-metrics-common/CHANGELOG.md index e880633a9..a85f1c166 100644 --- a/charts/victoria-metrics-common/CHANGELOG.md +++ b/charts/victoria-metrics-common/CHANGELOG.md @@ -2,6 +2,14 @@ ## Next release +- TODO + +## 0.0.36 + +**Release date:** 24 Dec 2024 + +![Helm: v3](https://img.shields.io/badge/Helm-v3.14%2B-informational?color=informational&logo=helm&link=https%3A%2F%2Fgithub.com%2Fhelm%2Fhelm%2Freleases%2Ftag%2Fv3.14.0) + - Exclude markdown files from package - Unset empty registry in `vm.image` template to fix global registry propagation diff --git a/charts/victoria-metrics-common/README.md b/charts/victoria-metrics-common/README.md index 741d0e84b..1a480f0d7 100644 --- a/charts/victoria-metrics-common/README.md +++ b/charts/victoria-metrics-common/README.md @@ -1,4 +1,4 @@ -![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![Version: 0.0.35](https://img.shields.io/badge/Version-0.0.35-informational?style=flat-square) +![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![Version: 0.0.36](https://img.shields.io/badge/Version-0.0.36-informational?style=flat-square) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-common) Victoria Metrics Common - contains shared templates for all Victoria Metrics helm charts diff --git a/charts/victoria-metrics-operator/README.md b/charts/victoria-metrics-operator/README.md index f8987eeb7..f4981d976 100644 --- a/charts/victoria-metrics-operator/README.md +++ b/charts/victoria-metrics-operator/README.md @@ -221,6 +221,15 @@ extraVolumeMounts: This configuration disables the automatic ServiceAccount token mount and mounts the token explicitly. +## Enable hostNetwork on operator + +When running managed Kubernetes such as EKS with custom CNI solution like Cilium or Calico, EKS control plane cannot communicate with CNI's pod CIDR. +In that scenario, we need to run webhook service i.e operator with hostNetwork so that it can share node's network namespace. + +```yaml +hostNetwork: true +``` + ## Parameters The following tables lists the configurable parameters of the chart and their default values. @@ -559,6 +568,17 @@ requests:

Image pull secrets, that can be shared across multiple helm charts

+ + + + hostNetwork + bool +
+false
+
+
+ +

Enable hostNetwork on operator deployment