Skip to content

Commit

Permalink
Revert "Updated docs and examples for v3.2.0 (#338)" (#339)
Browse files Browse the repository at this point in the history
This reverts commit 672e435.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus committed May 20, 2021
1 parent 672e435 commit a18a16d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -176,7 +176,7 @@ Here's a previous one for reference: https://github.com/helm/chart-testing/pull/
### Create Release

The release workflow is [dispatched from github actions](https://github.com/helm/chart-testing/actions)
Versions must start with a lower-case `v`, e. g. `v3.2.0`.
Versions must start with a lower-case `v`, e. g. `v3.1.1`.

## Supported versions

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-for-mac/my_test.sh
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

readonly IMAGE_TAG=v3.2.0
readonly IMAGE_TAG=v3.1.1
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"

main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/Dockerfile
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:v3.2.0
FROM quay.io/helmpack/chart-testing:v3.1.1

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=221.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/kind/.circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ jobs:

lint-charts:
docker:
- image: quay.io/helmpack/chart-testing:v3.2.0
- image: quay.io/helmpack/chart-testing:v3.1.1
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion examples/kind/test/e2e-kind.sh
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

readonly CT_VERSION=v3.2.0
readonly CT_VERSION=v3.1.1
readonly KIND_VERSION=v0.7.0
readonly CLUSTER_NAME=chart-testing
readonly K8S_VERSION=v1.17.0
Expand Down

0 comments on commit a18a16d

Please sign in to comment.