File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Run the script specifying the version for the new release.
199199./tag.sh --tag <release_version>
200200` ` `
201201
202- Versions must start with a lower-case `v`, e. g. `v2.3.1 `.
202+ Versions must start with a lower-case `v`, e. g. `v2.3.2 `.
203203
204204
205205# # Supported versions
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=v2.3.1
21+ readonly IMAGE_TAG=v2.3.2
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:v2.3.1
15+ FROM quay.io/helmpack/chart-testing:v2.3.2
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:v2.3.1
13+ - image : quay.io/helmpack/chart-testing:v2.3.2
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=v2.3.1
7+ readonly CT_VERSION=v2.3.2
88readonly KIND_VERSION=0.2.1
99readonly CLUSTER_NAME=chart-testing
1010readonly K8S_VERSION=v1.13.4
You can’t perform that action at this time.
0 commit comments