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

Prepping for v1.1.0 release (#28)

Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
Matt Farina
2018-09-24 14:37:16 -04:00
committed by GitHub
parent 48e81aaa43
commit 75ee8d5b87
4 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail
readonly IMAGE_TAG=v1.0.5
readonly IMAGE_TAG=v1.1.0
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:v1.0.5
FROM quay.io/helmpack/chart-testing:v1.1.0
ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=200.0.0