Skip to content

Commit 00f3726

Browse files
authored
Prepare release v2.2.0 (#89)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
1 parent 3742279 commit 00f3726

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/docker-for-mac/my_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly IMAGE_TAG=v2.1.0
21+
readonly IMAGE_TAG=v2.2.0
2222
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
2323

2424
main() {

examples/gke/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/helmpack/chart-testing:v2.1.0
15+
FROM quay.io/helmpack/chart-testing:v2.2.0
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
1818
ARG CLOUD_SDK_VERSION=221.0.0

examples/kind/.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
shellcheck -x test/e2e-kind.sh
1212
lint-charts:
1313
docker:
14-
- image: quay.io/helmpack/chart-testing:v2.1.0
14+
- image: quay.io/helmpack/chart-testing:v2.2.0
1515
steps:
1616
- checkout
1717
- run:
@@ -24,7 +24,7 @@ jobs:
2424
machine: true
2525
environment:
2626
CHART_TESTING_IMAGE: quay.io/helmpack/chart-testing
27-
CHART_TESTING_TAG: v2.1.0
27+
CHART_TESTING_TAG: v2.2.0
2828
CHARTS_REPO: https://github.com/your_git_repo/charts
2929
K8S_VERSION: "v1.12.3"
3030
steps:

0 commit comments

Comments
 (0)