From 19cd839a8674dc7019c89e4603ab6d76e44725dc Mon Sep 17 00:00:00 2001 From: Bruno Bressi Date: Thu, 14 Nov 2024 17:13:38 +0100 Subject: [PATCH] docs: fixed variables and versions Signed-off-by: Bruno Bressi --- README.md | 10 +++++----- README.md.gotmpl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3110802..542ca30 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ helm -n mynamespace upgrade -i project-monitoring -f values.yaml --repo oci://mt The following table shows the compatibility between the CaaS Cluster Monitoring chart and the CaaS Project Monitoring versions: -| CaaS Project Monitoring | compatible with CaaS Cluster Monitoring | deployed kube-prometheus-stack | -| ----------------------- | --------------------------------------- | ------------------------------ | -| < 1.0.0 | < 0.0.6 | 40.1.2 - 51.0.3 | -| 1.0.0 <= y < 1.4.0 | 1.0.0 <= y < 1.4.0 | 58.4.0 | +| CaaS Project Monitoring | compatible with CaaS Cluster Monitoring | used kube-prometheus-stack | +| ----------------------- | --------------------------------------- | -------------------------- | +| < 1.0.0 | < 0.0.6 | 40.1.2 - 51.0.3 | +| 1.0.0 <= x <= 1.3.0 | 0.0.6 <= y < 1.0.0 | 58.4.0 | -where `x` is the CaaS Cluster Monitoring Version and `y` is the CaaS Project Monitoring Version. +where `x` is the CaaS Project Monitoring Version and `y` is the CaaS Cluster Monitoring Version. ## Values diff --git a/README.md.gotmpl b/README.md.gotmpl index 9752343..33a13fe 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -31,12 +31,12 @@ helm -n mynamespace upgrade -i project-monitoring -f values.yaml --repo oci://mt The following table shows the compatibility between the CaaS Cluster Monitoring chart and the CaaS Project Monitoring versions: -| CaaS Project Monitoring | compatible with CaaS Cluster Monitoring | deployed kube-prometheus-stack | -| ----------------------- | --------------------------------------- | ------------------------------ | -| < 1.0.0 | < 0.0.6 | 40.1.2 - 51.0.3 | -| 1.0.0 <= y < 1.4.0 | 1.0.0 <= y < 1.4.0 | 58.4.0 | +| CaaS Project Monitoring | compatible with CaaS Cluster Monitoring | used kube-prometheus-stack | +| ----------------------- | --------------------------------------- | -------------------------- | +| < 1.0.0 | < 0.0.6 | 40.1.2 - 51.0.3 | +| 1.0.0 <= x <= 1.3.0 | 0.0.6 <= y < 1.0.0 | 58.4.0 | -where `x` is the CaaS Cluster Monitoring Version and `y` is the CaaS Project Monitoring Version. +where `x` is the CaaS Project Monitoring Version and `y` is the CaaS Cluster Monitoring Version. {{ template "chart.valuesSection" . }}