Skip to content

Commit

Permalink
Release cluster-profile v2024.10.17
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 16, 2024
1 parent 150f48b commit 8c32b4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-profile-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Cluster Profile Manager
name: cluster-profile-manager
version: v2024.9.30
appVersion: v0.1.0
version: v2024.10.17
appVersion: v0.2.0
home: https://github.com/kluster-manager/cluster-profile
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/cluster-profile-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-profile-manager --version=v2024.9.30
$ helm upgrade -i cluster-profile-manager appscode/cluster-profile-manager -n open-cluster-management-addon --create-namespace --version=v2024.9.30
$ helm search repo appscode/cluster-profile-manager --version=v2024.10.17
$ helm upgrade -i cluster-profile-manager appscode/cluster-profile-manager -n open-cluster-management-addon --create-namespace --version=v2024.10.17
```

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

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

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

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

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-profile-manager appscode/cluster-profile-manager -n open-cluster-management-addon --create-namespace --version=v2024.9.30 --values values.yaml
$ helm upgrade -i cluster-profile-manager appscode/cluster-profile-manager -n open-cluster-management-addon --create-namespace --version=v2024.10.17 --values values.yaml
```

0 comments on commit 8c32b4f

Please sign in to comment.