Skip to content

Commit

Permalink
Prepare release v2.1.0 (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <[email protected]>
  • Loading branch information
unguiculus authored and scottrigby committed Jan 7, 2019
1 parent 97e65a8 commit 2da2591
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/docker-for-mac/my_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/kind/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2da2591

Please sign in to comment.