Skip to content

Commit 0af04f8

Browse files
committed
add constants related to the helm binary
1 parent 917ee4a commit 0af04f8

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
@@ -98,3 +98,8 @@
9898
f"helm upgrade --install grafana-dashboards {CHARTS_DIR}/grafana-dashboards --namespace warnet-logging",
9999
f"helm upgrade --install --namespace warnet-logging loki-grafana grafana/grafana --values {MANIFESTS_DIR}/grafana_values.yaml",
100100
]
101+
102+
# Helm binary
103+
HELM_LATEST_URL = "https://get.helm.sh/helm-latest-version"
104+
HELM_DOWNLOAD_URL_STUB = "https://get.helm.sh/"
105+
HELM_BINARY_NAME = "helm"

0 commit comments

Comments
 (0)