Skip to content

Commit c34bc90

Browse files
Merge pull request #105 from citrix/CPXVersionUpdate
Updating CPX version
2 parents b244780 + d256e5d commit c34bc90

File tree

19 files changed

+27
-27
lines changed

19 files changed

+27
-27
lines changed

citrix-adc-istio-egress-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The following table lists the configurable parameters in the Helm chart and thei
327327
`egressGateway.netscalerUrl` | URL or IP address of the Citrix ADC which Istio-adaptor configures (Mandatory if citrixCPX=false)| null |Mandatory for Citrix ADC MPX or VPX|
328328
| `egressGateway.vserverIP` | Virtual server IP address on Citrix ADC (Mandatory if citrixCPX=false) | null | Mandatory for Citrix ADC MPX or VPX|
329329
| `egressGateway.adcServerName ` | Citrix ADC ServerName used in the Citrix ADC certificate | null | Optional |
330-
| `egressGateway.image` | Image of Citrix ADC CPX designated to run as egress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 | Mandatory for Citrix ADC CPX |
330+
| `egressGateway.image` | Image of Citrix ADC CPX designated to run as egress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 | Mandatory for Citrix ADC CPX |
331331
| `egressGateway.imagePullPolicy` | Image pull policy | IfNotPresent | Optional|
332332
| `egressGateway.mgmtHttpPort` | Management port of the Citrix ADC CPX | 9080 | Optional|
333333
| `egressGateway.mgmtHttpsPort` | Secure management port of Citrix ADC CPX | 9443 | Optional|

citrix-adc-istio-egress-gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ certProvider:
4343

4444
egressGateway:
4545
netscalerUrl: null
46-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
46+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
4747
imagePullPolicy: IfNotPresent
4848
EULA: false
4949
mgmtHttpPort: 10080

citrix-adc-istio-ingress-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ The following table lists the configurable parameters in the Helm chart and thei
441441
| `ingressGateway.netscalerUrl` | URL or IP address of the Citrix ADC which Istio-adaptor configures (Mandatory if citrixCPX=false)| null |Mandatory for Citrix ADC MPX or VPX|
442442
| `ingressGateway.vserverIP` | Virtual server IP address on Citrix ADC (Mandatory if citrixCPX=false) | null | Mandatory for Citrix ADC MPX or VPX|
443443
| `ingressGateway.adcServerName ` | Citrix ADC ServerName used in the Citrix ADC certificate | null | Optional |
444-
| `ingressGateway.image` | Image of Citrix ADC CPX designated to run as Ingress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 | Mandatory for Citrix ADC CPX |
444+
| `ingressGateway.image` | Image of Citrix ADC CPX designated to run as Ingress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 | Mandatory for Citrix ADC CPX |
445445
| `ingressGateway.imagePullPolicy` | Image pull policy | IfNotPresent | Optional|
446446
| `ingressGateway.EULA` | End User License Agreement(EULA) terms and conditions. If yes, then user agrees to EULA terms and conditions. | NO | Mandatory for Citrix ADC CPX
447447
| `ingressGateway.mgmtHttpPort` | Management port of the Citrix ADC CPX | 9080 | Optional|

citrix-adc-istio-ingress-gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ certProvider:
4141

4242
ingressGateway:
4343
netscalerUrl: null
44-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
44+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
4545
imagePullPolicy: IfNotPresent
4646
EULA: NO
4747
mgmtHttpPort: 10080

