diff --git a/charts/panopticon/Chart.yaml b/charts/panopticon/Chart.yaml index 9fe9d3e5..cc2dcb78 100755 --- a/charts/panopticon/Chart.yaml +++ b/charts/panopticon/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Kubernetes Panopticon by AppsCode name: panopticon -version: v2024.2.5 -appVersion: v0.0.12 +version: v2024.5.15 +appVersion: v0.0.13 home: https://github.com/kubeops/panopticon icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/panopticon/README.md b/charts/panopticon/README.md index a4bc316d..da303aa3 100644 --- a/charts/panopticon/README.md +++ b/charts/panopticon/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/panopticon --version=v2024.2.5 -$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.2.5 +$ helm search repo appscode/panopticon --version=v2024.5.15 +$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.5.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Kubernetes Panopticon on a [Kubernetes](http://kubernetes.i To install/upgrade the chart with the release name `panopticon`: ```bash -$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.2.5 +$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.5.15 ``` The command deploys a Kubernetes Panopticon on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -93,12 +93,12 @@ The following table lists the configurable parameters of the `panopticon` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.2.5 --set replicaCount=1 +$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.5.15 --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 panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.2.5 --values values.yaml +$ helm upgrade -i panopticon appscode/panopticon -n kubeops --create-namespace --version=v2024.5.15 --values values.yaml ```