Skip to content

Commit

Permalink
Prepare release: v2023.10.26-rc.0 (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Oct 26, 2023
1 parent 4652480 commit fbbedff
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions charts/kubevault-catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeVault Catalog by AppsCode - Catalog for KubeVault supported versions
name: kubevault-catalog
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubevault-catalog/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/kubevault-catalog --version=v2023.9.7
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault-catalog --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys HashiCorp KubeVault Catalog on a [Kubernetes](http://kubernet
To install/upgrade the chart with the release name `kubevault-catalog`:

```bash
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

The command deploys HashiCorp KubeVault Catalog 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 @@ -61,12 +61,12 @@ The following table lists the configurable parameters of the `kubevault-catalog`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.9.7 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.10.26-rc.0 --set proxies.ghcr=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 kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.9.7 --values values.yaml
$ helm upgrade -i kubevault-catalog appscode/kubevault-catalog -n kubevault --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubevault-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-crds
description: KubeVault Custom Resource Definitions
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubevault-crds/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/kubevault-crds --version=v2023.9.7
$ helm upgrade -i kubevault-crds appscode/kubevault-crds -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault-crds --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault-crds appscode/kubevault-crds -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubevault-crds appscode/kubevault-crds -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault-crds appscode/kubevault-crds -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

The command deploys KubeVault crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
4 changes: 2 additions & 2 deletions charts/kubevault-grafana-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-grafana-dashboards
description: A Helm chart for kubevault-grafana-dashboards by AppsCode
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://github.com/kubevault
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubevault-grafana-dashboards/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/kubevault-grafana-dashboards --version=v2023.9.7
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault-grafana-dashboards --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a KubeVault Grafana Dashboards on a [Kubernetes](http://kuber
To install/upgrade the chart with the release name `kubevault-grafana-dashboards`:

```bash
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.9.7 --set resources=["vaultserver"]
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0 --set resources=["vaultserver"]
```

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

```bash
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.9.7 --values values.yaml
$ helm upgrade -i kubevault-grafana-dashboards appscode/kubevault-grafana-dashboards -n kubeops --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubevault-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-metrics
description: KubeVault State Metrics
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-community-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubevault-metrics/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/kubevault-metrics --version=v2023.9.7
$ helm upgrade -i kubevault-metrics appscode/kubevault-metrics -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault-metrics --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault-metrics appscode/kubevault-metrics -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys KubeVault metrics configurations on a [Kubernetes](http://kub
To install/upgrade the chart with the release name `kubevault-metrics`:

```bash
$ helm upgrade -i kubevault-metrics appscode/kubevault-metrics -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault-metrics appscode/kubevault-metrics -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

The command deploys KubeVault metrics configurations on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
8 changes: 4 additions & 4 deletions charts/kubevault-opscenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault-opscenter
description: KubeVault Opscenter by AppsCode
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-icon.png
sources:
Expand All @@ -15,8 +15,8 @@ dependencies:
- name: kubevault-metrics
repository: file://../kubevault-metrics
condition: kubevault-metrics.enabled
version: v2023.9.7
version: v2023.10.26-rc.0
- name: kubevault-grafana-dashboards
repository: file://../kubevault-grafana-dashboards
condition: kubevault-grafana-dashboards.enabled
version: v2023.9.7
version: v2023.10.26-rc.0
10 changes: 5 additions & 5 deletions charts/kubevault-opscenter/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/kubevault-opscenter --version=v2023.9.7
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault-opscenter --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

The command deploys a KubeVault Opscenter 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 `kubevault-opscente
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.9.7 --set global.registryFQDN=ghcr.io
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.10.26-rc.0 --set global.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 kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.9.7 --values values.yaml
$ helm upgrade -i kubevault-opscenter appscode/kubevault-opscenter -n kubevault --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
8 changes: 4 additions & 4 deletions charts/kubevault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubevault
description: KubeVault by AppsCode - HashiCorp Vault operator for Kubernetes
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://kubevault.com
icon: https://cdn.appscode.com/images/products/kubevault/kubevault-icon.png
sources:
Expand All @@ -14,11 +14,11 @@ maintainers:
dependencies:
- name: kubevault-crds
repository: file://../kubevault-crds
version: v2023.9.7
version: v2023.10.26-rc.0
condition: kubevault-crds.enabled
- name: kubevault-catalog
repository: file://../kubevault-catalog
version: v2023.9.7
version: v2023.10.26-rc.0
condition: kubevault-catalog.enabled
- name: kubevault-operator
repository: file://../kubevault-operator
Expand Down
10 changes: 5 additions & 5 deletions charts/kubevault/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/kubevault --version=v2023.9.7
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/kubevault --version=v2023.10.26-rc.0
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

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

```bash
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.9.7 --set global.registry=kubevault
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.10.26-rc.0 --set global.registry=kubevault
```

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

```bash
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.9.7 --values values.yaml
$ helm upgrade -i kubevault appscode/kubevault -n kubevault --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/secrets-store-reader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: secrets-store-reader
description: A Helm chart for secrets-store-reader by AppsCode
type: application
version: v2023.9.7
appVersion: v2023.9.7
version: v2023.10.26-rc.0
appVersion: v2023.10.26-rc.0
home: https://github.com/kubevault/secrets-store-reader
icon: https://cdn.appscode.com/images/products/kubevault/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/secrets-store-reader/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/secrets-store-reader --version=v2023.9.7
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.9.7
$ helm search repo appscode/secrets-store-reader --version=v2023.10.26-rc.0
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Secrets Store Reader api server on a [Kubernetes](http://ku
To install/upgrade the chart with the release name `secrets-store-reader`:

```bash
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.9.7
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.10.26-rc.0
```

The command deploys a Secrets Store Reader api server 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 @@ -84,12 +84,12 @@ The following table lists the configurable parameters of the `secrets-store-read
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.9.7 --set replicaCount=1
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.10.26-rc.0 --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 secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.9.7 --values values.yaml
$ helm upgrade -i secrets-store-reader appscode/secrets-store-reader -n kubevault --create-namespace --version=v2023.10.26-rc.0 --values values.yaml
```

0 comments on commit fbbedff

Please sign in to comment.