From e8e930a64ba9b9b1e237df19eeb56245405ef302 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 15 Jan 2024 20:47:48 -0800 Subject: [PATCH] Release monitoring operator v0.0.4 Signed-off-by: Tamal Saha --- charts/monitoring-operator/Chart.yaml | 4 ++-- charts/monitoring-operator/README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/monitoring-operator/Chart.yaml b/charts/monitoring-operator/Chart.yaml index 0a8a7446..9af7b342 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: v0.0.3 -appVersion: v0.0.3 +version: v0.0.4 +appVersion: v0.0.4 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 8dbec210..eacc19fa 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=v0.0.3 -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.3 +$ helm search repo appscode/monitoring-operator --version=v0.0.4 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 ``` ## 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=v0.0.3 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 ``` 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. @@ -86,12 +86,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=v0.0.3 --set replicaCount=1 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 --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=v0.0.3 --values values.yaml +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 --values values.yaml ```