mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Temporarily update helm to work around linter issue (#70)
This commit is contained in:
+4
-3
@@ -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
@@ -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}"}
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user