blob: 91c7ca5580a54537d4cddcb7fa96326699819549 [file] [log] [blame]
Zack Williams3c282572018-01-29 14:41:28 -07001---
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# helm/defaults/main.yml
17
18# These vars need to be determined on a per-OS/arch basis
19cpu_arch: "amd64"
20helm_version: "v2.8.0"
21helm_dl_checksum: "sha256:6e1f5957f9c7cec8463f38cf658bea0cf225fc324236617b23fe9044e9dd4ba7"
22
23helm_dl_url: "https://storage.googleapis.com/kubernetes-helm/helm-{{ helm_version }}-{{ ansible_system | lower }}-{{ cpu_arch }}.tar.gz"
24
25helm_bin_path: "/usr/local/bin/helm"
26