File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : sidekick
33description : A Helm chart for Sidekick Operator by AppsCode
44type : application
5- version : v2023.12.11
6- appVersion : v0.0.4
5+ version : v2024.2.6
6+ appVersion : v0.0.5
77home : https://github.com/kubeops/sidekick
88icon : https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
99sources :
Original file line number Diff line number Diff line change 77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/sidekick --version=v2023.12.11
11- $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11
10+ $ helm search repo appscode/sidekick --version=v2024.2.6
11+ $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys an Sidekick on a [Kubernetes](http://kubernetes.io) cluster u
2424To install/upgrade the chart with the release name ` sidekick ` :
2525
2626``` bash
27- $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11
27+ $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6
2828```
2929
3030The 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
7373Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
7474
7575``` bash
76- $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 --set replicaCount=1
76+ $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 --set replicaCount=1
7777```
7878
7979Alternatively, a YAML file that specifies the values for the parameters can be provided while
8080installing the chart. For example:
8181
8282``` bash
83- $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2023.12.11 --values values.yaml
83+ $ helm upgrade -i sidekick appscode/sidekick -n kubeops --create-namespace --version=v2024.2.6 --values values.yaml
8484```
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : supervisor
33description : A Helm chart for Supervisor by AppsCode
44type : application
5- version : v2023.10.1
6- appVersion : v0.0.3
5+ version : v2024.2.6
6+ appVersion : v0.0.4
77home : https://github.com/kubeops/supervisor
88icon : https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
99sources :
Original file line number Diff line number Diff line change 77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/supervisor --version=v2023.10.1
11- $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1
10+ $ helm search repo appscode/supervisor --version=v2024.2.6
11+ $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Supervisor on a [Kubernetes](http://kubernetes.io) cluster
2424To install/upgrade the chart with the release name ` supervisor ` :
2525
2626``` bash
27- $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1
27+ $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6
2828```
2929
3030The 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
9090Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
9191
9292``` bash
93- $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 --set replicaCount=1
93+ $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 --set replicaCount=1
9494```
9595
9696Alternatively, a YAML file that specifies the values for the parameters can be provided while
9797installing the chart. For example:
9898
9999``` bash
100- $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2023.10.1 --values values.yaml
100+ $ helm upgrade -i supervisor appscode/supervisor -n kubeops --create-namespace --version=v2024.2.6 --values values.yaml
101101```
You can’t perform that action at this time.
0 commit comments