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

Prepare release v2.3.3 (#154)

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Nägele
2019-04-25 19:28:15 +02:00
committed by GitHub
parent 5cb2b8c235
commit e3c32f5aea
5 changed files with 5 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ Run the script specifying the version for the new release.
./tag.sh --tag <release_version>
```
Versions must start with a lower-case `v`, e. g. `v2.3.2`.
Versions must start with a lower-case `v`, e. g. `v2.3.3`.
## Supported versions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly IMAGE_TAG=v2.3.2
readonly IMAGE_TAG=v2.3.3
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:v2.3.2
FROM quay.io/helmpack/chart-testing:v2.3.3
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:v2.3.2
- image: quay.io/helmpack/chart-testing:v2.3.3
steps:
- checkout
- run:

View File

@@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly CT_VERSION=v2.3.2
readonly CT_VERSION=v2.3.3
readonly KIND_VERSION=0.2.1
readonly CLUSTER_NAME=chart-testing
readonly K8S_VERSION=v1.13.4