From 576685fe3c27370a9065a002c6337cb2a49204a8 Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Fri, 16 May 2025 16:06:38 +0200 Subject: [PATCH] docs: update chart paths and installation guide --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49f26bd..fc6eced 100644 --- a/README.md +++ b/README.md @@ -28,22 +28,20 @@ The Metrics Operator is a powerful tool designed to monitor and provide insights ### Prerequisites 1. Create a namespace for the Metrics Operator. -2. Create a secret containing the credentials for the artifactory (read-only) in the operator's namespace. -3. Create a secret containing the data sink credentials in the operator's namespace. +2. Create a secret containing the data sink credentials in the operator's namespace. ### Deployment Deploy the Metrics Operator using the Helm chart: ```bash -helm upgrade --install co-metrics-operator deploy-releases-hyperspace-helm/co-metrics-operator \ +helm upgrade --install metrics-operator ghcr.io/sap/github.com/sap/metrics-operator/charts/metrics-operator \ --namespace \ --create-namespace \ - --set imagePullSecrets[0].name= \ --version= ``` -Replace ``, ``, and `` with appropriate values. +Replace `` and `` with appropriate values. ## Usage