diff --git a/charts/kubestash-operator/Chart.yaml b/charts/kubestash-operator/Chart.yaml
index 5491565a..17a8754c 100755
--- a/charts/kubestash-operator/Chart.yaml
+++ b/charts/kubestash-operator/Chart.yaml
@@ -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:
diff --git a/charts/kubestash-operator/README.md b/charts/kubestash-operator/README.md
index 75ea9dd9..96bd233c 100644
--- a/charts/kubestash-operator/README.md
+++ b/charts/kubestash-operator/README.md
@@ -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
@@ -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.
@@ -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) | 1
|
| 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).
Example:
`helm install appscode/kubestash-operator \`
`--set-file license=/path/to/license/file`
`or`
`helm install appscode/kubestash-operator \`
`--set license=` | ""
|
| licenseApiService | Name of the ApiService to use by the addon to identify the respective service and certificate for license verification request | v1beta1.admission.kubestash.appscode.com
|
-| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ""
|
-| operator.registry | Docker registry used to pull operator image | stashed
|
+| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ghcr.io
|
+| operator.registry | Docker registry used to pull operator image | kubestash
|
| operator.repository | Name of operator container image | kubestash
|
| operator.tag | Operator container image tag | v0.1.0
|
| operator.resources | Compute Resources required by the operator container | {"requests":{"cpu":"100m"}}
|
@@ -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
```
diff --git a/charts/kubestash-operator/values.yaml b/charts/kubestash-operator/values.yaml
index 04aad600..c0609b92 100644
--- a/charts/kubestash-operator/values.yaml
+++ b/charts/kubestash-operator/values.yaml
@@ -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
diff --git a/charts/kubestash/Chart.lock b/charts/kubestash/Chart.lock
index a2b8bff0..c05d1744 100644
--- a/charts/kubestash/Chart.lock
+++ b/charts/kubestash/Chart.lock
@@ -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"
diff --git a/charts/kubestash/Chart.yaml b/charts/kubestash/Chart.yaml
index 74fe3540..24087c39 100644
--- a/charts/kubestash/Chart.yaml
+++ b/charts/kubestash/Chart.yaml
@@ -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:
@@ -14,4 +14,4 @@ maintainers:
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
- version: v0.1.0
+ version: v0.2.0-rc.0
diff --git a/charts/kubestash/README.md b/charts/kubestash/README.md
index 2270b9ad..107dbec3 100644
--- a/charts/kubestash/README.md
+++ b/charts/kubestash/README.md
@@ -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
@@ -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.
@@ -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
```