Upversion helm-toolkit to 0.2.19

We are updating openstack-helm-infra for stx-openstack
and all dependencies need to be updated accordingly.

Depends-On: https://review.opendev.org/c/starlingx/openstack-armada-app/+/808800/
Story: 2009161
Task: 43151
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I769b743f46ae472f1e47df9681b4badf89a2567b
This commit is contained in:
Thiago Brito 2021-09-22 11:55:44 -04:00
parent c550e402bf
commit 54deada8e3
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
# Build variables
%global helm_folder /usr/lib/helm
%global toolkit_version 0.1.0
%global toolkit_version 0.2.19
Summary: StarlingX K8S application: Platform Integration
Name: stx-platform-helm

View File

@ -6,4 +6,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -6,4 +6,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -6,4 +6,4 @@
dependencies:
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
version: ">= 0.1.0"

View File

@ -10,7 +10,7 @@ data:
values: {}
source:
type: tar
location: http://172.17.0.1:8080/helm_charts/stx-platform/helm-toolkit-0.1.0.tgz
location: http://172.17.0.1:8080/helm_charts/stx-platform/helm-toolkit-0.2.19.tgz
subpath: helm-toolkit
reference: master
dependencies: []