Skip to content

Commit 9f077dc

Browse files
authored
Releasing NSNC v2.2.12 (#168)
Signed-off-by: Subash Dangol <[email protected]>
1 parent 52432b3 commit 9f077dc

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

citrix-cloud-native/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
condition: gslb.enabled
2727
alias: gslb
2828
- name: citrix-node-controller
29-
version: "2.2.11"
29+
version: "2.2.12"
3030
condition: cnc.enabled
3131
alias: cnc
3232
- name: citrix-observability-exporter
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "2.2.11"
2+
appVersion: "2.2.12"
33
description: A Helm chart for NetScaler k8s node controller
44
home: https://www.cloud.com
55
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
@@ -9,4 +9,4 @@ maintainers:
99
name: citrix-node-controller
1010
sources:
1111
- https://github.com/netscaler/netscaler-k8s-node-controller
12-
version: 2.2.11
12+
version: 2.2.12

citrix-cloud-native/charts/citrix-node-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following table lists the mandatory and optional parameters that you can con
155155
| cnc.license.accept | Mandatory | no | Set `yes` to accept the NSNC end user license agreement. |
156156
| cnc.imageRegistry | Mandatory | `quay.io` | The NSNC image registry |
157157
| cnc.imageRepository | Mandatory | `citrix/citrix-k8s-node-controller` | The NSNC image repository |
158-
| cnc.imageTag | Mandatory | `2.2.10` | The NSNC image tag |
158+
| cnc.imageTag | Mandatory | `2.2.12` | The NSNC image tag |
159159
| cnc.pullPolicy | Mandatory | IfNotPresent | The NSNC image pull policy. |
160160
| cnc.nameOverride | Optional | N/A | String to partially override deployment fullname template with a string (will prepend the release name) |
161161
| cnc.fullNameOverride | Optional | N/A | String to fully override deployment fullname template with a string |

citrix-cloud-native/charts/citrix-node-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
imageRegistry: quay.io
66
imageRepository: citrix/citrix-k8s-node-controller
7-
imageTag: 2.2.11
7+
imageTag: 2.2.12
88
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
99
pullPolicy: IfNotPresent
1010
nameOverride: ""

citrix-node-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "2.2.11"
2+
appVersion: "2.2.12"
33
description: A Helm chart for NetScaler k8s node controller
44
home: https://www.cloud.com
55
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
@@ -9,4 +9,4 @@ maintainers:
99
name: citrix-node-controller
1010
sources:
1111
- https://github.com/netscaler/netscaler-k8s-node-controller
12-
version: 2.2.11
12+
version: 2.2.12

citrix-node-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The following table lists the mandatory and optional parameters that you can con
154154
| license.accept | Mandatory | no | Set `yes` to accept the NSNC end user license agreement. |
155155
| imageRegistry | Mandatory | `quay.io` | The NSNC image registry |
156156
| imageRepository | Mandatory | `citrix/citrix-k8s-node-controller` | The NSNC image repository |
157-
| imageTag | Mandatory | `2.2.10` | The NSNC image tag |
157+
| imageTag | Mandatory | `2.2.12` | The NSNC image tag |
158158
| pullPolicy | Mandatory | IfNotPresent | The NSNC image pull policy. |
159159
| nameOverride | Optional | N/A | String to partially override deployment fullname template with a string (will prepend the release name) |
160160
| fullNameOverride | Optional | N/A | String to fully override deployment fullname template with a string |

citrix-node-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
imageRegistry: quay.io
66
imageRepository: citrix/citrix-k8s-node-controller
7-
imageTag: 2.2.11
7+
imageTag: 2.2.12
88
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
99
pullPolicy: IfNotPresent
1010
nameOverride: ""

citrix_cloud_native_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ cnc:
677677
enabled: False
678678
imageRegistry: quay.io
679679
imageRepository: citrix/citrix-k8s-node-controller
680-
imageTag: 2.2.11
680+
imageTag: 2.2.12
681681
image: "{{ .Values.cnc.imageRegistry }}/{{ .Values.cnc.imageRepository }}:{{ .Values.cnc.imageTag }}"
682682
nameOverride: ""
683683
fullnameOverride: ""

netscaler-node-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "2.2.11"
2+
appVersion: "2.2.12"
33
description: A Helm chart for NetScaler k8s node controller
44
home: https://www.cloud.com
55
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
@@ -9,4 +9,4 @@ maintainers:
99
name: netscaler-node-controller
1010
sources:
1111
- https://github.com/netscaler/netscaler-k8s-node-controller
12-
version: 2.2.11
12+
version: 2.2.12

netscaler-node-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following table lists the mandatory and optional parameters that you can con
113113
| license.accept | Mandatory | no | Set `yes` to accept the NSNC end user license agreement. |
114114
| imageRegistry | Mandatory | `quay.io` | The NSNC image registry |
115115
| imageRepository | Mandatory | `netscaler/netscaler-k8s-node-controller` | The NSNC image repository |
116-
| imageTag | Mandatory | `2.2.11` | The NSNC image tag |
116+
| imageTag | Mandatory | `2.2.12` | The NSNC image tag |
117117
| pullPolicy | Mandatory | IfNotPresent | The NSNC image pull policy. |
118118
| nameOverride | Optional | N/A | String to partially override deployment fullname template with a string (will prepend the release name) |
119119
| fullNameOverride | Optional | N/A | String to fully override deployment fullname template with a string |

netscaler-node-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
imageRegistry: quay.io
66
imageRepository: netscaler/netscaler-k8s-node-controller
7-
imageTag: 2.2.11
7+
imageTag: 2.2.12
88
image: "{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}"
99
pullPolicy: IfNotPresent
1010
nameOverride: ""

0 commit comments

Comments
 (0)