Skip to content

Commit ff2ec51

Browse files
authored
Update base images in samples (#58)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent 739aa60 commit ff2ec51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/docker-for-mac/my_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly IMAGE_TAG=v2.0.0
21+
readonly IMAGE_TAG=v2.0.1
2222
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
2323

2424
main() {

examples/gke/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.0.0-beta.1
15+
FROM quay.io/helmpack/chart-testing:v2.0.1
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
1818
ARG CLOUD_SDK_VERSION=221.0.0

0 commit comments

Comments
 (0)