update scripts

This commit is contained in:
2024-07-18 15:56:16 +10:00
parent 142af8e582
commit b7587f8226
6 changed files with 2 additions and 90 deletions

View File

@@ -6,6 +6,7 @@ kubectl create namespace argocd || echo "Namespace argocd already exists"
helm repo add argo https://argoproj.github.io/argo-helm || echo "Argo repo already exists"
helm repo update || echo "Failed to update helm repos"
helm upgrade --install argocd -n argocd -f argocd-values.yaml argo/argo-cd --version 7.3.6
#kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.18/manifests/ha/install.yaml
helm plugin install https://github.com/jkroepke/helm-secrets
#Check repo server secret accessibility