1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 18:45:18 +01:00

Prepare release v3.0.0-beta.2 (#208)

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Nägele
2020-02-28 17:56:13 +01:00
committed by GitHub
parent 773ddaa334
commit 00d8fd274a
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly IMAGE_TAG=v3.0.0-beta.1
readonly IMAGE_TAG=v3.0.0-beta.2
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
main() {

View File

@@ -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.0.0-beta.1
FROM quay.io/helmpack/chart-testing:v3.0.0-beta.2
ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=221.0.0

View File

@@ -10,7 +10,7 @@ jobs:
lint-charts:
docker:
- image: quay.io/helmpack/chart-testing:v3.0.0-beta.1
- image: quay.io/helmpack/chart-testing:v3.0.0-beta.2
steps:
- checkout
- run:

View File

@@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly CT_VERSION=v3.0.0-beta.1
readonly CT_VERSION=v3.0.0-beta.2
readonly KIND_VERSION=v0.7.0
readonly CLUSTER_NAME=chart-testing
readonly K8S_VERSION=v1.17.0