Temporarily update helm to work around linter issue (#70)

This commit is contained in:
Vic Iglesias
2016-09-09 16:09:35 -07:00
committed by GitHub
parent ae5165a0ec
commit cfd71f3777
3 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -16,7 +16,8 @@ FROM debian:8.5
ENV CLOUDSDK_CORE_DISABLE_PROMPTS=1 \
PATH=/opt/google-cloud-sdk/bin:/opt/linux-amd64/:$PATH \
HELM_VERSION=v2.0.0-alpha.4 \
HELM_VERSION=canary \
HELM_URL=https://storage.googleapis.com/kubernetes-charts-ci/helm/helm-${HELM_VERSION}-linux-amd64.tar.gz \
GOOGLE_CLOUD_SDK_VERSION=123.0.0 \
GOOGLE_PROJECT=kubernetes-charts-ci
@@ -30,8 +31,8 @@ RUN set -x \
&& ./google-cloud-sdk/install.sh \
&& gcloud components install kubectl \
&& gcloud config set project ${GOOGLE_PROJECT} \
&& wget -q https://github.com/kubernetes/helm/releases/download/${HELM_VERSION}/helm-${HELM_VERSION}-linux-amd64.tar.gz \
&& tar xfv helm-${HELM_VERSION}-linux-amd64.tar.gz \
&& wget -q ${HELM_URL} \
&& tar xzfv helm-${HELM_VERSION}-linux-amd64.tar.gz \
&& apt-get -y purge wget localepurge \
&& apt-get clean \
&& cd / \
+1 -1
View File
@@ -18,7 +18,7 @@ set -o nounset
set -o pipefail
# TODO should we inject this. This is creating problems bumping the Docker version
IMAGE_VERSION="test-image:v1.5"
IMAGE_VERSION="test-image:v1.6"
CHART_ROOT=${CHART_ROOT:-$(git rev-parse --show-toplevel)}
IMAGE_NAME=${IMAGE_NAME:-"gcr.io/kubernetes-charts-ci/${IMAGE_VERSION}"}
+1 -1
View File
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION=v1.4.1
VERSION=v1.6
CONTAINER_NAME=test-image
usage() {