mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Prepare release v2.1.0 (#77)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
committed by
Scott Rigby
parent
97e65a8b15
commit
2da25914d0
@@ -18,7 +18,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
readonly IMAGE_TAG=v2.0.1
|
||||
readonly IMAGE_TAG=v2.1.0
|
||||
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
|
||||
|
||||
main() {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM quay.io/helmpack/chart-testing:v2.0.1
|
||||
FROM quay.io/helmpack/chart-testing:v2.1.0
|
||||
|
||||
ENV PATH /google-cloud-sdk/bin:$PATH
|
||||
ARG CLOUD_SDK_VERSION=221.0.0
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
shellcheck -x test/e2e-kind.sh
|
||||
lint-charts:
|
||||
docker:
|
||||
- image: quay.io/helmpack/chart-testing:v2.0.1
|
||||
- image: quay.io/helmpack/chart-testing:v2.1.0
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
machine: true
|
||||
environment:
|
||||
CHART_TESTING_IMAGE: quay.io/helmpack/chart-testing
|
||||
CHART_TESTING_TAG: v2.0.1
|
||||
CHART_TESTING_TAG: v2.1.0
|
||||
CHARTS_REPO: https://github.com/your_git_repo/charts
|
||||
K8S_VERSION: "v1.11.3"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user