@leverege/build-tools 2.43.3 → 2.43.4
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 +1 -1
- package/src/helmup.sh +1 -0
package/package.json
CHANGED
package/src/helmup.sh
CHANGED
|
@@ -760,6 +760,7 @@ CATBACKUP
|
|
|
760
760
|
|
|
761
761
|
transponder-*)
|
|
762
762
|
# transponders use the same chart but different deployment name
|
|
763
|
+
[ ! -d $SERVICE ] && bootstrapLocalSetup $SERVICE
|
|
763
764
|
HELMUP="helm upgrade --install $SERVICE leverege/transponder --values $SERVICE/values.yaml $CHARTVER $HELM_WHAT"
|
|
764
765
|
doHelmup "$HELMUP"
|
|
765
766
|
;;
|