Move Tiller version to 2.16.9

Update Helm chart for Armada to use Tiller version 2.16.9.

depends on: https://review.opendev.org/#/c/749497/

Change-Id: I16f7a5e8e571f067154e79a5f2ceb18be7d8db2d
This commit is contained in:
KAVVA, JAGAN MOHAN REDDY (jk330k) 2020-08-26 14:03:32 -05:00
parent a1b693b84d
commit 36efc4828d
18 changed files with 150 additions and 162 deletions

View File

@ -36,7 +36,7 @@ from armada.handlers import schema
from armada.utils import helm from armada.utils import helm
from armada.utils.release import label_selectors, get_release_status from armada.utils.release import label_selectors, get_release_status
TILLER_VERSION = b'2.13.1' TILLER_VERSION = b'2.16.9'
GRPC_EPSILON = 60 GRPC_EPSILON = 60
LIST_RELEASES_PAGE_SIZE = 32 LIST_RELEASES_PAGE_SIZE = 32
LIST_RELEASES_ATTEMPTS = 3 LIST_RELEASES_ATTEMPTS = 3

View File

@ -34,7 +34,7 @@ images:
ks_service: 'docker.io/openstackhelm/heat:newton' ks_service: 'docker.io/openstackhelm/heat:newton'
ks_user: 'docker.io/openstackhelm/heat:newton' ks_user: 'docker.io/openstackhelm/heat:newton'
image_repo_sync: docker.io/docker:17.07.0 image_repo_sync: docker.io/docker:17.07.0
tiller: gcr.io/kubernetes-helm/tiller:v2.16.1 tiller: gcr.io/kubernetes-helm/tiller:v2.16.9
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:
active: false active: false

View File

