Skip to content

Commit aa2e372

Browse files
committed
cic version update to 1.20.5
1 parent e6b1ef3 commit aa2e372

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

deployment/baremetal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Perform the following steps to deploy the Citrix ingress controller as a stand-a
217217
This command pulls the latest image and brings up the Citrix ingress controller.
218218
219219
220-
The official Citrix ingress controller docker image is available at: <span style="color:red"> `quay.io/citrix/citrix-k8s-ingress-controller:1.19.6` </span>
220+
The official Citrix ingress controller docker image is available at: <span style="color:red"> `quay.io/citrix/citrix-k8s-ingress-controller:1.20.5` </span>
221221
222222
223223
2. Configure reachability to the pod network using one of the following.

deployment/baremetal/citrix-k8s-ingress-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ spec:
8585
serviceAccountName: cic-k8s-role
8686
containers:
8787
- name: cic-k8s-ingress-controller
88-
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.19.6"
88+
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.20.5"
8989
env:
9090
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9191
- name: "NS_IP"
92-
value: "x.x.x.x"
92+
value: "10.106.166.116"
9393
# Set username for Nitro
9494
- name: "NS_USER"
9595
valueFrom:

deployment/baremetal/yaml-cpx-crediential-changes/cpx-cic-previous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
name: cpx-volume2
107107
# Add cic as a sidecar
108108
- name: cic
109-
image: quay.io/citrix/citrix-k8s-ingress-controller:1.19.6
109+
image: quay.io/citrix/citrix-k8s-ingress-controller:1.20.5
110110
args:
111111
- --ingress-classes
112112
citrix

example/guestbook/guestbook-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
annotations:
5-
kubernetes.io/ingress.class: citrix
5+
kubernetes.io/ingress.class: citrix
66
name: guestbook-ingress
77
spec:
88
rules:

0 commit comments

Comments
 (0)