diff --git a/catalog/catalog.json b/catalog/catalog.json index d93a1d760..6d9ac41f8 100644 --- a/catalog/catalog.json +++ b/catalog/catalog.json @@ -65,7 +65,7 @@ { "name": "nats", "versions": [ - "2.6.1-v4", + "2.6.1-v5", "2.8.2" ] }, diff --git a/catalog/raw/nats/2.6.1/nats-backup-function.yaml b/catalog/raw/nats/2.6.1/nats-backup-function.yaml index 7d9068548..727dfaa51 100644 --- a/catalog/raw/nats/2.6.1/nats-backup-function.yaml +++ b/catalog/raw/nats/2.6.1/nats-backup-function.yaml @@ -36,4 +36,4 @@ spec: - --retention-dry-run=${RETENTION_DRY_RUN:=false} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} - image: stashed/stash-nats:2.6.1-v4 + image: stashed/stash-nats:2.6.1-v5 diff --git a/catalog/raw/nats/2.6.1/nats-restore-function.yaml b/catalog/raw/nats/2.6.1/nats-restore-function.yaml index 52ce5353a..92e7b0a0d 100644 --- a/catalog/raw/nats/2.6.1/nats-restore-function.yaml +++ b/catalog/raw/nats/2.6.1/nats-restore-function.yaml @@ -29,4 +29,4 @@ spec: - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} - image: stashed/stash-nats:2.6.1-v4 + image: stashed/stash-nats:2.6.1-v5 diff --git a/charts/stash-catalog/Chart.yaml b/charts/stash-catalog/Chart.yaml index 257bb4816..e04da4f4b 100644 --- a/charts/stash-catalog/Chart.yaml +++ b/charts/stash-catalog/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-catalog description: Stash Catalog by AppsCode - Catalog of Stash Addons type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png sources: diff --git a/charts/stash-catalog/README.md b/charts/stash-catalog/README.md index d6865f5b3..0f0078bef 100644 --- a/charts/stash-catalog/README.md +++ b/charts/stash-catalog/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-catalog --version=v2022.05.12 -$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash-catalog --version=v2022.05.18 +$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys Stash catalog on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `stash-catalog`: ```bash -$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 ``` The command deploys Stash catalog on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `stash-catalog` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --set waitTimeout=300 +$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --set waitTimeout=300 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --values values.yaml +$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --values values.yaml ``` diff --git a/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml b/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml index 830820a46..6d2b1e223 100644 --- a/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml +++ b/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml @@ -39,5 +39,5 @@ spec: - --retention-dry-run=${RETENTION_DRY_RUN:=false} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4' + image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5' {{ end }} diff --git a/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml b/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml index a0c2190f4..de7865f79 100644 --- a/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml +++ b/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml @@ -32,5 +32,5 @@ spec: - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} - image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4' + image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5' {{ end }} diff --git a/charts/stash-community/Chart.yaml b/charts/stash-community/Chart.yaml index 66fd5a34c..0fda7624c 100755 --- a/charts/stash-community/Chart.yaml +++ b/charts/stash-community/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Free community features for Stash by AppsCode name: stash-community -version: v0.20.0 -appVersion: v0.20.0 +version: v0.20.1 +appVersion: v0.20.1 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png sources: diff --git a/charts/stash-community/README.md b/charts/stash-community/README.md index 28158573d..37c5d83c9 100644 --- a/charts/stash-community/README.md +++ b/charts/stash-community/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-community --version=v0.20.0 -$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 +$ helm search repo appscode/stash-community --version=v0.20.1 +$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Stash community operator on a [Kubernetes](http://kubernete To install/upgrade the chart with the release name `stash-community`: ```bash -$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 +$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 ``` The command deploys a Stash community operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `stash-community` c | 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 | | operator.repository | Name of operator container image | stash | -| operator.tag | Operator container image tag | v0.20.0 | +| operator.tag | Operator container image tag | v0.20.1 | | operator.resources | Compute Resources required by the operator container | {"requests":{"cpu":"100m"}} | | operator.securityContext | Security options the operator container should run with | {} | | crdInstaller.registry | Docker registry of the CRD installer image. By default, it will use the same registry as the operator. | "" | @@ -111,12 +111,12 @@ The following table lists the configurable parameters of the `stash-community` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --set replicaCount=1 +$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 --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 stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --values values.yaml +$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 --values values.yaml ``` diff --git a/charts/stash-community/values.yaml b/charts/stash-community/values.yaml index 9220db474..1f54d8f2b 100644 --- a/charts/stash-community/values.yaml +++ b/charts/stash-community/values.yaml @@ -28,7 +28,7 @@ operator: # Name of operator container image repository: stash # Operator container image tag - tag: v0.20.0 + tag: v0.20.1 # Compute Resources required by the operator container resources: # +doc-gen:break requests: diff --git a/charts/stash-crds/Chart.yaml b/charts/stash-crds/Chart.yaml index 618694b48..0ea2d3814 100644 --- a/charts/stash-crds/Chart.yaml +++ b/charts/stash-crds/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-crds description: Stash Custom Resource Definitions type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-icon.png sources: diff --git a/charts/stash-crds/README.md b/charts/stash-crds/README.md index d45081b7c..b943d1d7e 100644 --- a/charts/stash-crds/README.md +++ b/charts/stash-crds/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-crds --version=v2022.05.12 -$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash-crds --version=v2022.05.18 +$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys Stash crds on a [Kubernetes](http://kubernetes.io) cluster us To install/upgrade the chart with the release name `stash-crds`: ```bash -$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18 ``` The command deploys Stash crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. diff --git a/charts/stash-enterprise/Chart.yaml b/charts/stash-enterprise/Chart.yaml index af105c139..3284c6388 100755 --- a/charts/stash-enterprise/Chart.yaml +++ b/charts/stash-enterprise/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Enterprise features for Stash by AppsCode name: stash-enterprise -version: v0.20.0 -appVersion: v0.20.0 +version: v0.20.1 +appVersion: v0.20.1 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-enterprise-icon.png sources: diff --git a/charts/stash-enterprise/README.md b/charts/stash-enterprise/README.md index 3be4dba2a..eb6429cb1 100644 --- a/charts/stash-enterprise/README.md +++ b/charts/stash-enterprise/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-enterprise --version=v0.20.0 -$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 +$ helm search repo appscode/stash-enterprise --version=v0.20.1 +$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Stash Enterprise operator on a [Kubernetes](http://kubernet To install/upgrade the chart with the release name `stash-enterprise`: ```bash -$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 +$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1 ``` The command deploys a Stash Enterprise operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `stash-enterprise` | 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 | | operator.repository | Name of operator container image | stash-enterprise | -| operator.tag | Operator container image tag | v0.20.0 | +| operator.tag | Operator container image tag | v0.20.1 | | operator.resources | Compute Resources required by the operator container | {"requests":{"cpu":"100m"}} | | operator.securityContext | Security options the operator container should run with | {} | | crdInstaller.registry | Docker registry of the CRD installer image. By default, it will use the same registry as the operator. | "" | @@ -115,12 +115,12 @@ The following table lists the configurable parameters of the `stash-enterprise` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 --set replicaCount=1 +$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1 --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 stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 --values values.yaml +$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1 --values values.yaml ``` diff --git a/charts/stash-enterprise/values.yaml b/charts/stash-enterprise/values.yaml index 05e3042d3..5361e4014 100644 --- a/charts/stash-enterprise/values.yaml +++ b/charts/stash-enterprise/values.yaml @@ -28,7 +28,7 @@ operator: # Name of operator container image repository: stash-enterprise # Operator container image tag - tag: v0.20.0 + tag: v0.20.1 # Compute Resources required by the operator container resources: # +doc-gen:break requests: diff --git a/charts/stash-grafana-dashboards/Chart.yaml b/charts/stash-grafana-dashboards/Chart.yaml index 596cf8268..0a01c2613 100644 --- a/charts/stash-grafana-dashboards/Chart.yaml +++ b/charts/stash-grafana-dashboards/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-grafana-dashboards description: A Helm chart for stash-grafana-dashboards by AppsCode type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://github.com/stashed icon: https://cdn.appscode.com/images/products/stash/stash-icon.png sources: diff --git a/charts/stash-grafana-dashboards/README.md b/charts/stash-grafana-dashboards/README.md index a49ad7adc..48909d66a 100644 --- a/charts/stash-grafana-dashboards/README.md +++ b/charts/stash-grafana-dashboards/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-grafana-dashboards --version=v2022.05.12 -$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash-grafana-dashboards --version=v2022.05.18 +$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Stash Grafana Dashboards on a [Kubernetes](http://kubernete To install/upgrade the chart with the release name `stash-grafana-dashboards`: ```bash -$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 ``` The command deploys a Stash Grafana Dashboards on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -61,12 +61,12 @@ The following table lists the configurable parameters of the `stash-grafana-dash Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 --set resources=["stash"] +$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 --set resources=["stash"] ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 --values values.yaml +$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 --values values.yaml ``` diff --git a/charts/stash-metrics/Chart.yaml b/charts/stash-metrics/Chart.yaml index d3d35394b..ceaf6d9e8 100644 --- a/charts/stash-metrics/Chart.yaml +++ b/charts/stash-metrics/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-metrics description: Stash State Metrics type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png sources: diff --git a/charts/stash-metrics/README.md b/charts/stash-metrics/README.md index e77bbf7a7..1a85afcfe 100644 --- a/charts/stash-metrics/README.md +++ b/charts/stash-metrics/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-metrics --version=v2022.05.12 -$ helm upgrade -i stash-metrics appscode/stash-metrics -n stash --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash-metrics --version=v2022.05.18 +$ helm upgrade -i stash-metrics appscode/stash-metrics -n stash --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys Stash metrics configurations on a [Kubernetes](http://kuberne To install/upgrade the chart with the release name `stash-metrics`: ```bash -$ helm upgrade -i stash-metrics appscode/stash-metrics -n stash --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash-metrics appscode/stash-metrics -n stash --create-namespace --version=v2022.05.18 ``` The command deploys Stash metrics configurations on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. diff --git a/charts/stash-opscenter/Chart.lock b/charts/stash-opscenter/Chart.lock index 547c72b1b..5ac69f68e 100644 --- a/charts/stash-opscenter/Chart.lock +++ b/charts/stash-opscenter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: v0.2.0 - name: stash-metrics repository: file://../stash-metrics - version: v2022.05.12 + version: v2022.05.18 - name: stash-grafana-dashboards repository: file://../stash-grafana-dashboards - version: v2022.05.12 -digest: sha256:9f4afa30ceeb8529fb52785b9bd59b36927ff41bc3d5161c5c47bd512a80d1b7 -generated: "2022-05-09T08:57:29.505803165Z" + version: v2022.05.18 +digest: sha256:f7404dd958cf7f0f2019a24d3dbab0fa98d3a52c38d100e36cc12ccddd77563e +generated: "2022-05-18T05:39:22.098930075Z" diff --git a/charts/stash-opscenter/Chart.yaml b/charts/stash-opscenter/Chart.yaml index a0fa2d96e..3eee4f1ef 100644 --- a/charts/stash-opscenter/Chart.yaml +++ b/charts/stash-opscenter/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-opscenter description: Stash Opscenter by AppsCode type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-icon.png sources: @@ -19,8 +19,8 @@ dependencies: - name: stash-metrics repository: file://../stash-metrics condition: stash-metrics.enabled - version: v2022.05.12 + version: v2022.05.18 - name: stash-grafana-dashboards repository: file://../stash-grafana-dashboards condition: stash-grafana-dashboards.enabled - version: v2022.05.12 + version: v2022.05.18 diff --git a/charts/stash-opscenter/README.md b/charts/stash-opscenter/README.md index 89a09150b..6b24295aa 100644 --- a/charts/stash-opscenter/README.md +++ b/charts/stash-opscenter/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-opscenter --version=v2022.05.12 -$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash-opscenter --version=v2022.05.18 +$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Stash Opscenter on a [Kubernetes](http://kubernetes.io) clu To install/upgrade the chart with the release name `stash-opscenter`: ```bash -$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.18 ``` The command deploys a Stash Opscenter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -55,12 +55,12 @@ The following table lists the configurable parameters of the `stash-opscenter` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.12 --set -- generate from values file -- +$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.18 --set -- generate from values file -- ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.12 --values values.yaml +$ helm upgrade -i stash-opscenter appscode/stash-opscenter -n kubeops --create-namespace --version=v2022.05.18 --values values.yaml ``` diff --git a/charts/stash/Chart.lock b/charts/stash/Chart.lock index d84d4c890..f3b56ca10 100644 --- a/charts/stash/Chart.lock +++ b/charts/stash/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: stash-community repository: file://../stash-community - version: v0.20.0 + version: v0.20.1 - name: stash-enterprise repository: file://../stash-enterprise - version: v0.20.0 + version: v0.20.1 - name: stash-catalog repository: file://../stash-catalog - version: v2022.05.12 + version: v2022.05.18 - name: stash-metrics repository: file://../stash-metrics - version: v2022.05.12 -digest: sha256:a3671f7630349914ea8ab4bc9888638fa06e8b8230248bf01f0a74b4e279c3b4 -generated: "2022-05-09T08:57:29.375977537Z" + version: v2022.05.18 +digest: sha256:e11f9ab85bbdfaff869976251ae2d08d8d57e61f02aa49f8c36dd3646f75f4a4 +generated: "2022-05-18T05:39:22.026279456Z" diff --git a/charts/stash/Chart.yaml b/charts/stash/Chart.yaml index 4f2292417..e3f6da1cd 100644 --- a/charts/stash/Chart.yaml +++ b/charts/stash/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Stash by AppsCode - Backup your Kubernetes native applications name: stash type: application -version: v2022.05.12 -appVersion: v2022.05.12 +version: v2022.05.18 +appVersion: v2022.05.18 home: https://stash.run icon: https://cdn.appscode.com/images/products/stash/stash-icon.png sources: @@ -14,17 +14,17 @@ maintainers: dependencies: - name: stash-community repository: file://../stash-community - version: v0.20.0 + version: v0.20.1 condition: features.community - name: stash-enterprise repository: file://../stash-enterprise - version: v0.20.0 + version: v0.20.1 condition: features.enterprise - name: stash-catalog repository: file://../stash-catalog - version: v2022.05.12 + version: v2022.05.18 condition: features.enterprise - name: stash-metrics repository: file://../stash-metrics - version: v2022.05.12 + version: v2022.05.18 condition: features.enterprise diff --git a/charts/stash/README.md b/charts/stash/README.md index 8dfcb15b0..fe2b75147 100644 --- a/charts/stash/README.md +++ b/charts/stash/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash --version=v2022.05.12 -$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.12 +$ helm search repo appscode/stash --version=v2022.05.18 +$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.18 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Stash operator on a [Kubernetes](http://kubernetes.io) clus To install/upgrade the chart with the release name `stash`: ```bash -$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.12 +$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.18 ``` The command deploys a Stash operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -62,12 +62,12 @@ The following table lists the configurable parameters of the `stash` chart and t Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.12 --set global.registry=stashed +$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.18 --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 stash appscode/stash -n stash --create-namespace --version=v2022.05.12 --values values.yaml +$ helm upgrade -i stash appscode/stash -n stash --create-namespace --version=v2022.05.18 --values values.yaml ```