We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739aa60 commit ff2ec51Copy full SHA for ff2ec51
examples/docker-for-mac/my_test.sh
@@ -18,7 +18,7 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
-readonly IMAGE_TAG=v2.0.0
+readonly IMAGE_TAG=v2.0.1
22
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
23
24
main() {
examples/gke/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM quay.io/helmpack/chart-testing:v2.0.0-beta.1
+FROM quay.io/helmpack/chart-testing:v2.0.1
16
17
ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=221.0.0
0 commit comments