Skip to content

Commit df944a0

Browse files
committed
v2026.6.15-alpha
1 parent 0f43921 commit df944a0

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

catalog/ace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

charts/ace-installer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ace-installer
33
description: ACE Installer
44
type: application
5-
version: v2026.5.22
6-
appVersion: v2026.5.22
5+
version: v2026.6.15-alpha
6+
appVersion: v2026.6.15-alpha
77
kubeVersion: '>=1.28.0-0'
88
annotations:
99
charts.openshift.io/name: ace-installer

charts/ace-installer/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
2424
To 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

3030
The 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
151151
Specify 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

157157
Alternatively, a YAML file that specifies the values for the parameters can be provided while
158158
installing 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
```

charts/ace/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ace
33
description: A Helm chart for AppsCode Container Engine
44
type: application
5-
version: v2026.5.22
6-
appVersion: v2026.5.22
5+
version: v2026.6.15-alpha
6+
appVersion: v2026.6.15-alpha
77
home: https://github.com/appscode-cloud
88
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
99
sources:

charts/ace/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
2424
To 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

3030
The 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
251251
Specify 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

257257
Alternatively, a YAML file that specifies the values for the parameters can be provided while
258258
installing 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
```

0 commit comments

Comments
 (0)