Skip to content

Commit 024c7b7

Browse files
authored
Merge pull request #659 from arijitr-citrix/master
Releasing NSIC "1.41.5"
2 parents d7875e9 + 28b7072 commit 024c7b7

Some content is hidden

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

49 files changed

+76
-76
lines changed

canary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ 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.40.12`.
44-
- Netscaler CPX version: `quay.io/netscaler/netscaler-cpx:14.1-17.38`.
43+
- Netscaler ingress controller build/version: `quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5`.
44+
- 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

4747
### Workflow of a Spinnaker pipeline for Netscaler-Integrated Canary Deployment Solution

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.40.12"
11+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
1212
env:
1313
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
1414
- name: "NS_IP"

canary/manifest/cpx-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- name: EULA
3737
value: "YES"
3838
- name: KUBERNETES_TASK_ID
39-
image: quay.io/netscaler/netscaler-cpx:14.1-17.38
39+
image: quay.io/netscaler/netscaler-cpx:14.1-17.101
4040
imagePullPolicy: Always
4141
name: cpx-ingress
4242
ports:

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

Lines changed: 2 additions & 2 deletions
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.40.12
59+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
6060
imagePullPolicy: Always
6161
name: cic-k8s-ingress-controller
6262
- args:
@@ -65,7 +65,7 @@ spec:
6565
- name: EULA
6666
value: "YES"
6767
- name: KUBERNETES_TASK_ID
68-
image: quay.io/netscaler/netscaler-cpx:14.1-17.38
68+
image: quay.io/netscaler/netscaler-cpx:14.1-17.101
6969
imagePullPolicy: Always
7070
name: cpx-ingress
7171
ports:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ 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.40.12` | The CIC image. |
294+
| image | Mandatory | `quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5` | 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). |

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.40.12
6+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
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.40.12"
94+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
serviceAccountName: cpx
9696
containers:
9797
- name: cpx-ingress
98-
image: quay.io/netscaler/netscaler-cpx:14.1-17.38
98+
image: quay.io/netscaler/netscaler-cpx:14.1-17.101
9999
securityContext:
100100
privileged: true
101101
env:
@@ -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.40.12
133+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
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.40.12"
94+
image: "quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
serviceAccountName: cpx
9696
containers:
9797
- name: cpx-ingress
98-
image: quay.io/netscaler/netscaler-cpx:14.1-17.38
98+
image: quay.io/netscaler/netscaler-cpx:14.1-17.101
9999
securityContext:
100100
privileged: true
101101
env:
@@ -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.40.12
133+
image: quay.io/netscaler/netscaler-k8s-ingress-controller:1.41.5
134134
volumeMounts:
135135
- mountPath: /var/deviceinfo
136136
name: shared-data

0 commit comments

Comments
 (0)