1- # ace-installer-certified-crds
1+ # ACE Installer
22
3- [ ace-installer-certified-crds ] ( https://github.com/appscode-cloud/installer ) - ACE Installer
3+ [ ACE Installer ] ( https://github.com/appscode-cloud/installer ) - ACE Installer
44
55## TL;DR;
66
77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/ace-installer-certified-crds --version=2026 .3.30
11- $ helm upgrade -i ace-installer-certified-crds appscode/ace-installer-certified-crds -n kubeops --create-namespace --version=2026 .3.30
10+ $ helm search repo appscode/ace-installer --version=v2026 .3.30
11+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026 .3.30
1212```
1313
1414## Introduction
@@ -21,10 +21,10 @@ This chart deploys charts for ACE on a [Kubernetes](http://kubernetes.io) cluste
2121
2222## Installing the Chart
2323
24- To install/upgrade the chart with the release name ` ace-installer-certified-crds ` :
24+ To install/upgrade the chart with the release name ` ace-installer ` :
2525
2626``` bash
27- $ helm upgrade -i ace-installer-certified-crds appscode/ace-installer-certified-crds -n kubeops --create-namespace --version=2026 .3.30
27+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026 .3.30
2828```
2929
3030The command deploys charts for ACE on the Kubernetes cluster in the default configuration. The [ configuration] ( #configuration ) section lists the parameters that can be configured during installation.
@@ -33,17 +33,17 @@ The command deploys charts for ACE on the Kubernetes cluster in the default conf
3333
3434## Uninstalling the Chart
3535
36- To uninstall the ` ace-installer-certified-crds ` :
36+ To uninstall the ` ace-installer ` :
3737
3838``` bash
39- $ helm uninstall ace-installer-certified-crds -n kubeops
39+ $ helm uninstall ace-installer -n kubeops
4040```
4141
4242The command removes all the Kubernetes components associated with the chart and deletes the release.
4343
4444## Configuration
4545
46- The following table lists the configurable parameters of the ` ace-installer-certified-crds ` chart and their default values.
46+ The following table lists the configurable parameters of the ` ace-installer ` chart and their default values.
4747
4848| Parameter | Description | Default |
4949| -------------------------------------------------------| ----------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -149,12 +149,12 @@ The following table lists the configurable parameters of the `ace-installer-cert
149149Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
150150
151151``` bash
152- $ helm upgrade -i ace-installer-certified-crds appscode/ace-installer-certified-crds -n kubeops --create-namespace --version=2026 .3.30 --set image.proxies.appscode=r.appscode.com
152+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026 .3.30 --set image.proxies.appscode=r.appscode.com
153153```
154154
155155Alternatively, a YAML file that specifies the values for the parameters can be provided while
156156installing the chart. For example:
157157
158158``` bash
159- $ helm upgrade -i ace-installer-certified-crds appscode/ace-installer-certified-crds -n kubeops --create-namespace --version=2026 .3.30 --values values.yaml
159+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026 .3.30 --values values.yaml
160160```
0 commit comments