File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ If you have a chart in current directory and ct installed on the host then you c
9393
9494With docker it works with:
9595
96- docker run -it --network host --workdir=/data --volume ~/.kube/config:/root/.kube/config:ro --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.7.1 ct install --chart-dirs . --charts .
96+ docker run -it --network host --workdir=/data --volume ~/.kube/config:/root/.kube/config:ro --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.14.0 ct install --chart-dirs . --charts .
9797
9898Notice that ` workdir ` param is important and must be the same as volume mounted.
9999
@@ -195,7 +195,7 @@ Here's a previous one for reference: https://github.com/helm/chart-testing/pull/
195195# ## Create Release
196196
197197The release workflow is [dispatched from github actions](https://github.com/helm/chart-testing/actions)
198- Versions must start with a lower-case `v`, e. g. `v3.7.1 `.
198+ Versions must start with a lower-case `v`, e. g. `v3.14.0 `.
199199
200200# # Supported versions
201201
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
1818set -o nounset
1919set -o pipefail
2020
21- readonly IMAGE_TAG=v3.7.1
21+ readonly IMAGE_TAG=v3.14.0
2222readonly IMAGE_REPOSITORY=" quay.io/helmpack/chart-testing"
2323
2424main () {
Original file line number Diff line number Diff line change 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.7.1
15+ FROM quay.io/helmpack/chart-testing:v3.14.0
1616
1717ENV PATH /google-cloud-sdk/bin:$PATH
1818ARG CLOUD_SDK_VERSION=221.0.0
Original file line number Diff line number Diff line change 1010
1111 lint-charts :
1212 docker :
13- - image : quay.io/helmpack/chart-testing:v3.7.1
13+ - image : quay.io/helmpack/chart-testing:v3.14.0
1414 steps :
1515 - checkout
1616 - run :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o errexit
44set -o nounset
55set -o pipefail
66
7- readonly CT_VERSION=v3.7.1
7+ readonly CT_VERSION=v3.14.0
88readonly KIND_VERSION=v0.12.0
99readonly CLUSTER_NAME=chart-testing
1010readonly K8S_VERSION=v1.22.7
You can’t perform that action at this time.
0 commit comments