From 47f0d0707f2191185b82b3688b7e4e39e3052fa8 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 12 Nov 2024 01:38:38 -0800 Subject: [PATCH] Add client org support Signed-off-by: Tamal Saha --- charts/grafana-operator/Chart.yaml | 4 ++-- charts/grafana-operator/README.md | 10 +++++----- charts/monitoring-operator/Chart.yaml | 4 ++-- charts/monitoring-operator/README.md | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/grafana-operator/Chart.yaml b/charts/grafana-operator/Chart.yaml index 4e42e486..c5af2209 100755 --- a/charts/grafana-operator/Chart.yaml +++ b/charts/grafana-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: grafana-operator description: A Helm chart for Grafana Operator by AppsCode type: application -version: v2024.11.8 -appVersion: v0.1.0 +version: v2024.11.18 +appVersion: v0.2.0 home: https://github.com/open-viz/grafana-operator icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/grafana-operator/README.md b/charts/grafana-operator/README.md index f09df8ea..f5392d75 100644 --- a/charts/grafana-operator/README.md +++ b/charts/grafana-operator/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/grafana-operator --version=v2024.11.8 -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.8 +$ helm search repo appscode/grafana-operator --version=v2024.11.18 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Grafana operator on a [Kubernetes](http://kubernetes.io) cl To install/upgrade the chart with the release name `grafana-operator`: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.8 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.18 ``` The command deploys a Grafana operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -80,12 +80,12 @@ The following table lists the configurable parameters of the `grafana-operator` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.8 --set replicaCount=1 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.18 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.8 --values values.yaml +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v2024.11.18 --values values.yaml ``` diff --git a/charts/monitoring-operator/Chart.yaml b/charts/monitoring-operator/Chart.yaml index dcd9f79c..6f331f4f 100755 --- a/charts/monitoring-operator/Chart.yaml +++ b/charts/monitoring-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: monitoring-operator description: A Helm chart for monitoring-operator by AppsCode type: application -version: v2024.11.8 -appVersion: v0.1.0 +version: v2024.11.18 +appVersion: v0.2.0 home: https://github.com/kubeops/monitoring-operator icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png sources: diff --git a/charts/monitoring-operator/README.md b/charts/monitoring-operator/README.md index c59e44af..398e2ba4 100644 --- a/charts/monitoring-operator/README.md +++ b/charts/monitoring-operator/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/monitoring-operator --version=v2024.11.8 -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.8 +$ helm search repo appscode/monitoring-operator --version=v2024.11.18 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Grafana UI Server on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `monitoring-operator`: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.8 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.18 ``` The command deploys a Grafana UI Server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -91,12 +91,12 @@ The following table lists the configurable parameters of the `monitoring-operato Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.8 --set replicaCount=1 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.18 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.8 --values values.yaml +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v2024.11.18 --values values.yaml ```