File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- readonly IMAGE_TAG=v2.1 .0
21
+ readonly IMAGE_TAG=v2.2 .0
22
22
readonly IMAGE_REPOSITORY=" quay.io/helmpack/chart-testing"
23
23
24
24
main () {
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM quay.io/helmpack/chart-testing:v2.1 .0
15
+ FROM quay.io/helmpack/chart-testing:v2.2 .0
16
16
17
17
ENV PATH /google-cloud-sdk/bin:$PATH
18
18
ARG CLOUD_SDK_VERSION=221.0.0
Original file line number Diff line number Diff line change 11
11
shellcheck -x test/e2e-kind.sh
12
12
lint-charts :
13
13
docker :
14
- - image : quay.io/helmpack/chart-testing:v2.1 .0
14
+ - image : quay.io/helmpack/chart-testing:v2.2 .0
15
15
steps :
16
16
- checkout
17
17
- run :
24
24
machine : true
25
25
environment :
26
26
CHART_TESTING_IMAGE : quay.io/helmpack/chart-testing
27
- CHART_TESTING_TAG : v2.1 .0
27
+ CHART_TESTING_TAG : v2.2 .0
28
28
CHARTS_REPO : https://github.com/your_git_repo/charts
29
29
K8S_VERSION : " v1.12.3"
30
30
steps :
You can’t perform that action at this time.
0 commit comments