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

Update base images in samples (#58)

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Nägele
2018-11-16 14:41:29 +01:00
committed by GitHub
parent 739aa607a8
commit ff2ec516e6
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly IMAGE_TAG=v2.0.0
readonly IMAGE_TAG=v2.0.1
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.0.0-beta.1
FROM quay.io/helmpack/chart-testing:v2.0.1
ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=221.0.0