Skip to content

Commit

Permalink
cnc_version_2.2.8 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroraharsh23 authored Nov 30, 2021
1 parent aea48e2 commit a9370aa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion citrix-cloud-native/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
condition: mcIngress.enabled
alias: mcIngress
- name: citrix-node-controller
version: "2.2.7"
version: "2.2.8"
condition: cnc.enabled
alias: cnc
- name: citrix-observability-exporter
Expand Down
4 changes: 2 additions & 2 deletions citrix-cloud-native/charts/citrix-node-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.2.7"
appVersion: "2.2.8"
description: A Helm chart for Citrix k8s node controller
home: https://www.citrix.com
icon: https://raw.githubusercontent.com/citrix/citrix-helm-charts/gh-pages/icon.png
Expand All @@ -9,4 +9,4 @@ maintainers:
name: citrix-node-controller
sources:
- https://github.com/citrix/citrix-k8s-node-controller
version: 2.2.7
version: 2.2.8
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The following table lists the mandatory and optional parameters that you can con
| --------- | --------------------- | ------------- | ----------- |
| cnc.enabled | Mandatory | False | Set to "True" for deploying Citrix Node Controller. |
| cnc.license.accept | Mandatory | no | Set `yes` to accept the CNC end user license agreement. |
| cnc.image | Mandatory | `quay.io/citrix/citrix-k8s-node-controller:2.2.7` | The CNC image. |
| cnc.image | Mandatory | `quay.io/citrix/citrix-k8s-node-controller:2.2.8` | The CNC image. |
| cnc.pullPolicy | Mandatory | IfNotPresent | The CNC image pull policy. |
| cnc.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). |
| cnc.nsIP | Mandatory | N/A | The IPaddress or Hostname of the Citrix ADC device. For details, see [Prerequisites](#prerequistes). |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: quay.io/citrix/citrix-k8s-node-controller:2.2.7
image: quay.io/citrix/citrix-k8s-node-controller:2.2.8
pullPolicy: IfNotPresent
license:
accept: no
Expand Down
4 changes: 2 additions & 2 deletions citrix-node-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.2.7"
appVersion: "2.2.8"
description: A Helm chart for Citrix k8s node controller
home: https://www.citrix.com
icon: https://raw.githubusercontent.com/citrix/citrix-helm-charts/gh-pages/icon.png
Expand All @@ -9,4 +9,4 @@ maintainers:
name: citrix-node-controller
sources:
- https://github.com/citrix/citrix-k8s-node-controller
version: 2.2.7
version: 2.2.8
2 changes: 1 addition & 1 deletion citrix-node-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The following table lists the mandatory and optional parameters that you can con
| Parameters | Mandatory or Optional | Default value | Description |
| --------- | --------------------- | ------------- | ----------- |
| license.accept | Mandatory | no | Set `yes` to accept the CNC end user license agreement. |
| image | Mandatory | `quay.io/citrix/citrix-k8s-node-controller:2.2.7` | The CNC image. |
| image | Mandatory | `quay.io/citrix/citrix-k8s-node-controller:2.2.8` | The CNC image. |
| pullPolicy | Mandatory | IfNotPresent | The CNC image pull policy. |
| 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). |
| nsIP | Mandatory | N/A | The IPaddress or Hostname of the Citrix ADC device. For details, see [Prerequisites](#prerequistes). |
Expand Down
2 changes: 1 addition & 1 deletion citrix-node-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: quay.io/citrix/citrix-k8s-node-controller:2.2.7
image: quay.io/citrix/citrix-k8s-node-controller:2.2.8
pullPolicy: IfNotPresent
license:
accept: no
Expand Down
2 changes: 1 addition & 1 deletion citrix_cloud_native_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ sidecarCertsGenerator:

cnc:
enabled: False
image: quay.io/citrix/citrix-k8s-node-controller:2.2.7
image: quay.io/citrix/citrix-k8s-node-controller:2.2.8
pullPolicy: IfNotPresent
license:
accept: no
Expand Down

0 comments on commit a9370aa

Please sign in to comment.