@leverege/build-tools 2.23.0 → 2.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.23.0",
3
+ "version": "2.23.1",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -10,7 +10,7 @@ addHelmRepo traefik https://helm.traefik.io/traefik
10
10
 
11
11
  [ -z "$TRAEFIK_HELM_CHART" ] && TRAEFIK_HELM_CHART="16"
12
12
  helm upgrade --install traefik traefik/traefik \
13
- --namespace traefik \
13
+ --namespace $TRAEFIK_NAMESPACE \
14
14
  --values traefik/traefik-local.yaml \
15
15
  --version $TRAEFIK_HELM_CHART $HELM_WHAT
16
16