@ -24,7 +24,7 @@ dependencies:
images: images:
tags: tags:
tiller: gcr.io/kubernetes-helm/tiller:v2.16.1 tiller: gcr.io/kubernetes-helm/tiller:v2.16.9
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"
local_registry: local_registry:
# NOTE(portdirect): this tiller chart does not support image pulling # NOTE(portdirect): this tiller chart does not support image pulling

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/chart/chart.proto # source: hapi/chart/chart.proto
@ -97,11 +96,11 @@ _CHART.fields_by_name['files'].message_type = google_dot_protobuf_dot_any__pb2._
DESCRIPTOR.message_types_by_name['Chart'] = _CHART DESCRIPTOR.message_types_by_name['Chart'] = _CHART
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Chart = _reflection.GeneratedProtocolMessageType('Chart', (_message.Message,), { Chart = _reflection.GeneratedProtocolMessageType('Chart', (_message.Message,), dict(
'DESCRIPTOR' : _CHART, DESCRIPTOR = _CHART,
'__module__' : 'hapi.chart.chart_pb2' __module__ = 'hapi.chart.chart_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Chart) # @@protoc_insertion_point(class_scope:hapi.chart.Chart)
}) ))
_sym_db.RegisterMessage(Chart) _sym_db.RegisterMessage(Chart)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/chart/config.proto # source: hapi/chart/config.proto
@ -138,26 +137,26 @@ DESCRIPTOR.message_types_by_name['Config'] = _CONFIG
DESCRIPTOR.message_types_by_name['Value'] = _VALUE DESCRIPTOR.message_types_by_name['Value'] = _VALUE
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), { Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), dict(
'ValuesEntry' : _reflection.GeneratedProtocolMessageType('ValuesEntry', (_message.Message,), { ValuesEntry = _reflection.GeneratedProtocolMessageType('ValuesEntry', (_message.Message,), dict(
'DESCRIPTOR' : _CONFIG_VALUESENTRY, DESCRIPTOR = _CONFIG_VALUESENTRY,
'__module__' : 'hapi.chart.config_pb2' __module__ = 'hapi.chart.config_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Config.ValuesEntry) # @@protoc_insertion_point(class_scope:hapi.chart.Config.ValuesEntry)
}) ))
, ,
'DESCRIPTOR' : _CONFIG, DESCRIPTOR = _CONFIG,
'__module__' : 'hapi.chart.config_pb2' __module__ = 'hapi.chart.config_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Config) # @@protoc_insertion_point(class_scope:hapi.chart.Config)
}) ))
_sym_db.RegisterMessage(Config) _sym_db.RegisterMessage(Config)
_sym_db.RegisterMessage(Config.ValuesEntry) _sym_db.RegisterMessage(Config.ValuesEntry)
Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), { Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), dict(
'DESCRIPTOR' : _VALUE, DESCRIPTOR = _VALUE,
'__module__' : 'hapi.chart.config_pb2' __module__ = 'hapi.chart.config_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Value) # @@protoc_insertion_point(class_scope:hapi.chart.Value)
}) ))
_sym_db.RegisterMessage(Value) _sym_db.RegisterMessage(Value)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/chart/metadata.proto # source: hapi/chart/metadata.proto
@ -281,25 +280,25 @@ DESCRIPTOR.message_types_by_name['Maintainer'] = _MAINTAINER
DESCRIPTOR.message_types_by_name['Metadata'] = _METADATA DESCRIPTOR.message_types_by_name['Metadata'] = _METADATA
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Maintainer = _reflection.GeneratedProtocolMessageType('Maintainer', (_message.Message,), { Maintainer = _reflection.GeneratedProtocolMessageType('Maintainer', (_message.Message,), dict(
'DESCRIPTOR' : _MAINTAINER, DESCRIPTOR = _MAINTAINER,
'__module__' : 'hapi.chart.metadata_pb2' __module__ = 'hapi.chart.metadata_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Maintainer) # @@protoc_insertion_point(class_scope:hapi.chart.Maintainer)
}) ))
_sym_db.RegisterMessage(Maintainer) _sym_db.RegisterMessage(Maintainer)
Metadata = _reflection.GeneratedProtocolMessageType('Metadata', (_message.Message,), { Metadata = _reflection.GeneratedProtocolMessageType('Metadata', (_message.Message,), dict(
'AnnotationsEntry' : _reflection.GeneratedProtocolMessageType('AnnotationsEntry', (_message.Message,), { AnnotationsEntry = _reflection.GeneratedProtocolMessageType('AnnotationsEntry', (_message.Message,), dict(
'DESCRIPTOR' : _METADATA_ANNOTATIONSENTRY, DESCRIPTOR = _METADATA_ANNOTATIONSENTRY,
'__module__' : 'hapi.chart.metadata_pb2' __module__ = 'hapi.chart.metadata_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Metadata.AnnotationsEntry) # @@protoc_insertion_point(class_scope:hapi.chart.Metadata.AnnotationsEntry)
}) ))
, ,
'DESCRIPTOR' : _METADATA, DESCRIPTOR = _METADATA,
'__module__' : 'hapi.chart.metadata_pb2' __module__ = 'hapi.chart.metadata_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Metadata) # @@protoc_insertion_point(class_scope:hapi.chart.Metadata)
}) ))
_sym_db.RegisterMessage(Metadata) _sym_db.RegisterMessage(Metadata)
_sym_db.RegisterMessage(Metadata.AnnotationsEntry) _sym_db.RegisterMessage(Metadata.AnnotationsEntry)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/chart/template.proto # source: hapi/chart/template.proto
@ -66,11 +65,11 @@ _TEMPLATE = _descriptor.Descriptor(
DESCRIPTOR.message_types_by_name['Template'] = _TEMPLATE DESCRIPTOR.message_types_by_name['Template'] = _TEMPLATE
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Template = _reflection.GeneratedProtocolMessageType('Template', (_message.Message,), { Template = _reflection.GeneratedProtocolMessageType('Template', (_message.Message,), dict(
'DESCRIPTOR' : _TEMPLATE, DESCRIPTOR = _TEMPLATE,
'__module__' : 'hapi.chart.template_pb2' __module__ = 'hapi.chart.template_pb2'
# @@protoc_insertion_point(class_scope:hapi.chart.Template) # @@protoc_insertion_point(class_scope:hapi.chart.Template)
}) ))
_sym_db.RegisterMessage(Template) _sym_db.RegisterMessage(Template)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/hook.proto # source: hapi/release/hook.proto
@ -212,11 +211,11 @@ _HOOK_DELETEPOLICY.containing_type = _HOOK
DESCRIPTOR.message_types_by_name['Hook'] = _HOOK DESCRIPTOR.message_types_by_name['Hook'] = _HOOK
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Hook = _reflection.GeneratedProtocolMessageType('Hook', (_message.Message,), { Hook = _reflection.GeneratedProtocolMessageType('Hook', (_message.Message,), dict(
'DESCRIPTOR' : _HOOK, DESCRIPTOR = _HOOK,
'__module__' : 'hapi.release.hook_pb2' __module__ = 'hapi.release.hook_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.Hook) # @@protoc_insertion_point(class_scope:hapi.release.Hook)
}) ))
_sym_db.RegisterMessage(Hook) _sym_db.RegisterMessage(Hook)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/info.proto # source: hapi/release/info.proto
@ -94,11 +93,11 @@ _INFO.fields_by_name['deleted'].message_type = google_dot_protobuf_dot_timestamp
DESCRIPTOR.message_types_by_name['Info'] = _INFO DESCRIPTOR.message_types_by_name['Info'] = _INFO
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Info = _reflection.GeneratedProtocolMessageType('Info', (_message.Message,), { Info = _reflection.GeneratedProtocolMessageType('Info', (_message.Message,), dict(
'DESCRIPTOR' : _INFO, DESCRIPTOR = _INFO,
'__module__' : 'hapi.release.info_pb2' __module__ = 'hapi.release.info_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.Info) # @@protoc_insertion_point(class_scope:hapi.release.Info)
}) ))
_sym_db.RegisterMessage(Info) _sym_db.RegisterMessage(Info)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/release.proto # source: hapi/release/release.proto
@ -117,11 +116,11 @@ _RELEASE.fields_by_name['hooks'].message_type = hapi_dot_release_dot_hook__pb2._
DESCRIPTOR.message_types_by_name['Release'] = _RELEASE DESCRIPTOR.message_types_by_name['Release'] = _RELEASE
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Release = _reflection.GeneratedProtocolMessageType('Release', (_message.Message,), { Release = _reflection.GeneratedProtocolMessageType('Release', (_message.Message,), dict(
'DESCRIPTOR' : _RELEASE, DESCRIPTOR = _RELEASE,
'__module__' : 'hapi.release.release_pb2' __module__ = 'hapi.release.release_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.Release) # @@protoc_insertion_point(class_scope:hapi.release.Release)
}) ))
_sym_db.RegisterMessage(Release) _sym_db.RegisterMessage(Release)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/status.proto # source: hapi/release/status.proto
@ -137,11 +136,11 @@ _STATUS_CODE.containing_type = _STATUS
DESCRIPTOR.message_types_by_name['Status'] = _STATUS DESCRIPTOR.message_types_by_name['Status'] = _STATUS
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Status = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), { Status = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), dict(
'DESCRIPTOR' : _STATUS, DESCRIPTOR = _STATUS,
'__module__' : 'hapi.release.status_pb2' __module__ = 'hapi.release.status_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.Status) # @@protoc_insertion_point(class_scope:hapi.release.Status)
}) ))
_sym_db.RegisterMessage(Status) _sym_db.RegisterMessage(Status)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/test_run.proto # source: hapi/release/test_run.proto
@ -124,11 +123,11 @@ _TESTRUN_STATUS.containing_type = _TESTRUN
DESCRIPTOR.message_types_by_name['TestRun'] = _TESTRUN DESCRIPTOR.message_types_by_name['TestRun'] = _TESTRUN
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
TestRun = _reflection.GeneratedProtocolMessageType('TestRun', (_message.Message,), { TestRun = _reflection.GeneratedProtocolMessageType('TestRun', (_message.Message,), dict(
'DESCRIPTOR' : _TESTRUN, DESCRIPTOR = _TESTRUN,
'__module__' : 'hapi.release.test_run_pb2' __module__ = 'hapi.release.test_run_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.TestRun) # @@protoc_insertion_point(class_scope:hapi.release.TestRun)
}) ))
_sym_db.RegisterMessage(TestRun) _sym_db.RegisterMessage(TestRun)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/release/test_suite.proto # source: hapi/release/test_suite.proto
@ -79,11 +78,11 @@ _TESTSUITE.fields_by_name['results'].message_type = hapi_dot_release_dot_test__r
DESCRIPTOR.message_types_by_name['TestSuite'] = _TESTSUITE DESCRIPTOR.message_types_by_name['TestSuite'] = _TESTSUITE
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
TestSuite = _reflection.GeneratedProtocolMessageType('TestSuite', (_message.Message,), { TestSuite = _reflection.GeneratedProtocolMessageType('TestSuite', (_message.Message,), dict(
'DESCRIPTOR' : _TESTSUITE, DESCRIPTOR = _TESTSUITE,
'__module__' : 'hapi.release.test_suite_pb2' __module__ = 'hapi.release.test_suite_pb2'
# @@protoc_insertion_point(class_scope:hapi.release.TestSuite) # @@protoc_insertion_point(class_scope:hapi.release.TestSuite)
}) ))
_sym_db.RegisterMessage(TestSuite) _sym_db.RegisterMessage(TestSuite)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/services/tiller.proto # source: hapi/services/tiller.proto
@ -1172,151 +1171,151 @@ DESCRIPTOR.message_types_by_name['TestReleaseRequest'] = _TESTRELEASEREQUEST
DESCRIPTOR.message_types_by_name['TestReleaseResponse'] = _TESTRELEASERESPONSE DESCRIPTOR.message_types_by_name['TestReleaseResponse'] = _TESTRELEASERESPONSE
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
ListReleasesRequest = _reflection.GeneratedProtocolMessageType('ListReleasesRequest', (_message.Message,), { ListReleasesRequest = _reflection.GeneratedProtocolMessageType('ListReleasesRequest', (_message.Message,), dict(
'DESCRIPTOR' : _LISTRELEASESREQUEST, DESCRIPTOR = _LISTRELEASESREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesRequest)
}) ))
_sym_db.RegisterMessage(ListReleasesRequest) _sym_db.RegisterMessage(ListReleasesRequest)
ListSort = _reflection.GeneratedProtocolMessageType('ListSort', (_message.Message,), { ListSort = _reflection.GeneratedProtocolMessageType('ListSort', (_message.Message,), dict(
'DESCRIPTOR' : _LISTSORT, DESCRIPTOR = _LISTSORT,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.ListSort) # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListSort)
}) ))
_sym_db.RegisterMessage(ListSort) _sym_db.RegisterMessage(ListSort)
ListReleasesResponse = _reflection.GeneratedProtocolMessageType('ListReleasesResponse', (_message.Message,), { ListReleasesResponse = _reflection.GeneratedProtocolMessageType('ListReleasesResponse', (_message.Message,), dict(
'DESCRIPTOR' : _LISTRELEASESRESPONSE, DESCRIPTOR = _LISTRELEASESRESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesResponse)
}) ))
_sym_db.RegisterMessage(ListReleasesResponse) _sym_db.RegisterMessage(ListReleasesResponse)
GetReleaseStatusRequest = _reflection.GeneratedProtocolMessageType('GetReleaseStatusRequest', (_message.Message,), { GetReleaseStatusRequest = _reflection.GeneratedProtocolMessageType('GetReleaseStatusRequest', (_message.Message,), dict(
'DESCRIPTOR' : _GETRELEASESTATUSREQUEST, DESCRIPTOR = _GETRELEASESTATUSREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusRequest)
}) ))
_sym_db.RegisterMessage(GetReleaseStatusRequest) _sym_db.RegisterMessage(GetReleaseStatusRequest)
GetReleaseStatusResponse = _reflection.GeneratedProtocolMessageType('GetReleaseStatusResponse', (_message.Message,), { GetReleaseStatusResponse = _reflection.GeneratedProtocolMessageType('GetReleaseStatusResponse', (_message.Message,), dict(
'DESCRIPTOR' : _GETRELEASESTATUSRESPONSE, DESCRIPTOR = _GETRELEASESTATUSRESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusResponse)
}) ))
_sym_db.RegisterMessage(GetReleaseStatusResponse) _sym_db.RegisterMessage(GetReleaseStatusResponse)
GetReleaseContentRequest = _reflection.GeneratedProtocolMessageType('GetReleaseContentRequest', (_message.Message,), { GetReleaseContentRequest = _reflection.GeneratedProtocolMessageType('GetReleaseContentRequest', (_message.Message,), dict(
'DESCRIPTOR' : _GETRELEASECONTENTREQUEST, DESCRIPTOR = _GETRELEASECONTENTREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentRequest)
}) ))
_sym_db.RegisterMessage(GetReleaseContentRequest) _sym_db.RegisterMessage(GetReleaseContentRequest)
GetReleaseContentResponse = _reflection.GeneratedProtocolMessageType('GetReleaseContentResponse', (_message.Message,), { GetReleaseContentResponse = _reflection.GeneratedProtocolMessageType('GetReleaseContentResponse', (_message.Message,), dict(
'DESCRIPTOR' : _GETRELEASECONTENTRESPONSE, DESCRIPTOR = _GETRELEASECONTENTRESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentResponse)
}) ))
_sym_db.RegisterMessage(GetReleaseContentResponse) _sym_db.RegisterMessage(GetReleaseContentResponse)
UpdateReleaseRequest = _reflection.GeneratedProtocolMessageType('UpdateReleaseRequest', (_message.Message,), { UpdateReleaseRequest = _reflection.GeneratedProtocolMessageType('UpdateReleaseRequest', (_message.Message,), dict(
'DESCRIPTOR' : _UPDATERELEASEREQUEST, DESCRIPTOR = _UPDATERELEASEREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseRequest)
}) ))
_sym_db.RegisterMessage(UpdateReleaseRequest) _sym_db.RegisterMessage(UpdateReleaseRequest)
UpdateReleaseResponse = _reflection.GeneratedProtocolMessageType('UpdateReleaseResponse', (_message.Message,), { UpdateReleaseResponse = _reflection.GeneratedProtocolMessageType('UpdateReleaseResponse', (_message.Message,), dict(
'DESCRIPTOR' : _UPDATERELEASERESPONSE, DESCRIPTOR = _UPDATERELEASERESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseResponse)
}) ))
_sym_db.RegisterMessage(UpdateReleaseResponse) _sym_db.RegisterMessage(UpdateReleaseResponse)
RollbackReleaseRequest = _reflection.GeneratedProtocolMessageType('RollbackReleaseRequest', (_message.Message,), { RollbackReleaseRequest = _reflection.GeneratedProtocolMessageType('RollbackReleaseRequest', (_message.Message,), dict(
'DESCRIPTOR' : _ROLLBACKRELEASEREQUEST, DESCRIPTOR = _ROLLBACKRELEASEREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseRequest)
}) ))
_sym_db.RegisterMessage(RollbackReleaseRequest) _sym_db.RegisterMessage(RollbackReleaseRequest)
RollbackReleaseResponse = _reflection.GeneratedProtocolMessageType('RollbackReleaseResponse', (_message.Message,), { RollbackReleaseResponse = _reflection.GeneratedProtocolMessageType('RollbackReleaseResponse', (_message.Message,), dict(
'DESCRIPTOR' : _ROLLBACKRELEASERESPONSE, DESCRIPTOR = _ROLLBACKRELEASERESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseResponse)
}) ))
_sym_db.RegisterMessage(RollbackReleaseResponse) _sym_db.RegisterMessage(RollbackReleaseResponse)
InstallReleaseRequest = _reflection.GeneratedProtocolMessageType('InstallReleaseRequest', (_message.Message,), { InstallReleaseRequest = _reflection.GeneratedProtocolMessageType('InstallReleaseRequest', (_message.Message,), dict(
'DESCRIPTOR' : _INSTALLRELEASEREQUEST, DESCRIPTOR = _INSTALLRELEASEREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseRequest)
}) ))
_sym_db.RegisterMessage(InstallReleaseRequest) _sym_db.RegisterMessage(InstallReleaseRequest)
InstallReleaseResponse = _reflection.GeneratedProtocolMessageType('InstallReleaseResponse', (_message.Message,), { InstallReleaseResponse = _reflection.GeneratedProtocolMessageType('InstallReleaseResponse', (_message.Message,), dict(
'DESCRIPTOR' : _INSTALLRELEASERESPONSE, DESCRIPTOR = _INSTALLRELEASERESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseResponse)
}) ))
_sym_db.RegisterMessage(InstallReleaseResponse) _sym_db.RegisterMessage(InstallReleaseResponse)
UninstallReleaseRequest = _reflection.GeneratedProtocolMessageType('UninstallReleaseRequest', (_message.Message,), { UninstallReleaseRequest = _reflection.GeneratedProtocolMessageType('UninstallReleaseRequest', (_message.Message,), dict(
'DESCRIPTOR' : _UNINSTALLRELEASEREQUEST, DESCRIPTOR = _UNINSTALLRELEASEREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseRequest)
}) ))
_sym_db.RegisterMessage(UninstallReleaseRequest) _sym_db.RegisterMessage(UninstallReleaseRequest)
UninstallReleaseResponse = _reflection.GeneratedProtocolMessageType('UninstallReleaseResponse', (_message.Message,), { UninstallReleaseResponse = _reflection.GeneratedProtocolMessageType('UninstallReleaseResponse', (_message.Message,), dict(
'DESCRIPTOR' : _UNINSTALLRELEASERESPONSE, DESCRIPTOR = _UNINSTALLRELEASERESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseResponse)
}) ))
_sym_db.RegisterMessage(UninstallReleaseResponse) _sym_db.RegisterMessage(UninstallReleaseResponse)
GetVersionRequest = _reflection.GeneratedProtocolMessageType('GetVersionRequest', (_message.Message,), { GetVersionRequest = _reflection.GeneratedProtocolMessageType('GetVersionRequest', (_message.Message,), dict(
'DESCRIPTOR' : _GETVERSIONREQUEST, DESCRIPTOR = _GETVERSIONREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionRequest)
}) ))
_sym_db.RegisterMessage(GetVersionRequest) _sym_db.RegisterMessage(GetVersionRequest)
GetVersionResponse = _reflection.GeneratedProtocolMessageType('GetVersionResponse', (_message.Message,), { GetVersionResponse = _reflection.GeneratedProtocolMessageType('GetVersionResponse', (_message.Message,), dict(
'DESCRIPTOR' : _GETVERSIONRESPONSE, DESCRIPTOR = _GETVERSIONRESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionResponse)
}) ))
_sym_db.RegisterMessage(GetVersionResponse) _sym_db.RegisterMessage(GetVersionResponse)
GetHistoryRequest = _reflection.GeneratedProtocolMessageType('GetHistoryRequest', (_message.Message,), { GetHistoryRequest = _reflection.GeneratedProtocolMessageType('GetHistoryRequest', (_message.Message,), dict(
'DESCRIPTOR' : _GETHISTORYREQUEST, DESCRIPTOR = _GETHISTORYREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryRequest)
}) ))
_sym_db.RegisterMessage(GetHistoryRequest) _sym_db.RegisterMessage(GetHistoryRequest)
GetHistoryResponse = _reflection.GeneratedProtocolMessageType('GetHistoryResponse', (_message.Message,), { GetHistoryResponse = _reflection.GeneratedProtocolMessageType('GetHistoryResponse', (_message.Message,), dict(
'DESCRIPTOR' : _GETHISTORYRESPONSE, DESCRIPTOR = _GETHISTORYRESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryResponse)
}) ))
_sym_db.RegisterMessage(GetHistoryResponse) _sym_db.RegisterMessage(GetHistoryResponse)
TestReleaseRequest = _reflection.GeneratedProtocolMessageType('TestReleaseRequest', (_message.Message,), { TestReleaseRequest = _reflection.GeneratedProtocolMessageType('TestReleaseRequest', (_message.Message,), dict(
'DESCRIPTOR' : _TESTRELEASEREQUEST, DESCRIPTOR = _TESTRELEASEREQUEST,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseRequest) # @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseRequest)
}) ))
_sym_db.RegisterMessage(TestReleaseRequest) _sym_db.RegisterMessage(TestReleaseRequest)
TestReleaseResponse = _reflection.GeneratedProtocolMessageType('TestReleaseResponse', (_message.Message,), { TestReleaseResponse = _reflection.GeneratedProtocolMessageType('TestReleaseResponse', (_message.Message,), dict(
'DESCRIPTOR' : _TESTRELEASERESPONSE, DESCRIPTOR = _TESTRELEASERESPONSE,
'__module__' : 'hapi.services.tiller_pb2' __module__ = 'hapi.services.tiller_pb2'
# @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseResponse) # @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseResponse)
}) ))
_sym_db.RegisterMessage(TestReleaseResponse) _sym_db.RegisterMessage(TestReleaseResponse)

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# source: hapi/version/version.proto # source: hapi/version/version.proto
@ -73,11 +72,11 @@ _VERSION = _descriptor.Descriptor(
DESCRIPTOR.message_types_by_name['Version'] = _VERSION DESCRIPTOR.message_types_by_name['Version'] = _VERSION
_sym_db.RegisterFileDescriptor(DESCRIPTOR) _sym_db.RegisterFileDescriptor(DESCRIPTOR)
Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), { Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), dict(
'DESCRIPTOR' : _VERSION, DESCRIPTOR = _VERSION,
'__module__' : 'hapi.version.version_pb2' __module__ = 'hapi.version.version_pb2'
# @@protoc_insertion_point(class_scope:hapi.version.Version) # @@protoc_insertion_point(class_scope:hapi.version.Version)
}) ))
_sym_db.RegisterMessage(Version) _sym_db.RegisterMessage(Version)

View File

@ -18,7 +18,7 @@ set -xe
CURRENT_DIR="$(pwd)" CURRENT_DIR="$(pwd)"
: "${INSTALL_PATH:="../"}" : "${INSTALL_PATH:="../"}"
cd ${INSTALL_PATH} cd ${INSTALL_PATH}
: "${OSH_INFRA_COMMIT:="eacf93722136636dcfbd2b68c59b71f071ffc085"}" : "${OSH_INFRA_COMMIT:="dc58ef9dddd0326cc86229eda4e21e269adb31be"}"
# Clone openstack-helm-infra # Clone openstack-helm-infra
git clone https://opendev.org/openstack/openstack-helm-infra.git git clone https://opendev.org/openstack/openstack-helm-infra.git

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
HELM_BRANCH='v2.16.1' HELM_BRANCH='v2.16.9'
git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH

View File

@ -17,7 +17,7 @@
set -x set -x
HELM=$1 HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.16.1-linux-amd64.tar.gz"} HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.16.9-linux-amd64.tar.gz"}
function install_helm_binary { function install_helm_binary {