Skip to content

Commit dd8461f

Browse files
adding ipam latest
1 parent 4b83e10 commit dd8461f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configure/ipam-for-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Perform the following steps to deploy the Netscaler ingress controller with the
119119
serviceAccountName: citrix-ipam-controller
120120
containers:
121121
- name: citrix-ipam-controller
122-
image: quay.io/netscaler/netscaler-ipam-controller:2.0.1
122+
image: quay.io/netscaler/netscaler-ipam-controller:2.1.2
123123
env:
124124
# This IPAM controller takes envirnment variable VIP_RANGE. IPs in this range are used to assign values for IP range
125125
- name: "VIP_RANGE"

example/ipam-controller/citrix-ipam-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
spec:
5656
serviceAccountName: citrix-ipam-controller
5757
containers:
58-
- image: quay.io/netscaler/netscaler-ipam-controller:2.0.1
58+
- image: quay.io/netscaler/netscaler-ipam-controller:2.1.2
5959
imagePullPolicy: IfNotPresent
6060
name: citrix-ipam-controller
6161
env:

0 commit comments

Comments
 (0)