Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions charts/acmecertmanagerio-challenge-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"acme.cert-manager.io","version":"v1","resource":"challenges"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: Challenge Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: acmecertmanagerio-challenge-editor
type: application
version: v0.24.0
version: v0.25.0
10 changes: 5 additions & 5 deletions charts/acmecertmanagerio-challenge-editor/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/acmecertmanagerio-challenge-editor --version=v0.24.0
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/acmecertmanagerio-challenge-editor --version=v0.25.0
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=acme.cert-manager.io/v1
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=acme.cert-manager.io/v1
```

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

```bash
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i acmecertmanagerio-challenge-editor appscode/acmecertmanagerio-challenge-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/acmecertmanagerio-order-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"acme.cert-manager.io","version":"v1","resource":"orders"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: Order Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: acmecertmanagerio-order-editor
type: application
version: v0.24.0
version: v0.25.0
10 changes: 5 additions & 5 deletions charts/acmecertmanagerio-order-editor/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/acmecertmanagerio-order-editor --version=v0.24.0
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/acmecertmanagerio-order-editor --version=v0.25.0
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=acme.cert-manager.io/v1
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=acme.cert-manager.io/v1
```

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

```bash
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"addon.open-cluster-management.io","version":"v1alpha1","resource":"addondeploymentconfigs"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: AddOnDeploymentConfig Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: addonopenclustermanagementio-addondeploymentconfig-editor
type: application
version: v0.24.0
version: v0.25.0
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/addonopenclustermanagementio-addondeploymentconfig-editor --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/addonopenclustermanagementio-addondeploymentconfig-editor --version=v0.25.0
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.25.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a AddOnDeploymentConfig Editor on a [Kubernetes](http://kuber
To install/upgrade the chart with the release name `addonopenclustermanagementio-addondeploymentconfig-editor`:

```bash
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"addon.open-cluster-management.io","version":"v1alpha1","resource":"addontemplates"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: AddOnTemplate Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: addonopenclustermanagementio-addontemplate-editor
type: application
version: v0.24.0
version: v0.25.0
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/addonopenclustermanagementio-addontemplate-editor --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/addonopenclustermanagementio-addontemplate-editor --version=v0.25.0
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.25.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a AddOnTemplate Editor on a [Kubernetes](http://kubernetes.io
To install/upgrade the chart with the release name `addonopenclustermanagementio-addontemplate-editor`:

```bash
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i addonopenclustermanagementio-addontemplate-editor appscode/addonopenclustermanagementio-addontemplate-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"addon.open-cluster-management.io","version":"v1alpha1","resource":"clustermanagementaddons"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: ClusterManagementAddOn Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: addonopenclustermanagementio-clustermanagementaddon-editor
type: application
version: v0.24.0
version: v0.25.0
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/addonopenclustermanagementio-clustermanagementaddon-editor --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/addonopenclustermanagementio-clustermanagementaddon-editor --version=v0.25.0
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.25.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a ClusterManagementAddOn Editor on a [Kubernetes](http://kube
To install/upgrade the chart with the release name `addonopenclustermanagementio-clustermanagementaddon-editor`:

```bash
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i addonopenclustermanagementio-clustermanagementaddon-editor appscode/addonopenclustermanagementio-clustermanagementaddon-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"addon.open-cluster-management.io","version":"v1alpha1","resource":"managedclusteraddons"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: ManagedClusterAddOn Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: addonopenclustermanagementio-managedclusteraddon-editor
type: application
version: v0.24.0
version: v0.25.0
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/addonopenclustermanagementio-managedclusteraddon-editor --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.24.0
$ helm search repo appscode/addonopenclustermanagementio-managedclusteraddon-editor --version=v0.25.0
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.25.0
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a ManagedClusterAddOn Editor on a [Kubernetes](http://kuberne
To install/upgrade the chart with the release name `addonopenclustermanagementio-managedclusteraddon-editor`:

```bash
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.24.0
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.25.0
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.24.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.25.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1
```

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

```bash
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.24.0 --values values.yaml
$ helm upgrade -i addonopenclustermanagementio-managedclusteraddon-editor appscode/addonopenclustermanagementio-managedclusteraddon-editor -n default --create-namespace --version=v0.25.0 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
meta.x-helm.dev/editor: '{"group":"addons.cluster.x-k8s.io","version":"v1beta1","resource":"clusterresourcesets"}'
apiVersion: v2
appVersion: v0.24.0
appVersion: v0.25.0
description: ClusterResourceSet Editor
home: https://appscode.com
icon: https://cdn.appscode.com/images/products/bytebuilders/bytebuilders-512x512.png
Expand All @@ -13,4 +13,4 @@ maintainers:
name: appscode
name: addonsclusterxk8sio-clusterresourceset-editor
type: application
version: v0.24.0
version: v0.25.0
Loading
Loading