citrix-cloud-native/charts/citrix-adc-istio-egress-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ The following table lists the configurable parameters in the Helm chart and thei
324324
| `iaEgress.egressGateway.netscalerUrl` | URL or IP address of the Citrix ADC which Istio-adaptor configures (Mandatory if citrixCPX=false)| null |Mandatory for Citrix ADC MPX or VPX|
325325
| `iaEgress.egressGateway.vserverIP` | Virtual server IP address on Citrix ADC (Mandatory if citrixCPX=false) | null | Mandatory for Citrix ADC MPX or VPX|
326326
| `iaEgress.egressGateway.adcServerName ` | Citrix ADC ServerName used in the Citrix ADC certificate | NIL | Optional |
327-
| `iaEgress.egressGateway.image` | Image of Citrix ADC CPX designated to run as egress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 | Mandatory for Citrix ADC CPX |
327+
| `iaEgress.egressGateway.image` | Image of Citrix ADC CPX designated to run as egress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 | Mandatory for Citrix ADC CPX |
328328
| `iaEgress.egressGateway.imagePullPolicy` | Image pull policy | IfNotPresent | Optional|
329329
| `iaEgress.egressGateway.EULA` | End User License Agreement(EULA) terms and conditions. If yes, then user agrees to EULA terms and conditions. | false | Mandatory for Citrix ADC CPX
330330
| `iaEgress.egressGateway.mgmtHttpPort` | Management port of the Citrix ADC CPX | 9080 | Optional|

citrix-cloud-native/charts/citrix-adc-istio-egress-gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ certProvider:
4343

4444
egressGateway:
4545
netscalerUrl: null
46-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
46+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
4747
imagePullPolicy: IfNotPresent
4848
EULA: false
4949
mgmtHttpPort: 10080

citrix-cloud-native/charts/citrix-adc-istio-ingress-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ The following table lists the configurable parameters in the Helm chart and thei
450450
| `iaIngress.ingressGateway.netscalerUrl` | URL or IP address of the Citrix ADC which Istio-adaptor configures (Mandatory if citrixCPX=false)| null |Mandatory for Citrix ADC MPX or VPX|
451451
| `iaIngress.ingressGateway.vserverIP` | Virtual server IP address on Citrix ADC (Mandatory if citrixCPX=false) | null | Mandatory for Citrix ADC MPX or VPX|
452452
| `iaIngress.ingressGateway.adcServerName ` | Citrix ADC ServerName used in the Citrix ADC certificate | NIL | Optional |
453-
| `iaIngress.ingressGateway.image` | Image of Citrix ADC CPX designated to run as Ingress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 | Mandatory for Citrix ADC CPX |
453+
| `iaIngress.ingressGateway.image` | Image of Citrix ADC CPX designated to run as Ingress Gateway |quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 | Mandatory for Citrix ADC CPX |
454454
| `iaIngress.ingressGateway.imagePullPolicy` | Image pull policy | IfNotPresent | Optional|
455455
| `iaIngress.ingressGateway.EULA` | End User License Agreement(EULA) terms and conditions. If yes, then user agrees to EULA terms and conditions. | NO | Mandatory for Citrix ADC CPX
456456
| `iaIngress.ingressGateway.mgmtHttpPort` | Management port of the Citrix ADC CPX | 9080 | Optional|

citrix-cloud-native/charts/citrix-adc-istio-ingress-gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ certProvider:
4141

4242
ingressGateway:
4343
netscalerUrl: null
44-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
44+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
4545
imagePullPolicy: IfNotPresent
4646
EULA: NO
4747
mgmtHttpPort: 10080

