Merge "Upversion helm-toolkit to 0.2.19"

This commit is contained in:
Zuul 2021-10-13 19:25:34 +00:00 committed by Gerrit Code Review
commit 8b45688726
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@ data:
values: {} values: {}
source: source:
type: tar 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 subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []