Merge pull request #905 from 3dwardch3ng/app/chartmuseum

App/chartmuseum
This commit is contained in:
2024-09-05 09:51:49 +10:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,9 @@ sudo ip link delete cilium_vxlan || true && \
helm repo add cilium https://helm.cilium.io || echo "Cilium repo already exists" && \ helm repo add cilium https://helm.cilium.io || echo "Cilium repo already exists" && \
helm repo update || echo "Failed to update helm repos" && \ helm repo update || echo "Failed to update helm repos" && \
kubectl create namespace cilium || echo "Namespace cilium already exists" && \ kubectl create namespace cilium || echo "Namespace cilium already exists" && \
helm install cilium cilium/cilium --version 1.15.6 \ helm install cilium cilium/cilium --version 1.16.1 \
--namespace kube-system \ --namespace kube-system \
--set operator.replicas=1 --set operator.replicas=2 \
--set prometheus.enabled=true \
--set operator.prometheus.enabled=true