Skip to content

Commit 00d8fd2

Browse files
authored
Prepare release v3.0.0-beta.2 (#208)
Signed-off-by: Reinhard Naegele <[email protected]>
1 parent 773ddaa commit 00d8fd2

File tree

4 files changed

+4
-4
lines changed

4 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=v3.0.0-beta.1
21+
readonly IMAGE_TAG=v3.0.0-beta.2
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:v3.0.0-beta.1
15+
FROM quay.io/helmpack/chart-testing:v3.0.0-beta.2
1616

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

examples/kind/.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
lint-charts:
1212
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
1414
steps:
1515
- checkout
1616
- run:

examples/kind/test/e2e-kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
readonly CT_VERSION=v3.0.0-beta.1
7+
readonly CT_VERSION=v3.0.0-beta.2
88
readonly KIND_VERSION=v0.7.0
99
readonly CLUSTER_NAME=chart-testing
1010
readonly K8S_VERSION=v1.17.0

0 commit comments

Comments
 (0)