Update Chart.yaml apiVersion to v2
Depends-On: I66dcaedefd0640f8a7b5343363354ba539d70627 Change-Id: I25a9354dff75cf4e02c28c0e756c360df7807778
This commit is contained in:
parent
fa9d0f45e6
commit
79f3ddfa17
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ $(HELM_DOCS):
|
|||||||
|
|
||||||
init-%:
|
init-%:
|
||||||
if [ -f $*/Makefile ]; then make -C $*; fi
|
if [ -f $*/Makefile ]; then make -C $*; fi
|
||||||
if [ -f $*/requirements.yaml ]; then $(HELM) dep up $*; fi
|
if grep -qE "^dependencies:" $*/Chart.yaml; then $(HELM) dep up $*; fi
|
||||||
|
|
||||||
lint-%: init-%
|
lint-%: init-%
|
||||||
if [ -d $* ]; then $(HELM) lint $*; fi
|
if [ -d $* ]; then $(HELM) lint $*; fi
|
||||||
|
@ -12,14 +12,19 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: Openstack-Helm Aodh
|
description: Openstack-Helm Aodh
|
||||||
name: aodh
|
name: aodh
|
||||||
version: 0.2.12
|
version: 0.2.13
|
||||||
home: https://docs.openstack.org/aodh/latest/
|
home: https://docs.openstack.org/aodh/latest/
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/aodh
|
- https://opendev.org/openstack/aodh
|
||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# Copyright 2019 Wind River Systems, Inc.
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Barbican
|
description: OpenStack-Helm Barbican
|
||||||
name: barbican
|
name: barbican
|
||||||
version: 0.3.16
|
version: 0.3.17
|
||||||
home: https://docs.openstack.org/barbican/latest/
|
home: https://docs.openstack.org/barbican/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,14 +10,19 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceilometer
|
description: OpenStack-Helm Ceilometer
|
||||||
name: ceilometer
|
name: ceilometer
|
||||||
version: 0.2.12
|
version: 0.2.13
|
||||||
home: https://docs.openstack.org/ceilometer/latest/
|
home: https://docs.openstack.org/ceilometer/latest/
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/ceilometer
|
- https://opendev.org/openstack/ceilometer
|
||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Cinder
|
description: OpenStack-Helm Cinder
|
||||||
name: cinder
|
name: cinder
|
||||||
version: 0.3.27
|
version: 0.3.28
|
||||||
home: https://docs.openstack.org/cinder/latest/
|
home: https://docs.openstack.org/cinder/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Cyborg
|
description: OpenStack-Helm Cyborg
|
||||||
name: cyborg
|
name: cyborg
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
home: https://docs.openstack.org/cyborg
|
home: https://docs.openstack.org/cyborg
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Designate
|
description: OpenStack-Helm Designate
|
||||||
name: designate
|
name: designate
|
||||||
version: 0.2.14
|
version: 0.2.15
|
||||||
home: https://docs.openstack.org/designate/latest/
|
home: https://docs.openstack.org/designate/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Glance
|
description: OpenStack-Helm Glance
|
||||||
name: glance
|
name: glance
|
||||||
version: 0.5.3
|
version: 0.5.4
|
||||||
home: https://docs.openstack.org/glance/latest/
|
home: https://docs.openstack.org/glance/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Heat
|
description: OpenStack-Helm Heat
|
||||||
name: heat
|
name: heat
|
||||||
version: 0.3.16
|
version: 0.3.17
|
||||||
home: https://docs.openstack.org/heat/latest/
|
home: https://docs.openstack.org/heat/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Horizon
|
description: OpenStack-Helm Horizon
|
||||||
name: horizon
|
name: horizon
|
||||||
version: 0.3.29
|
version: 0.3.30
|
||||||
home: https://docs.openstack.org/horizon/latest/
|
home: https://docs.openstack.org/horizon/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ironic
|
description: OpenStack-Helm Ironic
|
||||||
name: ironic
|
name: ironic
|
||||||
version: 0.2.21
|
version: 0.2.22
|
||||||
home: https://docs.openstack.org/ironic/latest/
|
home: https://docs.openstack.org/ironic/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Keystone
|
description: OpenStack-Helm Keystone
|
||||||
name: keystone
|
name: keystone
|
||||||
version: 0.3.17
|
version: 0.3.18
|
||||||
home: https://docs.openstack.org/keystone/latest/
|
home: https://docs.openstack.org/keystone/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Magnum
|
description: OpenStack-Helm Magnum
|
||||||
name: magnum
|
name: magnum
|
||||||
version: 0.2.14
|
version: 0.2.15
|
||||||
home: https://docs.openstack.org/magnum/latest/
|
home: https://docs.openstack.org/magnum/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Manila
|
description: OpenStack-Helm Manila
|
||||||
name: manila
|
name: manila
|
||||||
version: 0.1.14
|
version: 0.1.15
|
||||||
home: https://docs.openstack.org/manila/latest/
|
home: https://docs.openstack.org/manila/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Masakari
|
description: OpenStack-Helm Masakari
|
||||||
name: masakari
|
name: masakari
|
||||||
version: 0.1.13
|
version: 0.1.14
|
||||||
home: https://docs.openstack.org/developer/masakari
|
home: https://docs.openstack.org/developer/masakari
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -23,3 +23,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Mistral
|
description: OpenStack-Helm Mistral
|
||||||
name: mistral
|
name: mistral
|
||||||
version: 0.2.11
|
version: 0.2.12
|
||||||
home: https://docs.openstack.org/mistral/latest/
|
home: https://docs.openstack.org/mistral/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Monasca API
|
description: OpenStack-Helm Monasca API
|
||||||
name: monasca
|
name: monasca
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://docs.openstack.org/monasca/latest/
|
home: https://docs.openstack.org/monasca/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: "file://../../openstack-helm-infra/helm-toolkit"
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: "file://../../openstack-helm-infra/helm-toolkit"
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Neutron
|
description: OpenStack-Helm Neutron
|
||||||
name: neutron
|
name: neutron
|
||||||
version: 0.3.49
|
version: 0.3.50
|
||||||
home: https://docs.openstack.org/neutron/latest/
|
home: https://docs.openstack.org/neutron/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.3.48
|
version: 0.3.49
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -12,11 +12,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Octavia
|
description: OpenStack-Helm Octavia
|
||||||
name: octavia
|
name: octavia
|
||||||
version: 0.2.15
|
version: 0.2.16
|
||||||
home: https://docs.openstack.org/octavia/latest/
|
home: https://docs.openstack.org/octavia/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -24,3 +24,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# Copyright 2019 Samsung Electronics Co., Ltd.
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -57,6 +57,6 @@ dependencies:
|
|||||||
description: A chart for openstack helm commmon deployment items
|
description: A chart for openstack helm commmon deployment items
|
||||||
name: openstack
|
name: openstack
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.18
|
version: 0.2.19
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Placement
|
description: OpenStack-Helm Placement
|
||||||
name: placement
|
name: placement
|
||||||
version: 0.3.17
|
version: 0.3.18
|
||||||
home: https://docs.openstack.org/placement/latest/
|
home: https://docs.openstack.org/placement/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -24,3 +24,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
# Copyright 2019 Intel Corporation.
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm rally
|
description: OpenStack-Helm rally
|
||||||
name: rally
|
name: rally
|
||||||
version: 0.2.11
|
version: 0.2.12
|
||||||
home: https://docs.openstack.org/developer/rally
|
home: https://docs.openstack.org/developer/rally
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -15,4 +15,5 @@ aodh:
|
|||||||
- 0.2.10 Enable custom annotations for Openstack secrets
|
- 0.2.10 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.11 Update images used by default
|
- 0.2.11 Update images used by default
|
||||||
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.13 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -40,4 +40,5 @@ barbican:
|
|||||||
- 0.3.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.3.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.3.15 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.15 Add 2024.2 Ubuntu Jammy overrides
|
||||||
- 0.3.16 Add livenessProbe and change path in probe
|
- 0.3.16 Add livenessProbe and change path in probe
|
||||||
|
- 0.3.17 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -15,4 +15,5 @@ ceilometer:
|
|||||||
- 0.2.10 Enable custom annotations for Openstack secrets
|
- 0.2.10 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.11 Update images used by default
|
- 0.2.11 Update images used by default
|
||||||
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.13 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -77,4 +77,5 @@ cinder:
|
|||||||
- 0.3.25 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.25 Add 2024.2 Ubuntu Jammy overrides
|
||||||
- 0.3.26 Mount /run/cryptsetup in cinder-volume container
|
- 0.3.26 Mount /run/cryptsetup in cinder-volume container
|
||||||
- 0.3.27 Add support for using a tmpfs for cinder image conversion
|
- 0.3.27 Add support for using a tmpfs for cinder image conversion
|
||||||
|
- 0.3.28 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -8,4 +8,5 @@ cyborg:
|
|||||||
- 0.1.5 Enable custom annotations for Openstack secrets
|
- 0.1.5 Enable custom annotations for Openstack secrets
|
||||||
- 0.1.6 Update images used by default
|
- 0.1.6 Update images used by default
|
||||||
- 0.1.7 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.1.7 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.1.8 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -18,4 +18,5 @@ designate:
|
|||||||
- 0.2.12 Enable custom annotations for Openstack secrets
|
- 0.2.12 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.13 Update images used by default
|
- 0.2.13 Update images used by default
|
||||||
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.15 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -64,4 +64,5 @@ glance:
|
|||||||
- 0.5.1 Add 2024.2 Ubuntu Jammy overrides
|
- 0.5.1 Add 2024.2 Ubuntu Jammy overrides
|
||||||
- 0.5.2 Fix HTTP healthcheck URLs for Kubernetes probes
|
- 0.5.2 Fix HTTP healthcheck URLs for Kubernetes probes
|
||||||
- 0.5.3 Add override for downloading Ubuntu image
|
- 0.5.3 Add override for downloading Ubuntu image
|
||||||
|
- 0.5.4 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -42,4 +42,5 @@ heat:
|
|||||||
- 0.3.14 Update images used by default
|
- 0.3.14 Update images used by default
|
||||||
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.3.16 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.16 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.3.17 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -66,4 +66,5 @@ horizon:
|
|||||||
- 0.3.27 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.3.27 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.3.28 Add WEBSSO_KEYSTONE_URL value
|
- 0.3.28 Add WEBSSO_KEYSTONE_URL value
|
||||||
- 0.3.29 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.29 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.3.30 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -25,4 +25,5 @@ ironic:
|
|||||||
- 0.2.19 Allow extra containers for the conductor
|
- 0.2.19 Allow extra containers for the conductor
|
||||||
- 0.2.20 ensure tempdir is set to a reasonable default
|
- 0.2.20 ensure tempdir is set to a reasonable default
|
||||||
- 0.2.21 fix path to ironic.conf for 0.2.20's tempdir setting
|
- 0.2.21 fix path to ironic.conf for 0.2.20's tempdir setting
|
||||||
|
- 0.2.22 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -64,4 +64,5 @@ keystone:
|
|||||||
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.3.16 Align db scripts with Sqlalchemy 2
|
- 0.3.16 Align db scripts with Sqlalchemy 2
|
||||||
- 0.3.17 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.17 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.3.18 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -18,4 +18,5 @@ magnum:
|
|||||||
- 0.2.12 Enable custom annotations for Openstack secrets
|
- 0.2.12 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.13 Update images used by default
|
- 0.2.13 Update images used by default
|
||||||
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.15 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -15,4 +15,5 @@ manila:
|
|||||||
- 0.1.12 Update images used by default
|
- 0.1.12 Update images used by default
|
||||||
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.1.14 Add 2024.2 Ubuntu Jammy overrides
|
- 0.1.14 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.1.15 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -14,4 +14,5 @@ masakari:
|
|||||||
- 0.1.11 Move api_paste_config value to wsgi
|
- 0.1.11 Move api_paste_config value to wsgi
|
||||||
- 0.1.12 Update images used by default
|
- 0.1.12 Update images used by default
|
||||||
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.1.14 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -15,4 +15,5 @@ mistral:
|
|||||||
- 0.2.9 Enable custom annotations for Openstack secrets
|
- 0.2.9 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.10 Update images used by default
|
- 0.2.10 Update images used by default
|
||||||
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.12 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -6,4 +6,5 @@ monasca:
|
|||||||
- 0.1.3 Enable custom annotations for Openstack secrets
|
- 0.1.3 Enable custom annotations for Openstack secrets
|
||||||
- 0.1.4 Update images used by default
|
- 0.1.4 Update images used by default
|
||||||
- 0.1.5 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.1.5 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.1.6 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -91,4 +91,5 @@ neutron:
|
|||||||
- 0.3.47 Add service role to the Neutron user
|
- 0.3.47 Add service role to the Neutron user
|
||||||
- 0.3.48 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.48 Add 2024.2 Ubuntu Jammy overrides
|
||||||
- 0.3.49 Add node_selector_* for OVN VPN agent
|
- 0.3.49 Add node_selector_* for OVN VPN agent
|
||||||
|
- 0.3.50 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -117,4 +117,5 @@ nova:
|
|||||||
- 0.3.46 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.46 Add 2024.2 Ubuntu Jammy overrides
|
||||||
- 0.3.47 Use nova-compute.conf in nova-compute-ironic
|
- 0.3.47 Use nova-compute.conf in nova-compute-ironic
|
||||||
- 0.3.48 Fix typo in archive_deleted_rows script
|
- 0.3.48 Fix typo in archive_deleted_rows script
|
||||||
|
- 0.3.49 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -19,4 +19,5 @@ octavia:
|
|||||||
- 0.2.13 Enable custom annotations for Openstack secrets
|
- 0.2.13 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.14 Update images used by default
|
- 0.2.14 Update images used by default
|
||||||
- 0.2.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.16 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -27,4 +27,5 @@ openstack:
|
|||||||
- 0.2.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.2.17 Update default values to work on multinode cluster
|
- 0.2.17 Update default values to work on multinode cluster
|
||||||
- 0.2.18 Add 2024.2 Ubuntu Jammy overrides
|
- 0.2.18 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.2.19 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -40,4 +40,5 @@ placement:
|
|||||||
- 0.3.15 Uses uWSGI for API service
|
- 0.3.15 Uses uWSGI for API service
|
||||||
- 0.3.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.3.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.3.17 Add 2024.2 Ubuntu Jammy overrides
|
- 0.3.17 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.3.18 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -14,4 +14,5 @@ rally:
|
|||||||
- 0.2.9 Enable custom annotations for Openstack secrets
|
- 0.2.9 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.10 Update images used by default
|
- 0.2.10 Update images used by default
|
||||||
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.12 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -17,4 +17,5 @@ senlin:
|
|||||||
- 0.2.12 Enable custom annotations for Openstack secrets
|
- 0.2.12 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.13 Update images used by default
|
- 0.2.13 Update images used by default
|
||||||
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.15 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -9,4 +9,5 @@ tacker:
|
|||||||
- 0.1.6 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.1.6 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
- 0.1.7 Add Tacker Test Job
|
- 0.1.7 Add Tacker Test Job
|
||||||
- 0.1.8 Add 2024.2 Ubuntu Jammy overrides
|
- 0.1.8 Add 2024.2 Ubuntu Jammy overrides
|
||||||
|
- 0.1.9 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -14,4 +14,5 @@ tempest:
|
|||||||
- 0.2.9 Enable custom annotations for Openstack secrets
|
- 0.2.9 Enable custom annotations for Openstack secrets
|
||||||
- 0.2.10 Update images used by default
|
- 0.2.10 Update images used by default
|
||||||
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
|
- 0.2.12 Update Chart.yaml apiVersion to v2
|
||||||
...
|
...
|
||||||
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Senlin
|
description: OpenStack-Helm Senlin
|
||||||
name: senlin
|
name: senlin
|
||||||
version: 0.2.14
|
version: 0.2.15
|
||||||
home: https://docs.openstack.org/senlin/latest/
|
home: https://docs.openstack.org/senlin/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Tacker
|
description: OpenStack-Helm Tacker
|
||||||
name: tacker
|
name: tacker
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://docs.openstack.org/tacker/latest/
|
home: https://docs.openstack.org/tacker/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
@ -10,11 +10,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Tempest
|
description: OpenStack-Helm Tempest
|
||||||
name: tempest
|
name: tempest
|
||||||
version: 0.2.11
|
version: 0.2.12
|
||||||
home: https://docs.openstack.org/tempest/latest/
|
home: https://docs.openstack.org/tempest/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png
|
||||||
sources:
|
sources:
|
||||||
@ -22,3 +22,8 @@ sources:
|
|||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: helm-toolkit
|
||||||
|
repository: file://../../openstack-helm-infra/helm-toolkit
|
||||||
|
version: ">= 0.1.0"
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# 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.
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: helm-toolkit
|
|
||||||
repository: file://../../openstack-helm-infra/helm-toolkit
|
|
||||||
version: ">= 0.1.0"
|
|
Loading…
Reference in New Issue
Block a user