Skip to content

Commit

Permalink
Prepare release v2024.2.25
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 25, 2024
1 parent 54c0b2d commit 5a1e8c5
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-auth-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-auth-manager
description: A Helm chart for Kubernetes Auth Manager by AppsCode
type: application
version: v2023.11.14
version: v2024.2.25
appVersion: v0.0.1
home: https://github.com/kluster-manager/cluster-auth
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
Expand Down
10 changes: 5 additions & 5 deletions charts/cluster-auth-manager/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/cluster-auth-manager --version=v2023.11.14
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2023.11.14
$ helm search repo appscode/cluster-auth-manager --version=v2024.2.25
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Kubernetes Auth Manager on a [Kubernetes](http://kubernetes
To install/upgrade the chart with the release name `cluster-auth-manager`:

```bash
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2023.11.14
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2024.2.25
```

The command deploys a Kubernetes Auth Manager 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 `cluster-auth-manag
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2023.11.14 --set replicaCount=1
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2024.2.25 --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 cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2023.11.14 --values values.yaml
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n kubeops --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/cluster-gateway-addon-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cluster-gateway-addon-manager
description: A Helm chart for Cluster-Gateway Addon-Manager
type: application
version: 0.1.0
version: v2024.2.25
appVersion: 1.0.0
10 changes: 5 additions & 5 deletions charts/cluster-gateway-addon-manager/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/cluster-gateway-addon-manager --version=0.1.0
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=0.1.0
$ helm search repo appscode/cluster-gateway-addon-manager --version=v2024.2.25
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a cluster-gateway-addon-manager on a [Kubernetes](http://kube
To install/upgrade the chart with the release name `cluster-gateway-addon-manager`:

```bash
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=0.1.0
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a cluster-gateway-addon-manager 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 @@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `cluster-gateway-ad
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=0.1.0 --set image=oamdev/cluster-gateway-addon-manager
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25 --set image=oamdev/cluster-gateway-addon-manager
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=0.1.0 --values values.yaml
$ helm upgrade -i cluster-gateway-addon-manager appscode/cluster-gateway-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/cluster-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cluster-gateway
description: A Helm chart for Cluster-Gateway
type: application
version: 0.1.0
version: v2024.2.25
appVersion: 1.0.0
10 changes: 5 additions & 5 deletions charts/cluster-gateway/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/cluster-gateway --version=0.1.0
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=0.1.0
$ helm search repo appscode/cluster-gateway --version=v2024.2.25
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a cluster-gateway on a [Kubernetes](http://kubernetes.io) clu
To install/upgrade the chart with the release name `cluster-gateway`:

```bash
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=0.1.0
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a cluster-gateway 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 @@ -62,12 +62,12 @@ The following table lists the configurable parameters of the `cluster-gateway` c
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=0.1.0 --set image=oamdev/cluster-gateway
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.2.25 --set image=oamdev/cluster-gateway
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=0.1.0 --values values.yaml
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/cluster-manager-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-manager-hub
description: A Helm chart for Open Cluster Manager Hub
type: application
version: 0.1.0
version: v2024.2.25
appVersion: "v0.12.0"
home: https://open-cluster-management.io
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/cluster-manager-hub/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/cluster-manager-hub --version=0.1.0
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=0.1.0
$ helm search repo appscode/cluster-manager-hub --version=v2024.2.25
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Cluster Manager Hub on a [Kubernetes](http://kubernetes.io)
To install/upgrade the chart with the release name `cluster-manager-hub`:

```bash
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=0.1.0
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a Cluster Manager Hub 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 @@ -64,12 +64,12 @@ The following table lists the configurable parameters of the `cluster-manager-hu
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=0.1.0 --set hub.registry=quay.io/open-cluster-management
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=v2024.2.25 --set hub.registry=quay.io/open-cluster-management
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=0.1.0 --values values.yaml
$ helm upgrade -i cluster-manager-hub appscode/cluster-manager-hub -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/cluster-manager-spoke/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-manager-spoke
description: A Helm chart to join a spoke cluster to Open Cluster Manager Hub
type: application
version: 0.1.0
version: v2024.2.25
appVersion: "v0.12.0"
home: https://open-cluster-management.io
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/cluster-manager-spoke/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/cluster-manager-spoke --version=0.1.0
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=0.1.0
$ helm search repo appscode/cluster-manager-spoke --version=v2024.2.25
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Cluster Manager Spoke on a [Kubernetes](http://kubernetes.i
To install/upgrade the chart with the release name `cluster-manager-spoke`:

```bash
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=0.1.0
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a Cluster Manager Spoke 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 @@ -66,12 +66,12 @@ The following table lists the configurable parameters of the `cluster-manager-sp
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=0.1.0 --set registry=quay.io/open-cluster-management
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=v2024.2.25 --set registry=quay.io/open-cluster-management
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=0.1.0 --values values.yaml
$ helm upgrade -i cluster-manager-spoke appscode/cluster-manager-spoke -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/cluster-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cluster-proxy
description: A Helm chart for Cluster-Proxy OCM Addon
type: application
version: 0.3.0
version: v2024.2.25
appVersion: 1.0.0
10 changes: 5 additions & 5 deletions charts/cluster-proxy/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/cluster-proxy --version=0.3.0
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=0.3.0
$ helm search repo appscode/cluster-proxy --version=v2024.2.25
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a cluster-proxy on a [Kubernetes](http://kubernetes.io) clust
To install/upgrade the chart with the release name `cluster-proxy`:

```bash
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=0.3.0
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a cluster-proxy 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 @@ -64,12 +64,12 @@ The following table lists the configurable parameters of the `cluster-proxy` cha
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=0.3.0 --set registry=ghcr.io/kluster-manager
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=v2024.2.25 --set registry=ghcr.io/kluster-manager
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=0.3.0 --values values.yaml
$ helm upgrade -i cluster-proxy appscode/cluster-proxy -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/fluxcd-addon-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
name: fluxcd-addon-manager
description: Installs FluxCD in managed clusters
type: application
version: 0.1.0
version: v2024.2.25
appVersion: "v0.0.2"
10 changes: 5 additions & 5 deletions charts/fluxcd-addon-manager/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/fluxcd-addon-manager --version=0.1.0
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=0.1.0
$ helm search repo appscode/fluxcd-addon-manager --version=v2024.2.25
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a FluxCD Manager on a [Kubernetes](http://kubernetes.io) clus
To install/upgrade the chart with the release name `fluxcd-addon-manager`:

```bash
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=0.1.0
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a FluxCD Manager 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 @@ -63,12 +63,12 @@ The following table lists the configurable parameters of the `fluxcd-addon-manag
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=0.1.0 --set image=ghcr.io/kluster-manager/fluxcd-addon
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25 --set image=ghcr.io/kluster-manager/fluxcd-addon
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=0.1.0 --values values.yaml
$ helm upgrade -i fluxcd-addon-manager appscode/fluxcd-addon-manager -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/managed-serviceaccount/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: managed-serviceaccount
description: A Helm chart for Managed ServiceAccount Addon
type: application
version: 0.4.0
version: v2024.2.25
appVersion: 1.0.0
10 changes: 5 additions & 5 deletions charts/managed-serviceaccount/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/managed-serviceaccount --version=0.4.0
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=0.4.0
$ helm search repo appscode/managed-serviceaccount --version=v2024.2.25
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=v2024.2.25
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a managed-serviceaccount on a [Kubernetes](http://kubernetes.
To install/upgrade the chart with the release name `managed-serviceaccount`:

```bash
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=0.4.0
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=v2024.2.25
```

The command deploys a managed-serviceaccount 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 @@ -62,12 +62,12 @@ The following table lists the configurable parameters of the `managed-serviceacc
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=0.4.0 --set image=quay.io/open-cluster-management/managed-serviceaccount
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=v2024.2.25 --set image=quay.io/open-cluster-management/managed-serviceaccount
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=0.4.0 --values values.yaml
$ helm upgrade -i managed-serviceaccount appscode/managed-serviceaccount -n open-cluster-management --create-namespace --version=v2024.2.25 --values values.yaml
```

0 comments on commit 5a1e8c5

Please sign in to comment.