File tree 4 files changed +4
-4
lines changed
4 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=v3.0.0-beta.1
21
+ readonly IMAGE_TAG=v3.0.0-beta.2
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:v3.0.0-beta.1
15
+ FROM quay.io/helmpack/chart-testing:v3.0.0-beta.2
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 10
10
11
11
lint-charts :
12
12
docker :
13
- - image : quay.io/helmpack/chart-testing:v3.0.0-beta.1
13
+ - image : quay.io/helmpack/chart-testing:v3.0.0-beta.2
14
14
steps :
15
15
- checkout
16
16
- run :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o errexit
4
4
set -o nounset
5
5
set -o pipefail
6
6
7
- readonly CT_VERSION=v3.0.0-beta.1
7
+ readonly CT_VERSION=v3.0.0-beta.2
8
8
readonly KIND_VERSION=v0.7.0
9
9
readonly CLUSTER_NAME=chart-testing
10
10
readonly K8S_VERSION=v1.17.0
You can’t perform that action at this time.
0 commit comments