Skip to content

Commit e1205f2

Browse files
committed
version update from 1.18.5 to 1.19.6
1 parent 52b5846 commit e1205f2

3 files changed

Lines changed: 3 additions & 3 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.18.5` </span>
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>
221221
222222
223223
2. Configure reachability to the pod network using one of the following.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: cic-k8s-role
8686
containers:
8787
- name: cic-k8s-ingress-controller
88-
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.18.5"
88+
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.19.6"
8989
env:
9090
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9191
- name: "NS_IP"

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.18.5
109+
image: quay.io/citrix/citrix-k8s-ingress-controller:1.19.6
110110
args:
111111
- --ingress-classes
112112
citrix

0 commit comments

Comments
 (0)