Skip to content

Commit f90f594

Browse files
authored
Changing image repos, updated links and charts will now point to netscaler-helm-charts (#165)
Signed-off-by: Subash Dangol <[email protected]>
1 parent 305dd1a commit f90f594

File tree

159 files changed

+12874
-2703
lines changed

Some content is hidden

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

159 files changed

+12874
-2703
lines changed

Helm_Installation_Kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After installing helm on your machine, initialize Helm on your Kubernetes cluste
2222

2323
```
2424
kubectl delete deployment tiller-deploy -n kube-system
25-
kubectl create -f https://raw.githubusercontent.com/citrix/citrix-helm-charts/master/tiller.yaml
25+
kubectl create -f https://raw.githubusercontent.com/citrix/netscaler-helm-charts/master/tiller.yaml
2626
```
2727
2828
2. Set up a ServiceAccount for use by tiller.

Helm_Installation_OpenShift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In principle this can be done using helm init, but currently the helm client doe
3737
Get the file.
3838
```wget -q https://github.com/openshift/origin/raw/master/examples/helm/tiller-template.yaml```
3939

40-
Add clusterRoleBinding required to deploy Citrix ingress Controller.
40+
Add clusterRoleBinding required to deploy NetScaler ingress Controller.
4141

4242
```
4343
- kind: ClusterRoleBinding

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Apache License
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018 Citrix
189+
Copyright 2023 NetScaler
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This repository contains the Helm charts of [Citrix Ingress Controller](https://github.com/citrix/citrix-k8s-ingress-controller), [Citrix xDS Adaptor](https://github.com/citrix/citrix-istio-adaptor), [Citrix Observability Exporter](https://github.com/citrix/citrix-observability-exporter), [Citrix Node Controller](https://github.com/citrix/citrix-k8s-node-controller), [Citrix IPAM Controller](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-ipam-controller) and [Citrix Multi Cluster Ingress Controller](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-multi-cluster-ingress-controller) that are created and tested by Citrix.
1+
This repository contains the Helm charts of [NetScaler Ingress Controller](https://github.com/netscaler/netscaler-k8s-ingress-controller), [NetScaler xDS Adaptor](https://github.com/netscaler/netscaler-xds-adaptor), [NetScaler Observability Exporter](https://github.com/netscaler/netscaler-observability-exporter), [NetScaler Node Controller](https://github.com/netscaler/netscaler-k8s-node-controller), [NetScaler IPAM Controller](https://github.com/netscaler/netscaler-helm-charts/tree/master/citrix-ipam-controller) and [NetScaler GSLB Controller](https://github.com/netscaler/netscaler-helm-charts/tree/master/netscaler-gslb-controller) that are created and tested by NetScaler.

adm-agent-onboarding/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: "1.1.0"
33
description: A Helm chart for ADM agent onboarding
44
name: adm-agent-onboarding
55
version: 1.1.0
6-
icon: https://raw.githubusercontent.com/citrix/citrix-helm-charts/gh-pages/icon.png
6+
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
77
home: https://www.cloud.com
88
maintainers:
99
- name: subashd

adm-agent-onboarding/README.md

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

adm-agent-onboarding/templates/job.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ spec:
1414
image: "{{ tpl .Values.image . }}"
1515
imagePullPolicy: {{ .Values.pullPolicy | quote }}
1616
env:
17+
- name: "API_ID"
18+
value: {{ .Values.apiId | quote }}
19+
- name: "API_SECRET"
20+
value: {{ .Values.apiSecret | quote }}
1721
- name: "KUBERNETES_CLUSTER_NAME"
1822
value: {{ .Values.clusterName | quote }}
1923
- name: "KUBERNETES_API_URL"
2024
value: {{ .Values.apiURL | quote }}
25+
{{- if not .Values.apiId}}
2126
- name: "ADM_TOKEN"
2227
value: {{ required "Provide Authentication Token " .Values.token | quote }}
28+
{{- end }}
2329
- name: "AGENT_NAME"
2430
value: {{ .Values.admAgent.name | quote }}
2531
{{- if .Values.admAgent.loginSecret }}
@@ -30,7 +36,7 @@ spec:
3036
key: password
3137
{{- end }}
3238
- name: "ADM_AGENT_IMAGE"
33-
value: {{ tpl .Values.admAgent.image . | quote }}
39+
value: {{ tpl .Values.admAgent.image . | quote }}
3440
- name: "ADM_AGENT_HELPER_IMAGE"
3541
value: {{ tpl .Values.admAgent.helperImage . | quote }}
3642
{{- if .Values.adc.IP }}

adm-agent/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For Access ID and secret see [this](#generatetoken).
2424

2525
kubectl create secret generic admlogin --from-literal=username=nsroot --from-literal=password=<adm-agent-password> -n <namespace>
2626

27-
helm repo add netscaler https://citrix.github.io/citrix-helm-charts
27+
helm repo add netscaler https://netscaler.github.io/netscaler-helm-charts
2828
helm install agent netscaler/adm-agent --namespace <namespace>
2929

3030
**Note:** If you are deploying Netscaler CPX and ADM agent in different namespaces, please label namespace with `citrix-cpx=enabled` in which Netscaler CPX has been deployed and agent will take care of creating admlogin secret in other namespaces. For more information, see [Create Secret automatically](#automatic-secret).
@@ -40,7 +40,7 @@ NetScaler provides a container based ADM agent to connect NetScaler CPX with ADM
4040

4141
- Ensure that you installed Kubernetes version 1.16 or later. For more information about Kubernetes installation, see [Kubernetes](https://kubernetes.io/).
4242

43-
- Ensure that you have installed Helm version 3.x. For information about Helm chart installation, see [Helm](https://github.com/citrix/citrix-helm-charts/blob/master/Helm_Installation_version_3.md).
43+
- Ensure that you have installed Helm version 3.x. For information about Helm chart installation, see [Helm](https://github.com/netscaler/netscaler-helm-charts/blob/master/Helm_Installation_version_3.md).
4444

4545
- Ensure that the ports described in the [Ports](https://docs.citrix.com/en-us/citrix-application-delivery-management-service/system-requirements.html#ports) document are open.
4646

@@ -71,7 +71,7 @@ Perform the following steps to get access ID and secret for accessing ADM:
7171

7272
Before deploying the ADM agent, you must create a Kubernetes Secret containing the access ID and Secret to access ADM. For information about getting the access ID and secret for accessing ADM, see [Access ID and Secret to access ADM](#generatetoken). After the Secret has been created, use the following commands to deploy ADM Agent:
7373

74-
helm repo add netscaler https://citrix.github.io/citrix-helm-charts
74+
helm repo add netscaler https://netscaler.github.io/netscaler-helm-charts
7575

7676
helm install agent netscaler/adm-agent --namespace <namespace>
7777

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: v2
22
appVersion: "1.14.0"
33
kubeVersion: ">=v1.16.0-0"
4-
description: A Helm chart for Citrix ADC as Ingress Gateway installation in Istio Service Mesh on Kubernetes platform
4+
description: A Helm chart for NetScaler as Ingress Gateway installation in Istio Service Mesh on Kubernetes platform
55
name: citrix-adc-istio-ingress-gateway
66
version: 1.14.0
7-
icon: https://raw.githubusercontent.com/citrix/citrix-helm-charts/gh-pages/icon.png
7+
icon: https://raw.githubusercontent.com/netscaler/netscaler-helm-charts/gh-pages/netscaler.png
88
home: https://www.cloud.com
99
sources:
10-
- https://github.com/citrix/citrix-xds-adaptor
10+
- https://github.com/netscaler/netscaler-xds-adaptor
1111
maintainers:
1212
- name: dheerajng
1313

0 commit comments

Comments
 (0)