Remove helmv2 tillerVersion from helm-toolkit

Needed since the chart fails to lint with tillerVersion included.

Change-Id: If5ce0ffa3d5abbef0d91e0e667d1b30c866fa020
This commit is contained in:
Graham Steffaniak 2022-03-25 14:57:13 -05:00
parent 373b20dc8c
commit a4f39d7753
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Helm-Toolkit
name: helm-toolkit
version: 0.2.38
version: 0.2.39
home: https://docs.openstack.org/openstack-helm
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
sources:
@ -23,5 +23,4 @@ sources:
- https://opendev.org/openstack/openstack-helm
maintainers:
- name: OpenStack-Helm Authors
tillerVersion: ">=2.13.0"
...

View File

@ -45,4 +45,5 @@ helm-toolkit:
- 0.2.36 Enable taint toleration for Openstack services jobs
- 0.2.37 Updated chart naming for subchart compatibility
- 0.2.38 Minor change to display archive directory with files in sub-directory
- 0.2.39 Removed tillerVersion from Chart to pass helm3 linting
...