citrix-cloud-native/charts/citrix-cpx-istio-sidecar-injector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ The following table lists the configurable parameters and their default values i
259259
| `iaSidecar.istioPilot.proxyType` | Type of Citrix ADC associated with the xDS-adaptor. Possible values are: sidecar and router. | sidecar|
260260
| `iaSidecar.istioPilot.SAN` | Subject alternative name for Istio Pilot which is the Secure Production Identity Framework For Everyone (SPIFFE) ID of Istio Pilot. | null |
261261
| `iaSidecar.cpxProxy.netscalerUrl` | URL or IP address of the Citrix ADC which will be configured by xDS-adaptor. | http://127.0.0.1 |
262-
| `iaSidecar.cpxProxy.image` | Citrix ADC CPX image used as sidecar proxy | quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 |
262+
| `iaSidecar.cpxProxy.image` | Citrix ADC CPX image used as sidecar proxy | quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 |
263263
| `iaSidecar.cpxProxy.imagePullPolicy` | Image pull policy for Citrix ADC | IfNotPresent |
264264
| `iaSidecar.cpxProxy.EULA` | End User License Agreement(EULA) terms and conditions. If yes, then user agrees to EULA terms and conditions. | NO |
265265
| `iaSidecar.cpxProxy.cpxSidecarMode` | Environment variable for Citrix ADC CPX. It indicates that Citrix ADC CPX is running as sidecar mode or not. | YES |
266266
| `iaSidecar.cpxProxy.cpxDisableProbe` | Environment variable for Citrix ADC CPX. It indicates that Citrix ADC CPX will disable probing dynamic services. It should be enabled for multicluster setup. Possible values: YES/NO. | YES |
267-
| `iaSidecar.sidecarWebHook.webhookImage` | Mutating webhook associated with the sidecar injector. It invokes a service `cpx-sidecar-injector` to inject sidecar proxies in the application pod. | quay.io/citrix/cpx-istio-sidecar-injector:1.0.0 |
267+
| `iaSidecar.sidecarWebHook.webhookImage` | Mutating webhook associated with the sidecar injector. It invokes a service `cpx-sidecar-injector` to inject sidecar proxies in the application pod. | quay.io/citrix/cpx-istio-sidecar-injector:1.1.0 |
268268
| `iaSidecar.sidecarWebHook.imagePullPolicy` | Image pull policy |IfNotPresent|
269269
| `iaSidecar.sidecarCertsGenerator.image` | Certificate genrator image associated with sidecar injector. This image generates certificate and key needed for CPX sidecar injection. | quay.io/citrix/cpx-sidecar-injector-certgen:1.1.0 |
270270
| `iaSidecar.sidecarCertsGenerator.imagePullPolicy` | Image pull policy |IfNotPresent|

citrix-cloud-native/charts/citrix-cpx-istio-sidecar-injector/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ certProvider:
3131

3232
cpxProxy:
3333
netscalerUrl: "http://127.0.0.1"
34-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
34+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
3535
imagePullPolicy: IfNotPresent
3636
EULA: NO
3737
cpxSidecarMode: YES
@@ -41,7 +41,7 @@ cpxProxy:
4141
#licenseServerIP: this value is taken from ADMSettings.ADMIP
4242

4343
sidecarWebHook:
44-
webhookImage: quay.io/citrix/cpx-istio-sidecar-injector:1.0.0
44+
webhookImage: quay.io/citrix/cpx-istio-sidecar-injector:1.1.0
4545
imagePullPolicy: IfNotPresent
4646

