Skip to content

Commit b8b7832

Browse files
committed
Use voyager 2026.3.23
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 2d15297 commit b8b7832

10 files changed

Lines changed: 32 additions & 29 deletions

File tree

catalog/copy-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/va
300300
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault:0.27.0 $IMAGE_REGISTRY/appscode-charts/vault:0.27.0
301301
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/virtual-secrets-server:v2026.2.27 $IMAGE_REGISTRY/appscode-charts/virtual-secrets-server:v2026.2.27
302302
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager-gateway:v2026.1.15 $IMAGE_REGISTRY/appscode-charts/voyager-gateway:v2026.1.15
303-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager:v2025.9.19 $IMAGE_REGISTRY/appscode-charts/voyager:v2025.9.19
303+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager:v2026.3.23 $IMAGE_REGISTRY/appscode-charts/voyager:v2026.3.23

catalog/export-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,6 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/
297297
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault:0.27.0 images/appscode-charts-vault-0.27.0.tar
298298
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/virtual-secrets-server:v2026.2.27 images/appscode-charts-virtual-secrets-server-v2026.2.27.tar
299299
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager-gateway:v2026.1.15 images/appscode-charts-voyager-gateway-v2026.1.15.tar
300-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager:v2025.9.19 images/appscode-charts-voyager-v2025.9.19.tar
300+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/voyager:v2026.3.23 images/appscode-charts-voyager-v2026.3.23.tar
301301

302302
tar -czvf images.tar.gz images

catalog/feature-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
- ghcr.io/appscode-charts/vault:0.27.0
105105
- ghcr.io/appscode-charts/virtual-secrets-server:v2026.2.27
106106
- ghcr.io/appscode-charts/voyager-gateway:v2026.1.15
107-
- ghcr.io/appscode-charts/voyager:v2025.9.19
107+
- ghcr.io/appscode-charts/voyager:v2026.3.23

catalog/import-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-v
291291
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-vault-0.27.0.tar $IMAGE_REGISTRY/appscode-charts/vault:0.27.0
292292
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-virtual-secrets-server-v2026.2.27.tar $IMAGE_REGISTRY/appscode-charts/virtual-secrets-server:v2026.2.27
293293
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-voyager-gateway-v2026.1.15.tar $IMAGE_REGISTRY/appscode-charts/voyager-gateway:v2026.1.15
294-
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-voyager-v2025.9.19.tar $IMAGE_REGISTRY/appscode-charts/voyager:v2025.9.19
294+
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-voyager-v2026.3.23.tar $IMAGE_REGISTRY/appscode-charts/voyager:v2026.3.23

catalog/import-into-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ k3s ctr images import images/appscode-charts-vault-secrets-operator-0.4.3.tar
289289
k3s ctr images import images/appscode-charts-vault-0.27.0.tar
290290
k3s ctr images import images/appscode-charts-virtual-secrets-server-v2026.2.27.tar
291291
k3s ctr images import images/appscode-charts-voyager-gateway-v2026.1.15.tar
292-
k3s ctr images import images/appscode-charts-voyager-v2025.9.19.tar
292+
k3s ctr images import images/appscode-charts-voyager-v2026.3.23.tar

charts/ace-installer-certified-crds/README.md

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

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.
@@ -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

4242
The 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
149149
Specify 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

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

charts/ace-installer-certified/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# ace-installer-certified
1+
# ACE Installer
22

3-
[ace-installer-certified](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 --version=2026.3.30
11-
$ helm upgrade -i ace-installer-certified appscode/ace-installer-certified -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`:
24+
To install/upgrade the chart with the release name `ace-installer`:
2525

2626
```bash
27-
$ helm upgrade -i ace-installer-certified appscode/ace-installer-certified -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

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.
@@ -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`:
36+
To uninstall the `ace-installer`:
3737

3838
```bash
39-
$ helm uninstall ace-installer-certified -n kubeops
39+
$ helm uninstall ace-installer -n kubeops
4040
```
4141

4242
The 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` 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
149149
Specify 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 appscode/ace-installer-certified -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

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

158158
```bash
159-
$ helm upgrade -i ace-installer-certified appscode/ace-installer-certified -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
```

charts/ace-installer-certified/templates/precheck/rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ rules:
2323
- apiGroups: [ "kubedb.com" ]
2424
resources: [ "postgreses" ]
2525
verbs: ["get", "list", "watch"]
26+
- apiGroups: [ "helm.toolkit.fluxcd.io" ]
27+
resources: [ "helmreleases" ]
28+
verbs: [ "get", "list", "watch", "update", "patch" ]
2629

2730
---
2831

charts/opscenter-features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following table lists the configurable parameters of the `opscenter-features
136136
| helm.releases.stash-presets.version | | <code>"v2026.3.30"</code> |
137137
| helm.releases.supervisor.version | | <code>"v2026.1.15"</code> |
138138
| helm.releases.topolvm.version | | <code>"15.0.0"</code> |
139-
| helm.releases.voyager.version | | <code>"v2025.9.19"</code> |
139+
| helm.releases.voyager.version | | <code>"v2026.3.23"</code> |
140140
| helm.releases.voyager-gateway.version | | <code>"v2026.1.15"</code> |
141141
| helm.releases.external-secrets.version | | <code>"0.9.12"</code> |
142142
| helm.releases.sealed-secrets.version | | <code>"2.14.2"</code> |

charts/opscenter-features/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ helm:
187187
topolvm:
188188
version: "15.0.0"
189189
voyager:
190-
version: "v2025.9.19"
190+
version: "v2026.3.23"
191191
voyager-gateway:
192192
version: "v2026.1.15"
193193
# secret management

0 commit comments

Comments
 (0)