diff --git a/charts/sidekick/Chart.yaml b/charts/sidekick/Chart.yaml index 56b77d17..8cb68e5c 100755 --- a/charts/sidekick/Chart.yaml +++ b/charts/sidekick/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sidekick description: A Helm chart for Sidekick Operator by AppsCode type: application -version: v2023.12.11 -appVersion: v0.0.4 +version: v2024.2.6 +appVersion: v0.0.5 home: https://github.com/kubeops/sidekick icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/sidekick/README.md b/charts/sidekick/README.md index 05e18b81..bf23a75a 100644 --- a/charts/sidekick/README.md +++ b/charts/sidekick/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/sidekick --version=v2023.12.11 -$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 +$ helm search repo appscode/sidekick --version=v2024.2.6 +$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys an Sidekick on a [Kubernetes](http://kubernetes.io) cluster u To install/upgrade the chart with the release name `sidekick`: ```bash -$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 +$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 ``` The command deploys an Sidekick on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -73,12 +73,12 @@ The following table lists the configurable parameters of the `sidekick` chart an Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 --set replicaCount=1 +$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 --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 sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 --values values.yaml +$ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 --values values.yaml ``` diff --git a/charts/supervisor/Chart.yaml b/charts/supervisor/Chart.yaml index 934cf8ae..92e6eeb9 100755 --- a/charts/supervisor/Chart.yaml +++ b/charts/supervisor/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: supervisor description: A Helm chart for Supervisor by AppsCode type: application -version: v2023.10.1 -appVersion: v0.0.3 +version: v2024.2.6 +appVersion: v0.0.4 home: https://github.com/kubeops/supervisor icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/supervisor/README.md b/charts/supervisor/README.md index 28a51c1a..5b4529b1 100644 --- a/charts/supervisor/README.md +++ b/charts/supervisor/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/supervisor --version=v2023.10.1 -$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 +$ helm search repo appscode/supervisor --version=v2024.2.6 +$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Supervisor on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `supervisor`: ```bash -$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 +$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 ``` The command deploys a Supervisor on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -90,12 +90,12 @@ The following table lists the configurable parameters of the `supervisor` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 --set replicaCount=1 +$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 --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 supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 --values values.yaml +$ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 --values values.yaml ```