Skip to content

Commit a414082

Browse files
committed
add constants related to the helm binary
1 parent c23b5ac commit a414082

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/warnet/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,8 @@
107107
"helm repo update",
108108
f"helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx --namespace {INGRESS_NAMESPACE} --create-namespace",
109109
]
110+
111+
# Helm binary
112+
HELM_LATEST_URL = "https://get.helm.sh/helm-latest-version"
113+
HELM_DOWNLOAD_URL_STUB = "https://get.helm.sh/"
114+
HELM_BINARY_NAME = "helm"

0 commit comments

Comments
 (0)