Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 7, 2024
1 parent e940bc0 commit f0a3d76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/sidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions charts/sidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions charts/supervisor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions charts/supervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
```

0 comments on commit f0a3d76

Please sign in to comment.