File tree Expand file tree Collapse file tree
templates/ascender-deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,15 +607,15 @@ echo "ASCENDER_ADMIN_PASSWORD: "\"$ascender_admin_password\" >> custom.config.ym
607607# ASCENDER_VERSION
608608echo $' \n '
609609echo " # 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 }
612612echo " ASCENDER_VERSION: " $ascender_version >> custom.config.yml
613613
614614# ASCENDER_OPERATOR_VERSION
615615echo $' \n '
616616echo " # 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 }
619619echo " ASCENDER_OPERATOR_VERSION: " $ascender_operator_version >> custom.config.yml
620620
621621# ascender_garbage_collect_secrets
Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
208208ASCENDER_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
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ download_kubeconfig: false
3030You 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
105105kube_install: false
106106download_kubeconfig: false
107- ASCENDER_VERSION: 25.3.6
107+ ASCENDER_VERSION: 25.4.0
108108image_pull_policy: Always
109109` ` `
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ ASCENDER_ADMIN_USER: admin
5151# Administrator password for Ascender
5252ASCENDER_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)
5858ascender_garbage_collect_secrets : false
5959# External PostgreSQL database name used for Ascender (this DB must exist)
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
5050ASCENDER_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)
5959ascender_garbage_collect_secrets : true
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
142142ASCENDER_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)
151151ascender_garbage_collect_secrets : true
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ ASCENDER_ADMIN_USER: admin
4747# Administrator password for Ascender
4848ASCENDER_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)
5454ascender_garbage_collect_secrets : false
5555# External PostgreSQL database name used for Ascender (this DB must exist)
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
8989ASCENDER_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)
9898ascender_garbage_collect_secrets : true
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
8989ASCENDER_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)
9898ascender_garbage_collect_secrets : true
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ ASCENDER_ADMIN_PASSWORD: "myadminpassword"
3737# The OCI container image for Ascender
3838ASCENDER_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)
4444ascender_garbage_collect_secrets : false
4545# External PostgreSQL database name used for Ascender (this DB must exist)
You can’t perform that action at this time.
0 commit comments