Skip to content

Commit 7835574

Browse files
[ONPREM-2719] Point server 4.8 upgrade steps to newest server-terraform patch (#9756)
* Point server 4.8 upgrade steps to newest server-terraform patch https://github.com/CircleCI-Public/server-terraform/releases/tag/4.8.5 * Use {serverversion48} attribute for the server-terraform release tag
1 parent 5404c18 commit 7835574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ asciidoc:
4848
serverversion45: 4.5.5
4949
serverversion46: 4.6.6
5050
serverversion47: 4.7.11
51-
serverversion48: 4.8.4
51+
serverversion48: 4.8.5
5252
serverversion: 3.4.8
5353
terraformversion: 0.15.4
5454
dockerversion: v28

docs/server-admin-4.8/modules/installation/pages/upgrade-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Customers that do not perform this step may have issues restoring Vault from bac
4444
[source,shell,subs=attributes+]
4545
helm diff upgrade circleci-server oci://cciserver.azurecr.io/circleci-server -n $namespace --version {serverversion48} -f <path-to-values.yaml> --username $USERNAME --password $PASSWORD
4646

47-
. Upgrade your Nomad clients and servers (if externalized) Terraform modules to the link:https://github.com/CircleCI-Public/server-terraform/releases/tag/4.8.0[4.8 release]. Follow the documentation to plan and apply the Terraform changes for your xref:phase-3-aws-execution-environments.adoc#create-your-cluster-with-terraform[AWS] or xref:phase-3-gcp-execution-environments.adoc#create-your-cluster-with-terraform[GCP] environment.
47+
. Upgrade your Nomad clients and servers (if externalized) Terraform modules to the link:https://github.com/CircleCI-Public/server-terraform/releases/tag/{serverversion48}[4.8 release]. Follow the documentation to plan and apply the Terraform changes for your xref:phase-3-aws-execution-environments.adoc#create-your-cluster-with-terraform[AWS] or xref:phase-3-gcp-execution-environments.adoc#create-your-cluster-with-terraform[GCP] environment.
4848

4949
. Perform the upgrade:
5050
+

0 commit comments

Comments
 (0)