Skip to content

Commit

Permalink
Prepare for release v2023.10.30-rc.0 (#14)
Browse files Browse the repository at this point in the history
ProductLine: KubeStash
Release: v2023.10.30-rc.0
Release-tracker: kubestash/CHANGELOG#2
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 31, 2023
1 parent db149d7 commit 0fead13
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/kubestash-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeStash, Kubernetes native backup operator by AppsCode
name: kubestash-operator
version: v0.1.0
appVersion: v0.1.0
version: v0.2.0-rc.0
appVersion: v0.2.0-rc.0
home: https://kubestash.com/
icon: https://cdn.appscode.com/images/products/stash/kubestash-operator-icon.png
sources:
Expand Down
14 changes: 7 additions & 7 deletions charts/kubestash-operator/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/kubestash-operator --version=v0.1.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.1.0
$ helm search repo appscode/kubestash-operator --version=v0.2.0-rc.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0
```

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

```bash
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.1.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0
```

The command deploys KubeStash 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 @@ -52,8 +52,8 @@ The following table lists the configurable parameters of the `kubestash-operator
| replicaCount | Number of stash operator replicas to create (only 1 is supported) | <code>1</code> |
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/kubestash-operator \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubestash-operator \` <br> `--set license=<license file content>` | <code>""</code> |
| licenseApiService | Name of the ApiService to use by the addon to identify the respective service and certificate for license verification request | <code>v1beta1.admission.kubestash.appscode.com</code> |
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| operator.registry | Docker registry used to pull operator image | <code>stashed</code> |
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>ghcr.io</code> |
| operator.registry | Docker registry used to pull operator image | <code>kubestash</code> |
| operator.repository | Name of operator container image | <code>kubestash</code> |
| operator.tag | Operator container image tag | <code>v0.1.0</code> |
| operator.resources | Compute Resources required by the operator container | <code>{"requests":{"cpu":"100m"}}</code> |
Expand Down Expand Up @@ -103,12 +103,12 @@ The following table lists the configurable parameters of the `kubestash-operator
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.1.0 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-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 kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.1.0 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/kubestash-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ license: ""
licenseApiService: v1beta1.admission.kubestash.appscode.com
# Docker registry fqdn used to pull Stash related images.
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
registryFQDN: ""
registryFQDN: ghcr.io
operator:
# Docker registry used to pull operator image
registry: stashed
registry: kubestash
# Name of operator container image
repository: kubestash
# Operator container image tag
Expand Down
6 changes: 3 additions & 3 deletions charts/kubestash/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.1.0
digest: sha256:c4fd83164fd1f639b057870a3f1e94fb4c39af1073ff0702ac03c68e070f5665
generated: "2022-01-12T19:23:39.125139122+06:00"
version: v0.2.0-rc.0
digest: sha256:9b3592b0bb0a0f0f124b59a1738ef199fd26ae5527e4182f72d9dfe497965ce7
generated: "2023-10-29T22:33:11.631770755Z"
6 changes: 3 additions & 3 deletions charts/kubestash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: KubeStash by AppsCode - Backup your Kubernetes native applications
name: kubestash
type: application
version: v2023.04.14
appVersion: v2023.04.14
version: v2023.10.30-rc.0
appVersion: v2023.10.30-rc.0
home: https://kubestash.com
icon: https://cdn.appscode.com/images/products/kubestash/stash-icon.png
sources:
Expand All @@ -14,4 +14,4 @@ maintainers:
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.1.0
version: v0.2.0-rc.0
10 changes: 5 additions & 5 deletions charts/kubestash/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/kubestash --version=v2023.04.14
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.04.14
$ helm search repo appscode/kubestash --version=v2023.10.30-rc.0
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0
```

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

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.04.14
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0
```

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

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.04.14 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0 --set global.registry=stashed
```

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

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.04.14 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0 --values values.yaml
```

0 comments on commit 0fead13

Please sign in to comment.