1- LTAG="v0.2.28 ";
1+ LTAG="v0.2.29 ";
22REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
44operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
@@ -363,7 +363,23 @@ helmRepo = `- name: incubator
363363 url: https://devtron-charts.s3.us-east-2.amazonaws.com/charts
364364- name: stable
365365 type: helm
366- url: https://charts.helm.sh/stable`;
366+ url: https://charts.helm.sh/stable
367+ - name: nginx-ingress
368+ type: helm
369+ url: https://kubernetes.github.io/ingress-nginx
370+ - name: elastic
371+ type: helm
372+ url: https://helm.elastic.co
373+ - name: bitnami
374+ type: helm
375+ url: https://charts.bitnami.com/bitnami
376+ - name: prometheus-community
377+ type: helm
378+ url: https://prometheus-community.github.io/helm-charts
379+ - name: jetstack
380+ type: helm
381+ url: https://charts.jetstack.io`;
382+
367383
368384kubeYamlEdit(argocd, `data.repositories`, helmRepo, `/ConfigMap//argocd-cm` );
369385#kubeYamlEdit(argocd, "data.url", baseURLScheme + "://" + baseURL, `/ConfigMap//argocd-cm`);
@@ -608,6 +624,20 @@ metadata:
608624 name: workflow-minio-cred
609625 namespace: devtron-ci
610626type: Opaque
627+ ---
628+ apiVersion: v1
629+ data:
630+ accessKey: `;
631+ workflowSecret = workflowSecret + azureAccountNameEncoded;
632+ workflowSecret = workflowSecret + `
633+ secretKey: `;
634+ workflowSecret = workflowSecret + azureAccountKey;
635+ workflowSecret = workflowSecret + `
636+ kind: Secret
637+ metadata:
638+ name: workflow-minio-cred
639+ namespace: devtron-cd
640+ type: Opaque
611641`;
612642#----------------- workflow secret end
613643
@@ -630,6 +660,20 @@ metadata:
630660 name: workflow-minio-cred
631661 namespace: devtron-ci
632662type: Opaque
663+ ---
664+ apiVersion: v1
665+ data:
666+ accessKey: `;
667+ workflowSecret = workflowSecret + minioAccesskey;
668+ workflowSecret = workflowSecret + `
669+ secretKey: `;
670+ workflowSecret = workflowSecret + minioSecretkey;
671+ workflowSecret = workflowSecret + `
672+ kind: Secret
673+ metadata:
674+ name: workflow-minio-cred
675+ namespace: devtron-cd
676+ type: Opaque
633677`;
634678#----------------- workflow secret end
635679
0 commit comments