4747
sidecarCertsGenerator:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The following table lists the configurable parameters of the Citrix ADC CPX with
440440
| ---------- | --------------------- | ------------- | ----------- |
441441
| cpx.enabled | Mandatory | False | Set to "True" for deploying Citrix ADC CPX with Citrix Ingress Controller running as sidecar. |
442442
| cpx.license.accept | Mandatory | no | Set `yes` to accept the Citrix ingress controller end user license agreement. |
443-
| cpx.image | Mandatory | `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64` | The Citrix ADC CPX image. |
443+
| cpx.image | Mandatory | `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27` | The Citrix ADC CPX image. |
444444
| cpx.pullPolicy | Mandatory | IfNotPresent | The Citrix ADC CPX image pull policy. |
445445
| cpx.cic.image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.19.6` | The Citrix ingress controller image. |
446446
| cpx.cic.pullPolicy | Mandatory | IfNotPresent | The Citrix ingress controller image pull policy. |

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

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

55
# Citrix ADC CPX config details
6-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
6+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
77
pullPolicy: IfNotPresent
88
imagePullSecrets: []
99

citrix-cpx-istio-sidecar-injector/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ The following table lists the configurable parameters and their default values i
259259
| `istioPilot.proxyType` | Type of Citrix ADC associated with the xDS-adaptor. Possible values are: sidecar and router. | sidecar|
260260
| `istioPilot.SAN` | Subject alternative name for Istio Pilot which is the Secure Production Identity Framework For Everyone (SPIFFE) ID of Istio Pilot. | NIL |
261261
| `cpxProxy.netscalerUrl` | URL or IP address of the Citrix ADC which will be configured by Istio-adaptor. | http://127.0.0.1 |
262-
| `cpxProxy.image` | Citrix ADC CPX image used as sidecar proxy | quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 |
262+
| `cpxProxy.image` | Citrix ADC CPX image used as sidecar proxy | quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 |
263263
| `cpxProxy.imagePullPolicy` | Image pull policy for Citrix ADC | IfNotPresent |
264264
| `cpxProxy.EULA` | End User License Agreement(EULA) terms and conditions. If yes, then user agrees to EULA terms and conditions. | NO |
265265
| `cpxProxy.cpxSidecarMode` | Environment variable for Citrix ADC CPX. It indicates that Citrix ADC CPX is running as sidecar mode or not. | YES |
266266
| `cpxProxy.cpxDisableProbe` | Environment variable for Citrix ADC CPX. It indicates that Citrix ADC CPX will disable probing dynamic services. It should be enabled for multicluster setup. | YES |
267-
| `sidecarWebHook.webhookImage` | Mutating webhook associated with the sidecar injector. It invokes a service `cpx-sidecar-injector` to inject sidecar proxies in the application pod. | quay.io/citrix/cpx-istio-sidecar-injector:1.0.0 |
267+
| `sidecarWebHook.webhookImage` | Mutating webhook associated with the sidecar injector. It invokes a service `cpx-sidecar-injector` to inject sidecar proxies in the application pod. | quay.io/citrix/cpx-istio-sidecar-injector:1.1.0 |
268268
| `sidecarWebHook.imagePullPolicy` | Image pull policy |IfNotPresent|
269269
| `sidecarCertsGenerator.image` | Certificate genrator image associated with sidecar injector. This image generates certificate and key needed for CPX sidecar injection. | quay.io/citrix/cpx-sidecar-injector-certgen:1.1.0 |
270270
| `sidecarCertsGenerator.imagePullPolicy` | Image pull policy |IfNotPresent|

citrix-cpx-istio-sidecar-injector/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ certProvider:
3131

3232
cpxProxy:
3333
netscalerUrl: "http://127.0.0.1"
34-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
34+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
3535
imagePullPolicy: IfNotPresent
3636
EULA: NO
3737
cpxSidecarMode: YES
@@ -41,7 +41,7 @@ cpxProxy:
4141
#licenseServerIP: this value is taken from ADMSettings.ADMIP
4242

4343
sidecarWebHook:
44-
webhookImage: quay.io/citrix/cpx-istio-sidecar-injector:1.0.0
44+
webhookImage: quay.io/citrix/cpx-istio-sidecar-injector:1.1.0
4545
imagePullPolicy: IfNotPresent
4646

4747
sidecarCertsGenerator:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ The following table lists the configurable parameters of the Citrix ADC CPX with
434434
| Parameters | Mandatory or Optional | Default value | Description |
435435
| ---------- | --------------------- | ------------- | ----------- |
436436
| license.accept | Mandatory | no | Set `yes` to accept the Citrix ingress controller end user license agreement. |
437-
| image | Mandatory | `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64` | The Citrix ADC CPX image. |
437+
| image | Mandatory | `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27` | The Citrix ADC CPX image. |
438438
| pullPolicy | Mandatory | IfNotPresent | The Citrix ADC CPX image pull policy. |
439439
| cic.image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.19.6` | The Citrix ingress controller image. |
440440
| cic.pullPolicy | Mandatory | IfNotPresent | The Citrix ingress controller image pull policy. |

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

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

55
# Citrix ADC CPX config details
6-
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64
6+
image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27
77
pullPolicy: IfNotPresent
88
imagePullSecrets: []
99

0 commit comments

Comments
 (0)