Skip to content

Commit 39e930f

Browse files
authored
Merge pull request #662 from arijitr-citrix/master
Release of NSIC 1.42.12 and IPAM 1.2.0
2 parents 8dd042f + b967363 commit 39e930f

Some content is hidden

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

52 files changed

+61
-61
lines changed

canary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GitHub has many utilities available for integrating with other tools that form p
4040

4141
Following Citrix software versions are required for Citrix-Integrated Canary Deployment Solution:
4242

43-
- Netscaler ingress controller build/version: `quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5`.
43+
- Netscaler ingress controller build/version: `quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12`.
4444
- Netscaler CPX version: `quay.io/netscaler/netscaler-cpx:14.1-17.101`.
4545
- Netscaler Metrics Exporter version: `quay.io/netscaler/netscaler-adc-metrics-exporter:1.4.9`.
4646

canary/manifest/cic-vpx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
serviceAccountName: cpx
99
containers:
1010
- name: cic-k8s-ingress-controller
11-
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
11+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12"
1212
env:
1313
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
1414
- name: "NS_IP"

canary/manifest/cpx-with-cic-sidecar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
fieldRef:
5757
apiVersion: v1
5858
fieldPath: metadata.namespace
59-
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
59+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12
6060
imagePullPolicy: Always
6161
name: cic-k8s-ingress-controller
6262
- args:

cd/canary-azure-devops/kubernetes_configs/cic_helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,15 @@ The following table lists the mandatory and optional parameters that you can con
291291
| Parameters | Mandatory or Optional | Default value | Description |
292292
| --------- | --------------------- | ------------- | ----------- |
293293
| license.accept | Mandatory | no | Set `yes` to accept the CIC end user license agreement. |
294-
| image | Mandatory | `quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5` | The CIC image. |
294+
| image | Mandatory | `quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12` | The CIC image. |
295295
| pullPolicy | Mandatory | IfNotPresent | The CIC image pull policy. |
296296
| adcCredentialSecret | Mandatory | N/A | The secret key to log on to the Netscaler VPX or MPX. For information on how to create the secret keys, see [Prerequisites](#prerequistes). |
297297
| nsIP | Mandatory | N/A | The IP address of the Netscaler device. For details, see [Prerequisites](#prerequistes). |
298298
| nsVIP | Optional | N/A | The Virtual IP address on the Netscaler device. |
299299
| nsSNIPS | Optional | N/A | The list of subnet IPAddresses on the Netscaler device, which will be used to create PBR Routes instead of Static Routes [PBR support](https://github.com/netscaler/netscaler-k8s-ingress-controller/tree/master/docs/how-to/pbr.md) |
300300
| nsPort | Optional | 443 | The port used by CIC to communicate with Netscaler. You can use port 80 for HTTP. |
301301
| nsProtocol | Optional | HTTPS | The protocol used by CIC to communicate with Netscaler. You can also use HTTP on port 80. |
302-
| logLevel | Optional | DEBUG | The loglevel to control the logs generated by CIC. The supported loglevels are: CRITICAL, ERROR, WARNING, INFO, DEBUG and TRACE. For more information, see [Logging](https://github.com/netscaler/netscaler-k8s-ingress-controller/blob/master/docs/configure/log-levels.md).|
302+
| logLevel | Optional | INFO | The loglevel to control the logs generated by CIC. The supported loglevels are: CRITICAL, ERROR, WARNING, INFO, DEBUG, NONE and TRACE. For more information, see [Logging](https://github.com/netscaler/netscaler-k8s-ingress-controller/blob/master/docs/configure/log-levels.md).|
303303
| kubernetesURL | Optional | N/A | The kube-apiserver url that CIC uses to register the events. If the value is not specified, CIC uses the [internal kube-apiserver IP address](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod). |
304304
| clusterName | Optional | N/A | The unique identifier of the kubernetes cluster on which the CIC is deployed. Used in gslb deployments. |
305305
| ingressClass | Optional | N/A | If multiple ingress load balancers are used to load balance different ingress resources. You can use this parameter to specify CIC to configure Netscaler associated with specific ingress class. For more information on Ingress class, see [Ingress class support](https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/configure/ingress-classes/). For Kubernetes version >= 1.19, this will create an IngressClass object with the name specified here |

cd/canary-azure-devops/kubernetes_configs/cic_helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
# Netscaler ingress controller config details
6-
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
6+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12
77
pullPolicy: IfNotPresent
88
openshift: false
99
adcCredentialSecret:

deployment/anthos/manifest/dual-tiered-ingress/cic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
serviceAccountName: cic-k8s-role
9292
containers:
9393
- name: cic-k8s-ingress-controller
94-
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
94+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12"
9595
env:
9696
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9797
- name: "NS_IP"

deployment/anthos/manifest/dual-tiered-ingress/cpx-cic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
name: cpx-volume-conf
131131
# Add cic as a sidecar
132132
- name: cic
133-
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
133+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12
134134
volumeMounts:
135135
- mountPath: /var/deviceinfo
136136
name: shared-data

deployment/anthos/manifest/service-type-lb/cic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
serviceAccountName: cic-k8s-role
9292
containers:
9393
- name: cic-k8s-ingress-controller
94-
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
94+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12"
9595
env:
9696
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9797
- name: "NS_IP"

deployment/anthos/manifest/service-type-lb/cpx-cic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
name: cpx-volume-conf
131131
# Add cic as a sidecar
132132
- name: cic
133-
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
133+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12
134134
volumeMounts:
135135
- mountPath: /var/deviceinfo
136136
name: shared-data

deployment/aws/manifest/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
name: cpx-volume-conf
165165
# Add cic as a sidecar
166166
- name: cic
167-
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
167+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.42.12
168168
volumeMounts:
169169
- mountPath: /var/deviceinfo
170170
name: shared-data

0 commit comments

Comments
 (0)