Skip to content

Commit

Permalink
Add client-org support
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 12, 2024
1 parent 09e30c7 commit b6c4468
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-auth-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Cluster Auth Manager
name: cluster-auth-manager
version: v2024.10.7
appVersion: v0.1.0
version: v2024.11.18
appVersion: v0.2.0
home: https://github.com/kluster-manager/cluster-auth
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
sources:
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=v2024.10.7
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.10.7
$ helm search repo appscode/cluster-auth-manager --version=v2024.11.18
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18
```

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

```bash
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.10.7
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18
```

The command deploys an Cluster 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 @@ -64,12 +64,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 open-cluster-management-addon --create-namespace --version=v2024.10.7 --set registryFQDN=ghcr.io
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18 --set registryFQDN=ghcr.io
```

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 open-cluster-management-addon --create-namespace --version=v2024.10.7 --values values.yaml
$ helm upgrade -i cluster-auth-manager appscode/cluster-auth-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/cluster-auth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Cluster Auth Agent
name: cluster-auth-agent
version: v2024.10.7
appVersion: v0.1.0
version: v2024.11.18
appVersion: v0.2.0
home: https://github.com/kluster-manager/cluster-auth
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/cluster-auth/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-agent --version=v2024.10.7
$ helm upgrade -i cluster-auth appscode/cluster-auth-agent -n open-cluster-management-cluster-auth --create-namespace --version=v2024.10.7
$ helm search repo appscode/cluster-auth-agent --version=v2024.11.18
$ helm upgrade -i cluster-auth appscode/cluster-auth-agent -n open-cluster-management-cluster-auth --create-namespace --version=v2024.11.18
```

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

```bash
$ helm upgrade -i cluster-auth appscode/cluster-auth-agent -n open-cluster-management-cluster-auth --create-namespace --version=v2024.10.7
$ helm upgrade -i cluster-auth appscode/cluster-auth-agent -n open-cluster-management-cluster-auth --create-namespace --version=v2024.11.18
```

The command deploys an Cluster Auth Agent 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 @@ -79,12 +79,12 @@ The following table lists the configurable parameters of the `cluster-auth-agent
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

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

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

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

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

```bash
$ helm upgrade -i cluster-gateway-manager appscode/cluster-gateway-manager -n open-cluster-management-addon --create-namespace --version=v2024.9.30 --set image=ghcr.io/kluster-manager/cluster-gateway-manager
$ helm upgrade -i cluster-gateway-manager appscode/cluster-gateway-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18 --set image=ghcr.io/kluster-manager/cluster-gateway-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-manager appscode/cluster-gateway-manager -n open-cluster-management-addon --create-namespace --version=v2024.9.30 --values values.yaml
$ helm upgrade -i cluster-gateway-manager appscode/cluster-gateway-manager -n open-cluster-management-addon --create-namespace --version=v2024.11.18 --values values.yaml
```
4 changes: 2 additions & 2 deletions 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: v2024.9.30
appVersion: v1.9.1
version: v2024.11.18
appVersion: v1.9.2
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=v2024.9.30
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.9.30
$ helm search repo appscode/cluster-gateway --version=v2024.11.18
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.11.18
```

## 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=v2024.9.30
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.11.18
```

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 @@ -59,12 +59,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=v2024.9.30 --set image=ghcr.io/kluster-manager/cluster-gateway
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.11.18 --set image=ghcr.io/kluster-manager/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=v2024.9.30 --values values.yaml
$ helm upgrade -i cluster-gateway appscode/cluster-gateway -n open-cluster-management --create-namespace --version=v2024.11.18 --values values.yaml
```

0 comments on commit b6c4468

Please sign in to comment.