Skip to content

Commit 086f4e0

Browse files
authored
Update Ascender and operator (#200)
Comment out operator version in default config so it wll just use the default
1 parent 366b139 commit 086f4e0

13 files changed

Lines changed: 27 additions & 27 deletions

File tree

config_vars.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,15 +607,15 @@ echo "ASCENDER_ADMIN_PASSWORD: "\"$ascender_admin_password\" >> custom.config.ym
607607
# ASCENDER_VERSION
608608
echo $'\n'
609609
echo "# The image tag indicating the version of Ascender you wish to install" >> custom.config.yml
610-
read -p "The image tag indicating the version of Ascender you wish to install [25.3.6]: " a_version
611-
ascender_version=${a_version:-25.3.6}
610+
read -p "The image tag indicating the version of Ascender you wish to install [25.4.0]: " a_version
611+
ascender_version=${a_version:-25.4.0}
612612
echo "ASCENDER_VERSION: "$ascender_version >> custom.config.yml
613613

614614
# ASCENDER_OPERATOR_VERSION
615615
echo $'\n'
616616
echo "# The version of the AWX Operator used to install Ascender and its components" >> custom.config.yml
617-
read -p "The version of the AWX Operator used to install Ascender and its components [2.19.5]: " a_operator_version
618-
ascender_operator_version=${a_operator_version:-2.19.5}
617+
read -p "The version of the AWX Operator used to install Ascender and its components [2.19.6]: " a_operator_version
618+
ascender_operator_version=${a_operator_version:-2.19.6}
619619
echo "ASCENDER_OPERATOR_VERSION: "$ascender_operator_version >> custom.config.yml
620620

621621
# ascender_garbage_collect_secrets

default.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
208208
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
209209

210210
# The image tag indicating the version of Ascender you wish to install
211-
ASCENDER_VERSION: 25.3.6
211+
ASCENDER_VERSION: 25.4.0
212212

213213
# The version of the AWX Operator used to install Ascender and its components
214-
ASCENDER_OPERATOR_VERSION: 2.19.5
214+
#ASCENDER_OPERATOR_VERSION: 2.19.6
215215

216216
# DNS resolvable hostname for Ascender Mesh service. This is used by Execution Nodes to access Ascender.
217217
# Mesh will not be setup unless this is configured

docs/configuration/upgrading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ download_kubeconfig: false
3030
You already have a working kubeconfig and don't need to re-download it.
3131
3232
```yaml
33-
ASCENDER_VERSION: 25.3.6
33+
ASCENDER_VERSION: 25.4.0
3434
```
3535
36-
Replace `25.3.6` with the version you want to upgrade to. The list of available versions is here:
36+
Replace `25.4.0` with the version you want to upgrade to. The list of available versions is here:
3737

3838
[Ascender Releases](https://github.com/ctrliq/ascender/releases)
3939

@@ -104,6 +104,6 @@ kubectl rollout restart deployment/ascender-app-task -n ascender
104104
```bash
105105
kube_install: false
106106
download_kubeconfig: false
107-
ASCENDER_VERSION: 25.3.6
107+
ASCENDER_VERSION: 25.4.0
108108
image_pull_policy: Always
109109
```

docs/installation/aks/aks.custom.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ ASCENDER_ADMIN_USER: admin
5151
# Administrator password for Ascender
5252
ASCENDER_ADMIN_PASSWORD: "myadminpassword"
5353
# The image tag indicating the version of Ascender you wish to install
54-
ASCENDER_VERSION: 25.3.6
54+
ASCENDER_VERSION: 25.4.0
5555
# The version of the AWX Operator used to install Ascender and its components
56-
ASCENDER_OPERATOR_VERSION: 2.19.5
56+
ASCENDER_OPERATOR_VERSION: 2.19.6
5757
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
5858
ascender_garbage_collect_secrets: false
5959
# External PostgreSQL database name used for Ascender (this DB must exist)

docs/installation/dkp/dkp.default.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
5050
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
5151

5252
# The image tag indicating the version of Ascender you wish to install
53-
ASCENDER_VERSION: 25.3.6
53+
ASCENDER_VERSION: 25.4.0
5454

5555
# The version of the AWX Operator used to install Ascender and its components
56-
ASCENDER_OPERATOR_VERSION: 2.19.5
56+
ASCENDER_OPERATOR_VERSION: 2.19.6
5757

5858
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
5959
ascender_garbage_collect_secrets: true

docs/installation/eks/eks.custom.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
142142
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
143143

144144
# The image tag indicating the version of Ascender you wish to install
145-
ASCENDER_VERSION: 25.3.6
145+
ASCENDER_VERSION: 25.4.0
146146

147147
# The version of the AWX Operator used to install Ascender and its components
148-
ASCENDER_OPERATOR_VERSION: 2.19.5
148+
ASCENDER_OPERATOR_VERSION: 2.19.6
149149

150150
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
151151
ascender_garbage_collect_secrets: true

docs/installation/gke/gke.custom.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ ASCENDER_ADMIN_USER: admin
4747
# Administrator password for Ascender
4848
ASCENDER_ADMIN_PASSWORD: "myadminpassword"
4949
# The image tag indicating the version of Ascender you wish to install
50-
ASCENDER_VERSION: 25.3.6
50+
ASCENDER_VERSION: 25.4.0
5151
# The version of the AWX Operator used to install Ascender and its components
52-
ASCENDER_OPERATOR_VERSION: 2.19.5
52+
ASCENDER_OPERATOR_VERSION: 2.19.6
5353
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
5454
ascender_garbage_collect_secrets: false
5555
# External PostgreSQL database name used for Ascender (this DB must exist)

docs/installation/k3s/k3s.default.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
8989
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
9090

9191
# The image tag indicating the version of Ascender you wish to install
92-
ASCENDER_VERSION: 25.3.6
92+
ASCENDER_VERSION: 25.4.0
9393

9494
# The version of the AWX Operator used to install Ascender and its components
95-
ASCENDER_OPERATOR_VERSION: 2.19.5
95+
ASCENDER_OPERATOR_VERSION: 2.19.6
9696

9797
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
9898
ascender_garbage_collect_secrets: true

docs/installation/k3s/k3s.offline.default.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
8989
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
9090

9191
# The image tag indicating the version of Ascender you wish to install
92-
ASCENDER_VERSION: 25.3.6
92+
ASCENDER_VERSION: 25.4.0
9393

9494
# The version of the AWX Operator used to install Ascender and its components
95-
ASCENDER_OPERATOR_VERSION: 2.19.5
95+
ASCENDER_OPERATOR_VERSION: 2.19.6
9696

9797
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
9898
ascender_garbage_collect_secrets: true

docs/installation/rke2/rke2.default.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
3737
# The OCI container image for Ascender
3838
ASCENDER_IMAGE: ghcr.io/ctrliq/ascender
3939
# The image tag indicating the version of Ascender you wish to install
40-
ASCENDER_VERSION: 25.3.6
40+
ASCENDER_VERSION: 25.4.0
4141
# The version of the AWX Operator used to install Ascender and its components
42-
ASCENDER_OPERATOR_VERSION: 2.19.5
42+
ASCENDER_OPERATOR_VERSION: 2.19.6
4343
# Determines whether to keep the secrets required to encrypt within Ascender (important when backing up)
4444
ascender_garbage_collect_secrets: false
4545
# External PostgreSQL database name used for Ascender (this DB must exist)

0 commit comments

Comments
 (0)