Skip to content

Commit 06dbeaf

Browse files
committed
OSDOCS#6193: Version bump in links to UPI install JSON templates
1 parent 159ee95 commit 06dbeaf

21 files changed

+27
-27
lines changed

modules/installation-arm-bootstrap.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ bootstrap machine that you need for your {product-title} cluster:
1919
[source,json]
2020
----
2121
ifndef::ash[]
22-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/04_bootstrap.json[]
22+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/04_bootstrap.json[]
2323
endif::ash[]
2424
ifdef::ash[]
25-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/04_bootstrap.json[]
25+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/04_bootstrap.json[]
2626
endif::ash[]
2727
----
2828
====

modules/installation-arm-control-plane.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ control plane machines that you need for your {product-title} cluster:
1919
[source,json]
2020
----
2121
ifndef::ash[]
22-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/05_masters.json[]
22+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/05_masters.json[]
2323
endif::ash[]
2424
ifdef::ash[]
25-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/05_masters.json[]
25+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/05_masters.json[]
2626
endif::ash[]
2727
----
2828
====

modules/installation-arm-dns.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ cluster:
2020
[source,json]
2121
----
2222
ifndef::ash[]
23-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/03_infra.json[]
23+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/03_infra.json[]
2424
endif::ash[]
2525
ifdef::ash[]
26-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/03_infra.json[]
26+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/03_infra.json[]
2727
endif::ash[]
2828
----
2929
====

modules/installation-arm-image-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ stored {op-system-first} image that you need for your {product-title} cluster:
1919
[source,json]
2020
----
2121
ifndef::ash[]
22-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/02_storage.json[]
22+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/02_storage.json[]
2323
endif::ash[]
2424
ifdef::ash[]
25-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/02_storage.json[]
25+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/02_storage.json[]
2626
endif::ash[]
2727
----
2828
====

modules/installation-arm-vnet.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ VNet that you need for your {product-title} cluster:
1919
[source,json]
2020
----
2121
ifndef::ash[]
22-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/01_vnet.json[]
22+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/01_vnet.json[]
2323
endif::ash[]
2424
ifdef::ash[]
25-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/01_vnet.json[]
25+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/01_vnet.json[]
2626
endif::ash[]
2727
----
2828
====

modules/installation-arm-worker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ worker machines that you need for your {product-title} cluster:
1919
[source,json]
2020
----
2121
ifndef::ash[]
22-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azure/06_workers.json[]
22+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azure/06_workers.json[]
2323
endif::ash[]
2424
ifdef::ash[]
25-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/azurestack/06_workers.json[]
25+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/azurestack/06_workers.json[]
2626
endif::ash[]
2727
----
2828
====

modules/installation-cloudformation-bootstrap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ You can use the following CloudFormation template to deploy the bootstrap machin
1313
====
1414
[source,yaml]
1515
----
16-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/aws/cloudformation/04_cluster_bootstrap.yaml[]
16+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/aws/cloudformation/04_cluster_bootstrap.yaml[]
1717
----
1818
====

modules/installation-cloudformation-control-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ machines that you need for your {product-title} cluster.
1414
====
1515
[source,yaml]
1616
----
17-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/aws/cloudformation/05_cluster_master_nodes.yaml[]
17+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/aws/cloudformation/05_cluster_master_nodes.yaml[]
1818
----
1919
====

modules/installation-cloudformation-dns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ objects and load balancers that you need for your {product-title} cluster.
1414
====
1515
[source,yaml]
1616
----
17-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/aws/cloudformation/02_cluster_infra.yaml[]
17+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/aws/cloudformation/02_cluster_infra.yaml[]
1818
----
1919
====
2020

modules/installation-cloudformation-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ that you need for your {product-title} cluster.
1414
====
1515
[source,yaml]
1616
----
17-
include::https://raw.githubusercontent.com/openshift/installer/release-4.13/upi/aws/cloudformation/03_cluster_security.yaml[]
17+
include::https://raw.githubusercontent.com/openshift/installer/release-4.14/upi/aws/cloudformation/03_cluster_security.yaml[]
1818
----
1919
====

0 commit comments

Comments
 (0)