Skip to content

Commit 69e7d68

Browse files
authored
Fix incorrect example versions (#5300)
* fix incorrect example versions
1 parent 6d1f4ef commit 69e7d68

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/content/includes/installation/create-custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This single YAML file creates CRDs for the following resources:
2323
- [GlobalConfiguration]({{< relref "configuration/global-configuration/globalconfiguration-resource.md" >}})
2424

2525
```shell
26-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.2/deploy/crds.yaml
26+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.4.3/deploy/crds.yaml
2727
```
2828

2929
{{%/tab%}}

docs/content/installation/integrations/app-protect-dos/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This single YAML file creates CRDs for the following resources:
135135
- `DosProtectedResource`
136136

137137
```shell
138-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.2/deploy/crds-nap-dos.yaml
138+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.4.3/deploy/crds-nap-dos.yaml
139139
```
140140

141141
{{%/tab%}}

docs/content/installation/integrations/app-protect-waf/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This single YAML file creates CRDs for the following resources:
139139
- `APUserSig`
140140
141141
```shell
142-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.3.2/deploy/crds-nap-waf.yaml
142+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.4.3/deploy/crds-nap-waf.yaml
143143
```
144144
145145
{{%/tab%}}

docs/content/tutorials/virtual-server-with-custom-listener-ports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ kubectl apply -f nginx-configuration.yaml
113113
{{</tabs>}}
114114

115115
## Deploying VirtualServer with custom listeners
116-
Deploy the [custom listeners](https://github.com/nginxinc/kubernetes-ingress/tree/v3.3.2/examples/custom-resources/custom-listeners) resources from the repository examples. It includes all required resources, including VirtualServer.
116+
Deploy the [custom listeners](https://github.com/nginxinc/kubernetes-ingress/tree/v3.4.3/examples/custom-resources/custom-listeners) resources from the repository examples. It includes all required resources, including VirtualServer.
117117

118118
Below is a snippet of the VirtualServer resource that will be deployed:
119119

examples/custom-resources/service-insight/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
securityContext:
3333
...
3434
containers:
35-
- image: nginx-plus-ingress:3.3.2
35+
- image: nginx-plus-ingress:3.4.3
3636
imagePullPolicy: IfNotPresent
3737
name: nginx-plus-ingress
3838
ports:
@@ -321,7 +321,7 @@ spec:
321321
securityContext:
322322
...
323323
containers:
324-
- image: nginx-plus-ingress:3.3.2
324+
- image: nginx-plus-ingress:3.4.3
325325
imagePullPolicy: IfNotPresent
326326
name: nginx-plus-ingress
327327
ports:

0 commit comments

Comments
 (0)