rancher-charts/scripts/version

6 lines
167 B
Plaintext
Raw Normal View History

2021-02-08 21:36:36 +00:00
#!/bin/bash
set -e
CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
2023-08-24 13:56:39 +00:00
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v0.4.8}"