File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - ghcr.io/appscode-charts/ace-installer:v2026.5.22
2- - ghcr.io/appscode-charts/ace:v2026.5.22
1+ - ghcr.io/appscode-charts/ace-installer:v2026.6.15-alpha
2+ - ghcr.io/appscode-charts/ace:v2026.6.15-alpha
33- ghcr.io/appscode-charts/service-gateway:v2026.5.22
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : ace-installer
33description : ACE Installer
44type : application
5- version : v2026.5.22
6- appVersion : v2026.5.22
5+ version : v2026.6.15-alpha
6+ appVersion : v2026.6.15-alpha
77kubeVersion : ' >=1.28.0-0'
88annotations :
99 charts.openshift.io/name : ace-installer
Original file line number Diff line number Diff line change 77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/ace-installer --version=v2026.5.22
11- $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.5.22
10+ $ helm search repo appscode/ace-installer --version=v2026.6.15-alpha
11+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.6.15-alpha
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys charts for ACE on a [Kubernetes](http://kubernetes.io) cluste
2424To install/upgrade the chart with the release name ` ace-installer ` :
2525
2626``` bash
27- $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.5.22
27+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.6.15-alpha
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.
@@ -151,12 +151,12 @@ The following table lists the configurable parameters of the `ace-installer` cha
151151Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
152152
153153``` bash
154- $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.5.22 --set image.proxies.appscode=r.appscode.com
154+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.6.15-alpha --set image.proxies.appscode=r.appscode.com
155155```
156156
157157Alternatively, a YAML file that specifies the values for the parameters can be provided while
158158installing the chart. For example:
159159
160160``` bash
161- $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.5.22 --values values.yaml
161+ $ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2026.6.15-alpha --values values.yaml
162162```
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : ace
33description : A Helm chart for AppsCode Container Engine
44type : application
5- version : v2026.5.22
6- appVersion : v2026.5.22
5+ version : v2026.6.15-alpha
6+ appVersion : v2026.6.15-alpha
77home : https://github.com/appscode-cloud
88icon : https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
99sources :
Original file line number Diff line number Diff line change 77``` bash
88$ helm repo add appscode https://charts.appscode.com/stable/
99$ helm repo update
10- $ helm search repo appscode/ace --version=v2026.5.22
11- $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.5.22
10+ $ helm search repo appscode/ace --version=v2026.6.15-alpha
11+ $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.6.15-alpha
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys AppsCode Container Engine on a [Kubernetes](http://kubernetes
2424To install/upgrade the chart with the release name ` ace ` :
2525
2626``` bash
27- $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.5.22
27+ $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.6.15-alpha
2828```
2929
3030The command deploys AppsCode Container Engine on the Kubernetes cluster in the default configuration. The [ configuration] ( #configuration ) section lists the parameters that can be configured during installation.
@@ -251,12 +251,12 @@ The following table lists the configurable parameters of the `ace` chart and the
251251Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
252252
253253``` bash
254- $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.5.22 --set gateway.tls.secret.name=" ace-cert"
254+ $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.6.15-alpha --set gateway.tls.secret.name=" ace-cert"
255255```
256256
257257Alternatively, a YAML file that specifies the values for the parameters can be provided while
258258installing the chart. For example:
259259
260260``` bash
261- $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.5.22 --values values.yaml
261+ $ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2026.6.15-alpha --values values.yaml
262262```
You can’t perform that action at this time.
0 commit comments