Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use config-syncer v0.14.5 #138

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/config-syncer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Config Syncer by AppsCode'
name: config-syncer
version: v0.14.4
appVersion: v0.14.4
version: v0.14.5
appVersion: v0.14.5
home: https://github.com/kubeops/config-syncer
icon: https://cdn.appscode.com/images/products/kubed/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/config-syncer/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/config-syncer --version=v0.14.4
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.4
$ helm search repo appscode/config-syncer --version=v0.14.5
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.5
```

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

```bash
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.4
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.5
```

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

```bash
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.4 --set replicaCount=1
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.5 --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 config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.4 --values values.yaml
$ helm upgrade -i config-syncer appscode/config-syncer -n kubeops --create-namespace --version=v0.14.5 --values values.yaml
```
Loading