Skip to content

Commit f0a3d76

Browse files
committed
Update versions
Signed-off-by: Tamal Saha <[email protected]>
1 parent e940bc0 commit f0a3d76

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

charts/sidekick/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: sidekick
33
description: A Helm chart for Sidekick Operator by AppsCode
44
type: application
5-
version: v2023.12.11
6-
appVersion: v0.0.4
5+
version: v2024.2.6
6+
appVersion: v0.0.5
77
home: https://github.com/kubeops/sidekick
88
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
99
sources:

charts/sidekick/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
2424
To 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

3030
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
7373
Specify 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

7979
Alternatively, a YAML file that specifies the values for the parameters can be provided while
8080
installing 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
```

charts/supervisor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: supervisor
33
description: A Helm chart for Supervisor by AppsCode
44
type: application
5-
version: v2023.10.1
6-
appVersion: v0.0.3
5+
version: v2024.2.6
6+
appVersion: v0.0.4
77
home: https://github.com/kubeops/supervisor
88
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
99
sources:

charts/supervisor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
2424
To 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

3030
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
9090
Specify 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

9696
Alternatively, a YAML file that specifies the values for the parameters can be provided while
9797
installing 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
```

0 commit comments

Comments
 (0)