Skip to content

Commit 1d7523a

Browse files
authored
Merge pull request #506 from raviganapatp/master
release version 1.21.9
2 parents 0e9f466 + 7b70c67 commit 1d7523a

55 files changed

Lines changed: 278 additions & 49 deletions

Some content is hidden

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

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-
- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.19.6`.
43+
- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.21.9`.
4444
- Citrix ADC CPX version: `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27`.
4545
- Citrix ADC Metrics Exporter version: `quay.io/citrix/netscaler-metrics-exporter:1.4.0`.
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/citrix/citrix-k8s-ingress-controller:1.19.6"
11+
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.21.9"
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/citrix/citrix-k8s-ingress-controller:1.19.6
59+
image: quay.io/citrix/citrix-k8s-ingress-controller:1.21.9
6060
imagePullPolicy: Always
6161
name: cic-k8s-ingress-controller
6262
- args:

canary/manifest/rbac.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ rules:
3333
- apiGroups: ["citrix.com"]
3434
resources: ["ratelimits"]
3535
verbs: ["get", "list", "watch"]
36+
- apiGroups: ["config.openshift.io"]
37+
resources: ["networks"]
38+
verbs: ["get", "list"]
39+
- apiGroups: ["network.openshift.io"]
40+
resources: ["hostsubnets"]
41+
verbs: ["get", "list", "watch"]
42+
- apiGroups: ["crd.projectcalico.org"]
43+
resources: ["ipamblocks"]
44+
verbs: ["get", "list", "watch"]
3645
---
3746
kind: ClusterRoleBinding
3847
apiVersion: rbac.authorization.k8s.io/v1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The following table lists the mandatory and optional parameters that you can con
290290
| Parameters | Mandatory or Optional | Default value | Description |
291291
| --------- | --------------------- | ------------- | ----------- |
292292
| license.accept | Mandatory | no | Set `yes` to accept the CIC end user license agreement. |
293-
| image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.19.6` | The CIC image. |
293+
| image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.21.9` | The CIC image. |
294294
| pullPolicy | Mandatory | IfNotPresent | The CIC image pull policy. |
295295
| adcCredentialSecret | Mandatory | N/A | The secret key to log on to the Citrix ADC VPX or MPX. For information on how to create the secret keys, see [Prerequisites](#prerequistes). |
296296
| nsIP | Mandatory | N/A | The IP address of the Citrix ADC device. For details, see [Prerequisites](#prerequistes). |

cd/canary-azure-devops/kubernetes_configs/cic_helm/templates/rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ rules:
5252
- apiGroups: ["network.openshift.io"]
5353
resources: ["hostsubnets"]
5454
verbs: ["get", "list", "watch"]
55+
- apiGroups: ["config.openshift.io"]
56+
resources: ["networks"]
57+
verbs: ["get", "list"]
5558
{{- end }}
5659

5760
---

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
# Citrix Ingress Controller config details
6-
image: quay.io/citrix/citrix-k8s-ingress-controller:1.19.6
6+
image: quay.io/citrix/citrix-k8s-ingress-controller:1.21.9
77
pullPolicy: IfNotPresent
88
openshift: false
99
adcCredentialSecret:

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ rules:
3838
- apiGroups: ["route.openshift.io"]
3939
resources: ["routes"]
4040
verbs: ["get", "list", "watch"]
41+
- apiGroups: ["config.openshift.io"]
42+
resources: ["networks"]
43+
verbs: ["get", "list"]
44+
- apiGroups: ["network.openshift.io"]
45+
resources: ["hostsubnets"]
46+
verbs: ["get", "list", "watch"]
4147
- apiGroups: ["crd.projectcalico.org"]
4248
resources: ["ipamblocks"]
4349
verbs: ["get", "list", "watch"]
@@ -85,7 +91,7 @@ spec:
8591
serviceAccountName: cic-k8s-role
8692
containers:
8793
- name: cic-k8s-ingress-controller
88-
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.19.6"
94+
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.21.9"
8995
env:
9096
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9197
- name: "NS_IP"

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ rules:
3939
- apiGroups: ["route.openshift.io"]
4040
resources: ["routes"]
4141
verbs: ["get", "list", "watch"]
42+
- apiGroups: ["config.openshift.io"]
43+
resources: ["networks"]
44+
verbs: ["get", "list"]
45+
- apiGroups: ["network.openshift.io"]
46+
resources: ["hostsubnets"]
47+
verbs: ["get", "list", "watch"]
4248
- apiGroups: ["crd.projectcalico.org"]
4349
resources: ["ipamblocks"]
4450
verbs: ["get", "list", "watch"]
@@ -122,7 +128,7 @@ spec:
122128
name: cpx-volume
123129
# Add cic as a sidecar
124130
- name: cic
125-
image: quay.io/citrix/citrix-k8s-ingress-controller:1.19.6
131+
image: quay.io/citrix/citrix-k8s-ingress-controller:1.21.9
126132
volumeMounts:
127133
- mountPath: /var/deviceinfo
128134
name: shared-data

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ rules:
3838
- apiGroups: ["route.openshift.io"]
3939
resources: ["routes"]
4040
verbs: ["get", "list", "watch"]
41+
- apiGroups: ["config.openshift.io"]
42+
resources: ["networks"]
43+
verbs: ["get", "list"]
44+
- apiGroups: ["network.openshift.io"]
45+
resources: ["hostsubnets"]
46+
verbs: ["get", "list", "watch"]
4147
- apiGroups: ["crd.projectcalico.org"]
4248
resources: ["ipamblocks"]
4349
verbs: ["get", "list", "watch"]
@@ -85,7 +91,7 @@ spec:
8591
serviceAccountName: cic-k8s-role
8692
containers:
8793
- name: cic-k8s-ingress-controller
88-
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.19.6"
94+
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.21.9"
8995
env:
9096
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
9197
- name: "NS_IP"

0 commit comments

Comments
 (0)