
The version of helm 2 that OSH has been using was older and seems to have been removed from the googleapi repo that the jobs are setup to use, this was causing job failures. This change updates the version to the latest v2 release. Change-Id: I675f539b24ea9c2355ac9eacc7dd8122c5236e5f
19 lines
650 B
YAML
19 lines
650 B
YAML
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# 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:
|
|
helm: v2.17.0
|
|
url:
|
|
google_helm_repo: https://storage.googleapis.com/kubernetes-helm
|
|
...
|