From f5678f8fa21c483253dc0d2f688aa0ba3d5e678d Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Mon, 9 Dec 2024 22:44:25 +0000 Subject: [PATCH] [CHORE] upgrading versions Signed-off-by: Nicolas Takashi --- Documentation/commands/create/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/commands/create/index.md b/Documentation/commands/create/index.md index 7fd7e2c..2d6abcb 100644 --- a/Documentation/commands/create/index.md +++ b/Documentation/commands/create/index.md @@ -23,7 +23,7 @@ Global Flags: --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG --log-format string Log format (default "text") --log-level string Log level (default "DEBUG") - --version string Prometheus Operator version (default "0.76.0") + --version string Prometheus Operator version (default "0.78.2") ``` # Create ServiceMonitor @@ -46,5 +46,5 @@ Global Flags: --kubeconfig string path to the kubeconfig file, defaults to $KUBECONFIG --log-format string Log format (default "text") --log-level string Log level (default "DEBUG") - --version string Prometheus Operator version (default "0.76.0") + --version string Prometheus Operator version (default "0.78.2") ```