We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917ee4a commit 0af04f8Copy full SHA for 0af04f8
src/warnet/constants.py
@@ -98,3 +98,8 @@
98
f"helm upgrade --install grafana-dashboards {CHARTS_DIR}/grafana-dashboards --namespace warnet-logging",
99
f"helm upgrade --install --namespace warnet-logging loki-grafana grafana/grafana --values {MANIFESTS_DIR}/grafana_values.yaml",
100
]
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