Skip to content

Commit 6bad625

Browse files
authored
Nsic 2.1.4 (#195)
* Releasing NSIC and GSLB controller v2.1.4 Signed-off-by: Subash Dangol <[email protected]>
1 parent 52da2eb commit 6bad625

File tree

43 files changed

+95
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+95
-61
lines changed

citrix-cloud-native/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v2
22
appVersion: "1.0.0"
33
description: A Helm chart for deploying all NetScaler Cloud Native products
44
name: citrix-cloud-native
5+
deprecated: true
56
version: 1.0.0
67
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
78
home: https://www.cloud.com
@@ -14,15 +15,15 @@ maintainers:
1415
1516
dependencies:
1617
- name: citrix-ingress-controller
17-
version: "2.0.6"
18+
version: "2.1.4"
1819
condition: cic.enabled
1920
alias: cic
2021
- name: citrix-cpx-with-ingress-controller
21-
version: "2.0.6"
22+
version: "2.1.4"
2223
condition: cpx.enabled
2324
alias: cpx
2425
- name: citrix-gslb-controller
25-
version: "2.0.6"
26+
version: "2.1.4"
2627
condition: gslb.enabled
2728
alias: gslb
2829
- name: citrix-node-controller

citrix-cloud-native/charts/citrix-cpx-with-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler CPX with NetScaler ingress Controller running as sidecar.
55
name: citrix-cpx-with-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
77
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
88
home: https://www.cloud.com
99
sources:

citrix-cloud-native/charts/citrix-cpx-with-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ The following table lists the configurable parameters of the NetScaler CPX with
620620
| cpx.daemonSet | Optional | False | Set this to true if NetScaler CPX needs to be deployed as DaemonSet. |
621621
| cpx.cic.imageRegistry | Mandatory | `quay.io` | The NetScaler ingress controller image registry |
622622
| cpx.cic.imageRepository | Mandatory | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
623-
| cpx.cic.imageTag | Mandatory | `2.0.6` | The NetScaler ingress controller image tag |
623+
| cpx.cic.imageTag | Mandatory | `2.1.4` | The NetScaler ingress controller image tag |
624624
| cpx.cic.pullPolicy | Mandatory | IfNotPresent | The NetScaler ingress controller image pull policy. |
625625
| cpx.cic.required | Mandatory | true | NSIC to be run as sidecar with NetScaler CPX |
626626
| cpx.cic.enableLivenessProbe | Optional | True | Enable livenessProbe settings for Citrix Ingress Controller |

citrix-cloud-native/charts/citrix-cpx-with-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ servicePorts: []
8484
cic:
8585
imageRegistry: quay.io
8686
imageRepository: citrix/citrix-k8s-ingress-controller
87-
imageTag: 2.0.6
87+
imageTag: 2.1.4
8888
image: "{{ .Values.cic.imageRegistry }}/{{ .Values.cic.imageRepository }}:{{ .Values.cic.imageTag }}"
8989
pullPolicy: IfNotPresent
9090
required: true

citrix-cloud-native/charts/citrix-gslb-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
description: A Helm chart for NetScaler GSLB Controller configuring MPX/VPX.
44
name: citrix-gslb-controller
5-
version: 2.0.6
5+
version: 2.1.4
66
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
77
home: https://www.cloud.com
88
maintainers:

citrix-cloud-native/charts/citrix-gslb-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The following table lists the mandatory and optional parameters that you can con
199199
| gslb.license.accept | Mandatory | no | Set `yes` to accept the NSIC end user license agreement. |
200200
| gslb.imageRegistry | Optional | `quay.io` | The NetScaler ingress controller image registry |
201201
| gslb.imageRepository | Optional | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
202-
| gslb.imageTag | Optional | `2.0.6` | The NetScaler ingress controller image tag |
202+
| gslb.imageTag | Optional | `2.1.4` | The NetScaler ingress controller image tag |
203203
| gslb.pullPolicy | Optional | Always | The NSIC image pull policy. |
204204
| gslb.imagePullSecrets | Optional | N/A | Provide list of Kubernetes secrets to be used for pulling the images from a private Docker registry or repository. For more information on how to create this secret please see [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). |
205205
| gslb.adcCredentialSecret | Optional | N/A | The kubernetes secret containing login credentials for the NetScaler VPX or MPX. For information on how to create the secret keys, see [Prerequisites](#prerequistes). |

citrix-cloud-native/charts/citrix-gslb-controller/crds/crds.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,21 @@ spec:
210210
- http
211211
- https
212212
description: "Type of probe to determine the health of GSLB endpoint"
213-
customHeader:
214-
type: string
215-
description: "Custom header for monitoring"
216213
uri:
217214
type: string
218215
description: "Path to be probed for the health of GSLB endpoint in case of http and https"
216+
destinationPort:
217+
type: integer
218+
minimum: 0
219+
maximum: 65535
220+
description: "Destination port for monitoring"
221+
sni:
222+
type: boolean
223+
commonName:
224+
type: string
225+
customHeader:
226+
type: string
227+
description: "Custom header for monitoring"
219228
respCode:
220229
x-kubernetes-int-or-string: true
221230
anyOf:

citrix-cloud-native/charts/citrix-gslb-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# image contains information needed to fetch NSIC image
66
imageRegistry: quay.io
77
imageRepository: citrix/citrix-k8s-ingress-controller
8-
imageTag: 2.0.6
8+
imageTag: 2.1.4
99
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
1010
pullPolicy: IfNotPresent
1111
imagePullSecrets: []

citrix-cloud-native/charts/citrix-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler Ingress Controller configuring MPX/VPX.
55
name: citrix-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
77
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
88
home: https://www.cloud.com
99
sources:

citrix-cloud-native/charts/citrix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The following table lists the mandatory and optional parameters that you can con
352352
| cic.license.accept | Mandatory | no | Set `yes` to accept the NSIC end user license agreement. |
353353
| cic.imageRegistry | Mandatory | `quay.io` | The NetScaler ingress controller image registry |
354354
| cic.imageRepository | Mandatory | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
355-
| cic.imageTag | Mandatory | `2.0.6 | The NetScaler ingress controller image tag |
355+
| cic.imageTag | Mandatory | `2.1.4 | The NetScaler ingress controller image tag |
356356
| cic.pullPolicy | Mandatory | IfNotPresent | The NSIC image pull policy. |
357357
| cic.imagePullSecrets | Optional | N/A | Provide list of Kubernetes secrets to be used for pulling the images from a private Docker registry or repository. For more information on how to create this secret please see [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). |
358358
| cic.nameOverride | Optional | N/A | String to partially override deployment fullname template with a string (will prepend the release name) |

citrix-cloud-native/charts/citrix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# NetScaler Ingress Controller config details
66
imageRegistry: quay.io
77
imageRepository: citrix/citrix-k8s-ingress-controller
8-
imageTag: 2.0.6
8+
imageTag: 2.1.4
99
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
1010
pullPolicy: IfNotPresent
1111
imagePullSecrets: []

citrix-cpx-with-ingress-controller/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler CPX with NetScaler ingress Controller running as sidecar.
55
name: citrix-cpx-with-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
7+
deprecated: true
78
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
89
home: https://www.cloud.com
910
sources:

citrix-cpx-with-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ The following table lists the configurable parameters of the NetScaler CPX with
614614
| daemonSet | Optional | False | Set this to true if NetScaler CPX needs to be deployed as DaemonSet. |
615615
| cic.imageRegistry | Mandatory | `quay.io` | The NetScaler ingress controller image registry |
616616
| cic.imageRepository | Mandatory | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
617-
| cic.imageTag | Mandatory | `2.0.6` | The NetScaler ingress controller image tag |
617+
| cic.imageTag | Mandatory | `2.1.4` | The NetScaler ingress controller image tag |
618618
| cic.pullPolicy | Mandatory | IfNotPresent | The NetScaler ingress controller image pull policy. |
619619
| cic.required | Mandatory | true | NSIC to be run as sidecar with NetScaler CPX |
620620
| cic.enableLivenessProbe | Optional | True | Enable livenessProbe settings for Citrix Ingress Controller |

citrix-cpx-with-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ servicePorts: []
8484
cic:
8585
imageRegistry: quay.io
8686
imageRepository: citrix/citrix-k8s-ingress-controller
87-
imageTag: 2.0.6
87+
imageTag: 2.1.4
8888
image: "{{ .Values.cic.imageRegistry }}/{{ .Values.cic.imageRepository }}:{{ .Values.cic.imageTag }}"
8989
pullPolicy: IfNotPresent
9090
required: true

citrix-gslb-controller/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
apiVersion: v1
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
description: A Helm chart for NetScaler GSLB Controller configuring MPX/VPX.
44
name: citrix-gslb-controller
5-
version: 2.0.6
5+
version: 2.1.4
6+
deprecated: true
67
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
78
home: https://www.cloud.com
89
maintainers:

citrix-gslb-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following table lists the mandatory and optional parameters that you can con
198198
| license.accept | Mandatory | no | Set `yes` to accept the NSIC end user license agreement. |
199199
| imageRegistry | Optional | `quay.io` | The NetScaler ingress controller image registry |
200200
| imageRepository | Optional | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
201-
| imageTag | Optional | `2.0.6` | The NetScaler ingress controller image tag |
201+
| imageTag | Optional | `2.1.4` | The NetScaler ingress controller image tag |
202202
| pullPolicy | Optional | Always | The NSIC image pull policy. |
203203
| imagePullSecrets | Optional | N/A | Provide list of Kubernetes secrets to be used for pulling the images from a private Docker registry or repository. For more information on how to create this secret please see [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). |
204204
| nsIP | Optional | N/A | The IP address of the NetScaler device. For details, see [Prerequisites](#prerequistes). |

citrix-gslb-controller/crds/crds.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,21 @@ spec:
210210
- http
211211
- https
212212
description: "Type of probe to determine the health of GSLB endpoint"
213-
customHeader:
214-
type: string
215-
description: "Custom header for monitoring"
216213
uri:
217214
type: string
218215
description: "Path to be probed for the health of GSLB endpoint in case of http and https"
216+
destinationPort:
217+
type: integer
218+
minimum: 0
219+
maximum: 65535
220+
description: "Destination port for monitoring"
221+
sni:
222+
type: boolean
223+
commonName:
224+
type: string
225+
customHeader:
226+
type: string
227+
description: "Custom header for monitoring"
219228
respCode:
220229
x-kubernetes-int-or-string: true
221230
anyOf:

citrix-gslb-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# image contains information needed to fetch NSIC image
66
imageRegistry: quay.io
77
imageRepository: citrix/citrix-k8s-ingress-controller
8-
imageTag: 2.0.6
8+
imageTag: 2.1.4
99
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
1010
pullPolicy: IfNotPresent
1111
imagePullSecrets: []

citrix-ingress-controller/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler Ingress Controller configuring MPX/VPX.
55
name: citrix-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
7+
deprecated: true
78
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
89
home: https://www.cloud.com
910
sources:

citrix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ The following table lists the mandatory and optional parameters that you can con
342342
| license.accept | Mandatory | no | Set `yes` to accept the NSIC end user license agreement. |
343343
| imageRegistry | Mandatory | `quay.io` | The NetScaler ingress controller image registry |
344344
| imageRepository | Mandatory | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
345-
| imageTag | Mandatory | `2.0.6` | The NetScaler ingress controller image tag |
345+
| imageTag | Mandatory | `2.1.4` | The NetScaler ingress controller image tag |
346346
| pullPolicy | Mandatory | IfNotPresent | The NSIC image pull policy. |
347347
| imagePullSecrets | Optional | N/A | Provide list of Kubernetes secrets to be used for pulling the images from a private Docker registry or repository. For more information on how to create this secret please see [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). |
348348
| nameOverride | Optional | N/A | String to partially override deployment fullname template with a string (will prepend the release name) |

citrix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# NetScaler Ingress Controller config details
66
imageRegistry: quay.io
77
imageRepository: citrix/citrix-k8s-ingress-controller
8-
imageTag: 2.0.6
8+
imageTag: 2.1.4
99
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
1010
pullPolicy: IfNotPresent
1111
imagePullSecrets: []

citrix-ipam-controller/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: citrix-ipam-controller
33
description: A Helm chart for NetScaler IPAM Controller which automatically allocate an IP address to the service of type LoadBalancer.
44
version: 1.2.0
55
appVersion: "1.2.0"
6+
deprecated: true
67
type: application
78
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
89
home: https://www.cloud.com

citrix-node-controller/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ name: citrix-node-controller
1010
sources:
1111
- https://github.com/netscaler/netscaler-k8s-node-controller
1212
version: 2.2.12
13+
deprecated: true

citrix-observability-exporter/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ appVersion: "1.10.001"
33
description: A Helm chart for NetScaler Observability Exporter
44
name: citrix-observability-exporter
55
version: 1.10.001
6+
deprecated: true
67
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
78
home: https://www.cloud.com
89
sources:

citrix_cloud_native_values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cic:
33

44
imageRegistry: quay.io
55
imageRepository: citrix/citrix-k8s-ingress-controller
6-
imageTag: 2.0.6
6+
imageTag: 2.1.4
77
image: "{{ .Values.cic.imageRegistry }}/{{ .Values.cic.imageRepository }}:{{ .Values.cic.imageTag }}"
88
pullPolicy: IfNotPresent
99
imagePullSecrets: []
@@ -220,7 +220,7 @@ gslb:
220220

221221
imageRegistry: quay.io
222222
imageRepository: citrix/citrix-k8s-ingress-controller
223-
imageTag: 2.0.6
223+
imageTag: 2.1.4
224224
image: "{{ .Values.gslb.imageRegistry }}/{{ .Values.gslb.imageRepository }}:{{ .Values.gslb.imageTag }}"
225225
pullPolicy: IfNotPresent
226226
openshift: false
@@ -326,7 +326,7 @@ cpx:
326326
cic:
327327
imageRegistry: quay.io
328328
imageRepository: citrix/citrix-k8s-ingress-controller
329-
imageTag: 2.0.6
329+
imageTag: 2.1.4
330330
image: "{{ .Values.cpx.cic.imageRegistry }}/{{ .Values.cpx.cic.imageRepository }}:{{ .Values.cpx.cic.imageTag }}"
331331
pullPolicy: IfNotPresent
332332
required: true

examples/Servicemesh_with_GSLB_and_WAF/manifest/gslbcontroller1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nsProtocol: HTTPS
44
entityPrefix: gslb
55
imageRegistry: quay.io
66
imageRepository: citrix/citrix-k8s-ingress-controller
7-
imageTag: 2.0.6
7+
imageTag: 2.1.4
88
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
99
pullPolicy: IfNotPresent
1010
license:

examples/Servicemesh_with_GSLB_and_WAF/manifest/gslbcontroller2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nsProtocol: HTTPS
44
entityPrefix: gslb
55
imageRegistry: quay.io
66
imageRepository: citrix/citrix-k8s-ingress-controller
7-
imageTag: 2.0.6
7+
imageTag: 2.1.4
88
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
99
pullPolicy: IfNotPresent
1010
license:

examples/citrix-cpx-with-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler CPX with NetScaler ingress Controller running as sidecar.
55
name: citrix-cpx-with-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
77
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
88
home: https://www.cloud.com
99
sources:

examples/citrix-cpx-with-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The following table lists the configurable parameters of the NetScaler CPX with
247247
| hostName | Optional | N/A | This entity will be used to set Hostname of the CPX |
248248
| cic.imageRegistry | Mandatory | `quay.io` | The NetScaler ingress controller image registry |
249249
| cic.imageRepository | Mandatory | `citrix/citrix-k8s-ingress-controller` | The NetScaler ingress controller image repository |
250-
| cic.imageTag | Mandatory | `2.0.6 | The NetScaler ingress controller image tag |
250+
| cic.imageTag | Mandatory | `2.1.4 | The NetScaler ingress controller image tag |
251251
| cic.pullPolicy | Mandatory | IfNotPresent | The NetScaler ingress controller image pull policy. |
252252
| cic.required | Mandatory | true | NSIC to be run as sidecar with NetScaler CPX |
253253
| cic.enableLivenessProbe | Optional | True | Enable livenessProbe settings for NSIC |

examples/citrix-cpx-with-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ servicePorts: []
8484
cic:
8585
imageRegistry: quay.io
8686
imageRepository: citrix/citrix-k8s-ingress-controller
87-
imageTag: 2.0.6
87+
imageTag: 2.1.4
8888
image: "{{ .Values.cic.imageRegistry }}/{{ .Values.cic.imageRepository }}:{{ .Values.cic.imageTag }}"
8989
pullPolicy: IfNotPresent
9090
required: true

examples/citrix-ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: "2.0.6"
2+
appVersion: "2.1.4"
33
kubeVersion: ">=v1.16.0-0"
44
description: A Helm chart for NetScaler Ingress Controller configuring MPX/VPX.
55
name: citrix-ingress-controller
6-
version: 2.0.6
6+
version: 2.1.4
77
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
88
home: https://www.cloud.com
99
sources:

0 commit comments

Comments
 (0)