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
2
2
name : sidekick
3
3
description : A Helm chart for Sidekick Operator by AppsCode
4
4
type : application
5
- version : v2023.12.11
6
- appVersion : v0.0.4
5
+ version : v2024.2.6
6
+ appVersion : v0.0.5
7
7
home : https://github.com/kubeops/sidekick
8
8
icon : https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
9
9
sources :
Original file line number Diff line number Diff line change 7
7
``` bash
8
8
$ helm repo add appscode https://charts.appscode.com/stable/
9
9
$ 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
12
12
```
13
13
14
14
## Introduction
@@ -24,7 +24,7 @@ This chart deploys an Sidekick on a [Kubernetes](http://kubernetes.io) cluster u
24
24
To install/upgrade the chart with the release name ` sidekick ` :
25
25
26
26
``` 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
28
28
```
29
29
30
30
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
73
73
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
74
74
75
75
``` 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
77
77
```
78
78
79
79
Alternatively, a YAML file that specifies the values for the parameters can be provided while
80
80
installing the chart. For example:
81
81
82
82
``` 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
84
84
```
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : supervisor
3
3
description : A Helm chart for Supervisor by AppsCode
4
4
type : application
5
- version : v2023.10.1
6
- appVersion : v0.0.3
5
+ version : v2024.2.6
6
+ appVersion : v0.0.4
7
7
home : https://github.com/kubeops/supervisor
8
8
icon : https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
9
9
sources :
Original file line number Diff line number Diff line change 7
7
``` bash
8
8
$ helm repo add appscode https://charts.appscode.com/stable/
9
9
$ 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
12
12
```
13
13
14
14
## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Supervisor on a [Kubernetes](http://kubernetes.io) cluster
24
24
To install/upgrade the chart with the release name ` supervisor ` :
25
25
26
26
``` 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
28
28
```
29
29
30
30
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
90
90
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
91
91
92
92
``` 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
94
94
```
95
95
96
96
Alternatively, a YAML file that specifies the values for the parameters can be provided while
97
97
installing the chart. For example:
98
98
99
99
``` 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
101
101
```
You can’t perform that action at this time.
0 commit comments