Skip to content

Commit

Permalink
Update fluxcd-manager to v0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 19, 2024
1 parent 55f6832 commit 19e6b9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/fluxcd-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: fluxcd-manager
description: Installs FluxCD in managed clusters
type: application
version: v2024.2.25
appVersion: "v0.0.2"
version: v2024.5.17
appVersion: "v0.0.3"
home: https://open-cluster-management.io
sources:
- https://github.com/kluster-manager/installer
Expand Down
10 changes: 5 additions & 5 deletions charts/fluxcd-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-manager --version=v2024.2.25
$ helm upgrade -i fluxcd-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.2.25
$ helm search repo appscode/fluxcd-manager --version=v2024.5.17
$ helm upgrade -i fluxcd-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.5.17
```

## 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-manager`:

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

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 @@ -68,12 +68,12 @@ The following table lists the configurable parameters of the `fluxcd-manager` ch
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i fluxcd-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.2.25 --set image=ghcr.io/kluster-manager/fluxcd-addon
$ helm upgrade -i fluxcd-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.5.17 --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-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.2.25 --values values.yaml
$ helm upgrade -i fluxcd-manager appscode/fluxcd-manager -n open-cluster-management-addon --create-namespace --version=v2024.5.17 --values values.yaml
```

0 comments on commit 19e6b9a

Please sign in to comment.