diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index ca3bc36..a83d679 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -1,12 +1,17 @@ --- helmApps: - - app: goldpinger - namespace: goldpinger - repoURL: https://okgolove.github.io/helm-charts - chart: goldpinger - revision: 5.5.0 + - app: metallb + namespace: metallb-system + repoURL: https://metallb.github.io/metallb + chart: metallb + revision: 0.13.10 - app: prometheus namespace: prometheus repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack revision: 47.4.0 + - app: goldpinger + namespace: goldpinger + repoURL: https://okgolove.github.io/helm-charts + chart: goldpinger + revision: 5.5.0 diff --git a/helm/setup/001-metallb/install.sh b/helm/setup/001-metallb/install.sh deleted file mode 100755 index cfabc2c..0000000 --- a/helm/setup/001-metallb/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -CHART_VERSION=0.13.7 - -helm repo add metallb https://metallb.github.io/metallb -helm repo update -helm upgrade --install \ - metallb \ - metallb/metallb \ - -n metallb-system \ - --version ${CHART_VERSION} \ - --create-namespace \ - --cleanup-on-fail diff --git a/helm/setup/001-metallb/uninstall.sh b/helm/setup/001-metallb/uninstall.sh deleted file mode 100755 index 368a888..0000000 --- a/helm/setup/001-metallb/uninstall.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -helm uninstall metallb -n metallb-system -kubectl delete ns metallb-system diff --git a/helm/setup/001-metallb/teapot-metallb-base-pool.yaml b/manifests/teapot-metallb-base-pool.yaml similarity index 100% rename from helm/setup/001-metallb/teapot-metallb-base-pool.yaml rename to manifests/teapot-metallb-base-pool.yaml