Update Chart.yaml apiVersion to v2

Change-Id: I66dcaedefd0640f8a7b5343363354ba539d70627
This commit is contained in:
Vladimir Kozhukalov 2024-12-16 16:00:49 -06:00
parent b600c06628
commit 693d3a2686
174 changed files with 416 additions and 1081 deletions

View File

@ -38,7 +38,7 @@ $(CHARTS):
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

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: "1.0" appVersion: "1.0"
description: Certificate Issuer chart for OSH description: Certificate Issuer chart for OSH
home: https://cert-manager.io/ home: https://cert-manager.io/
name: ca-clusterissuer name: ca-clusterissuer
version: 0.1.1 version: 0.1.2
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: "1.0" appVersion: "1.0"
description: Certificate Issuer chart for OSH description: Certificate Issuer chart for OSH
home: https://cert-manager.io/ home: https://cert-manager.io/
name: ca-issuer name: ca-issuer
version: 0.2.2 version: 0.2.3
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph Adapter Rook description: OpenStack-Helm Ceph Adapter Rook
name: ceph-adapter-rook name: ceph-adapter-rook
version: 0.1.4 version: 0.1.5
home: https://github.com/ceph/ceph home: https://github.com/ceph/ceph
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph Client description: OpenStack-Helm Ceph Client
name: ceph-client name: ceph-client
version: 0.1.52 version: 0.1.53
home: https://github.com/ceph/ceph-client home: https://github.com/ceph/ceph-client
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph Mon description: OpenStack-Helm Ceph Mon
name: ceph-mon name: ceph-mon
version: 0.1.36 version: 0.1.37
home: https://github.com/ceph/ceph home: https://github.com/ceph/ceph
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph OSD description: OpenStack-Helm Ceph OSD
name: ceph-osd name: ceph-osd
version: 0.1.57 version: 0.1.58
home: https://github.com/ceph/ceph home: https://github.com/ceph/ceph
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph Provisioner description: OpenStack-Helm Ceph Provisioner
name: ceph-provisioners name: ceph-provisioners
version: 0.1.33 version: 0.1.34
home: https://github.com/ceph/ceph home: https://github.com/ceph/ceph
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Ceph RadosGW description: OpenStack-Helm Ceph RadosGW
name: ceph-rgw name: ceph-rgw
version: 0.1.38 version: 0.1.39
home: https://github.com/ceph/ceph home: https://github.com/ceph/ceph
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: "1.0" appVersion: "1.0"
description: Rotate the certificates generated by cert-manager description: Rotate the certificates generated by cert-manager
home: https://cert-manager.io/ home: https://cert-manager.io/
name: cert-rotation name: cert-rotation
version: 0.1.9 version: 0.1.10
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: A Helm chart for DaemonjobController description: A Helm chart for DaemonjobController
name: daemonjob-controller name: daemonjob-controller
version: 0.1.7 version: 0.1.8
home: https://opendev.org/openstack home: https://opendev.org/openstack
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v6.2.3 appVersion: v6.2.3
description: OpenStack-Helm Elastic APM Server description: OpenStack-Helm Elastic APM Server
name: elastic-apm-server name: elastic-apm-server
version: 0.1.5 version: 0.1.6
home: https://www.elastic.co/guide/en/apm/get-started/current/index.html home: https://www.elastic.co/guide/en/apm/get-started/current/index.html
sources: sources:
- https://github.com/elastic/apm-server - https://github.com/elastic/apm-server
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v7.1.0 appVersion: v7.1.0
description: OpenStack-Helm Elastic Filebeat description: OpenStack-Helm Elastic Filebeat
name: elastic-filebeat name: elastic-filebeat
version: 0.1.6 version: 0.1.7
home: https://www.elastic.co/products/beats/filebeat home: https://www.elastic.co/products/beats/filebeat
sources: sources:
- https://github.com/elastic/beats/tree/master/filebeat - https://github.com/elastic/beats/tree/master/filebeat
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v7.1.0 appVersion: v7.1.0
description: OpenStack-Helm Elastic Metricbeat description: OpenStack-Helm Elastic Metricbeat
name: elastic-metricbeat name: elastic-metricbeat
version: 0.1.7 version: 0.1.8
home: https://www.elastic.co/products/beats/metricbeat home: https://www.elastic.co/products/beats/metricbeat
sources: sources:
- https://github.com/elastic/beats/tree/master/metricbeat - https://github.com/elastic/beats/tree/master/metricbeat
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v7.1.0 appVersion: v7.1.0
description: OpenStack-Helm Elastic Packetbeat description: OpenStack-Helm Elastic Packetbeat
name: elastic-packetbeat name: elastic-packetbeat
version: 0.1.5 version: 0.1.6
home: https://www.elastic.co/products/beats/packetbeat home: https://www.elastic.co/products/beats/packetbeat
sources: sources:
- https://github.com/elastic/beats/tree/master/packetbeat - https://github.com/elastic/beats/tree/master/packetbeat
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v8.9.0 appVersion: v8.9.0
description: OpenStack-Helm ElasticSearch description: OpenStack-Helm ElasticSearch
name: elasticsearch name: elasticsearch
version: 0.3.8 version: 0.3.9
home: https://www.elastic.co/ home: https://www.elastic.co/
sources: sources:
- https://github.com/elastic/elasticsearch - https://github.com/elastic/elasticsearch
- https://opendev.org/openstack/openstack-helm-addons - https://opendev.org/openstack/openstack-helm-addons
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v3.4.3 appVersion: v3.4.3
description: OpenStack-Helm etcd description: OpenStack-Helm etcd
name: etcd name: etcd
version: 0.1.9 version: 0.1.10
home: https://coreos.com/etcd/ home: https://coreos.com/etcd/
icon: https://raw.githubusercontent.com/CloudCoreo/etcd-cluster/master/images/icon.png icon: https://raw.githubusercontent.com/CloudCoreo/etcd-cluster/master/images/icon.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,6 +0,0 @@
---
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,9 +11,9 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
name: falco name: falco
version: 0.1.10 version: 0.1.11
appVersion: 0.11.1 appVersion: 0.11.1
description: Sysdig Falco description: Sysdig Falco
keywords: keywords:
@ -29,4 +29,8 @@ sources:
- https://github.com/draios/falco - https://github.com/draios/falco
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.8.0 appVersion: v0.8.0
description: OpenStack-Helm BootStrap Flannel description: OpenStack-Helm BootStrap Flannel
name: flannel name: flannel
version: 0.1.6 version: 0.1.7
home: https://github.com/coreos/flannel home: https://github.com/coreos/flannel
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.14.2 appVersion: v0.14.2
description: OpenStack-Helm Fluentbit description: OpenStack-Helm Fluentbit
name: fluentbit name: fluentbit
version: 0.1.6 version: 0.1.7
home: https://www.fluentbit.io/ home: https://www.fluentbit.io/
sources: sources:
- https://github.com/fluent/fluentbit - https://github.com/fluent/fluentbit
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.10.1 appVersion: v1.10.1
description: OpenStack-Helm Fluentd description: OpenStack-Helm Fluentd
name: fluentd name: fluentd
version: 0.1.13 version: 0.1.14
home: https://www.fluentd.org/ home: https://www.fluentd.org/
sources: sources:
- https://github.com/fluent/fluentd - https://github.com/fluent/fluentd
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit/
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit/
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v3.0.3 appVersion: v3.0.3
description: OpenStack-Helm Gnocchi description: OpenStack-Helm Gnocchi
name: gnocchi name: gnocchi
version: 0.1.16 version: 0.1.17
home: https://gnocchi.xyz/ home: https://gnocchi.xyz/
icon: https://gnocchi.xyz/_static/gnocchi-logo.png icon: https://gnocchi.xyz/_static/gnocchi-logo.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v9.2.10 appVersion: v9.2.10
description: OpenStack-Helm Grafana description: OpenStack-Helm Grafana
name: grafana name: grafana
version: 0.1.30 version: 0.1.31
home: https://grafana.com/ home: https://grafana.com/
sources: sources:
- https://github.com/grafana/grafana - https://github.com/grafana/grafana
- https://opendev.org/openstack/openstack-helm-addons - https://opendev.org/openstack/openstack-helm-addons
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Helm-Toolkit description: OpenStack-Helm Helm-Toolkit
name: helm-toolkit name: helm-toolkit
version: 0.2.78 version: 0.2.79
home: https://docs.openstack.org/openstack-helm home: https://docs.openstack.org/openstack-helm
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
sources: sources:
@ -23,4 +23,5 @@ sources:
- https://opendev.org/openstack/openstack-helm - https://opendev.org/openstack/openstack-helm
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies: []
... ...

View File

@ -1,15 +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: []
...

View File

@ -0,0 +1,21 @@
{{/*
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.
*/}}
{{- define "helm-toolkit.utils.hash2" -}}
{{- $name := index . 0 -}}
{{- $context := index . 1 -}}
{{- $last := base $context.Template.Name }}
{{- $wtf := $context.Template.Name | replace $last $name -}}
{{- printf "%s" $wtf | quote -}}
{{- end -}}

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v8.9.0 appVersion: v8.9.0
description: OpenStack-Helm Kibana description: OpenStack-Helm Kibana
name: kibana name: kibana
version: 0.1.19 version: 0.1.20
home: https://www.elastic.co/products/kibana home: https://www.elastic.co/products/kibana
sources: sources:
- https://github.com/elastic/kibana - https://github.com/elastic/kibana
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.14.5 appVersion: v1.14.5
description: OpenStack-Helm Kube-DNS description: OpenStack-Helm Kube-DNS
name: kube-dns name: kube-dns
version: 0.1.8 version: 0.1.9
home: https://github.com/coreos/flannel home: https://github.com/coreos/flannel
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,14 +11,18 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.2.0 appVersion: v0.2.0
description: OpenStack-Helm Kubernetes keystone webhook description: OpenStack-Helm Kubernetes keystone webhook
name: kubernetes-keystone-webhook name: kubernetes-keystone-webhook
version: 0.1.11 version: 0.1.12
home: https://github.com/kubernetes/cloud-provider-openstack home: https://github.com/kubernetes/cloud-provider-openstack
sources: sources:
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Kubernetes Node Problem Detector description: OpenStack-Helm Kubernetes Node Problem Detector
name: kubernetes-node-problem-detector name: kubernetes-node-problem-detector
version: 0.1.10 version: 0.1.11
home: https://github.com/kubernetes/node-problem-detector home: https://github.com/kubernetes/node-problem-detector
sources: sources:
- https://github.com/kubernetes/node-problem-detector - https://github.com/kubernetes/node-problem-detector
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,12 +11,16 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.2.0 appVersion: v1.2.0
description: OpenStack-Helm LDAP description: OpenStack-Helm LDAP
name: ldap name: ldap
version: 0.1.5 version: 0.1.6
home: https://www.openldap.org/ home: https://www.openldap.org/
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm libvirt description: OpenStack-Helm libvirt
name: libvirt name: libvirt
version: 0.1.40 version: 0.1.41
home: https://libvirt.org home: https://libvirt.org
sources: sources:
- https://libvirt.org/git/?p=libvirt.git;a=summary - https://libvirt.org/git/?p=libvirt.git;a=summary
- 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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,12 +11,16 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Local Storage description: OpenStack-Helm Local Storage
name: local-storage name: local-storage
version: 0.1.2 version: 0.1.3
home: https://kubernetes.io/docs/concepts/storage/volumes/#local home: https://kubernetes.io/docs/concepts/storage/volumes/#local
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,14 +11,18 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm local-volume-provisioner description: OpenStack-Helm local-volume-provisioner
name: local-volume-provisioner name: local-volume-provisioner
version: 0.1.0 version: 0.1.1
home: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner home: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
sources: 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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: "1.0" appVersion: "1.0"
description: | description: |
A helm chart used to lockdown all ingress and egress for a namespace A helm chart used to lockdown all ingress and egress for a namespace
name: lockdown name: lockdown
version: 0.1.1 version: 0.1.2
home: https://kubernetes.io/docs/concepts/services-networking/network-policies/ home: https://kubernetes.io/docs/concepts/services-networking/network-policies/
... ...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v10.6.14 appVersion: v10.6.14
description: OpenStack-Helm MariaDB backups description: OpenStack-Helm MariaDB backups
name: mariadb-backup name: mariadb-backup
version: 0.0.7 version: 0.0.8
home: https://mariadb.com/kb/en/ home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v10.6.14 appVersion: v10.6.14
description: OpenStack-Helm MariaDB controlled by mariadb-operator description: OpenStack-Helm MariaDB controlled by mariadb-operator
name: mariadb-cluster name: mariadb-cluster
version: 0.0.7 version: 0.0.8
home: https://mariadb.com/kb/en/ home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources: sources:
@ -24,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v10.6.7 appVersion: v10.6.7
description: OpenStack-Helm MariaDB description: OpenStack-Helm MariaDB
name: mariadb name: mariadb
version: 0.2.66 version: 0.2.67
home: https://mariadb.com/kb/en/ home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,14 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.5.5 appVersion: v1.5.5
description: OpenStack-Helm Memcached description: OpenStack-Helm Memcached
name: memcached name: memcached
version: 0.1.17 version: 0.1.18
home: https://github.com/memcached/memcached home: https://github.com/memcached/memcached
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.4.2 appVersion: v0.4.2
description: A Helm chart for Metacontroller description: A Helm chart for Metacontroller
name: metacontroller name: metacontroller
version: 0.1.7 version: 0.1.8
home: https://metacontroller.app/ home: https://metacontroller.app/
keywords: keywords:
- CRDs - CRDs
@ -24,4 +24,8 @@ sources:
- https://github.com/GoogleCloudPlatform/metacontroller - https://github.com/GoogleCloudPlatform/metacontroller
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v3.4.9 appVersion: v3.4.9
description: OpenStack-Helm MongoDB description: OpenStack-Helm MongoDB
name: mongodb name: mongodb
version: 0.1.6 version: 0.1.7
home: https://www.mongodb.com home: https://www.mongodb.com
sources: sources:
- https://github.com/mongodb/mongo - https://github.com/mongodb/mongo
- 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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,14 +11,18 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Nagios description: OpenStack-Helm Nagios
name: nagios name: nagios
version: 0.1.14 version: 0.1.15
home: https://www.nagios.org home: https://www.nagios.org
sources: sources:
- https://opendev.org/openstack/openstack-helm-addons - https://opendev.org/openstack/openstack-helm-addons
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,10 +11,10 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Namespace Config description: OpenStack-Helm Namespace Config
name: namespace-config name: namespace-config
version: 0.1.2 version: 0.1.3
home: https://kubernetes.io/docs/concepts/policy/limit-range/ home: https://kubernetes.io/docs/concepts/policy/limit-range/
... ...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v2.2.1 appVersion: v2.2.1
description: OpenStack-Helm NFS description: OpenStack-Helm NFS
name: nfs-provisioner name: nfs-provisioner
version: 0.1.6 version: 0.1.7
home: https://github.com/kubernetes-incubator/external-storage home: https://github.com/kubernetes-incubator/external-storage
sources: sources:
- https://github.com/kubernetes-incubator/external-storage - https://github.com/kubernetes-incubator/external-storage
- 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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm OpenVSwitch description: OpenStack-Helm OpenVSwitch
name: openvswitch name: openvswitch
version: 0.1.25 version: 0.1.26
home: http://openvswitch.org home: http://openvswitch.org
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:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v23.3.0 appVersion: v23.3.0
description: OpenStack-Helm OVN description: OpenStack-Helm OVN
name: ovn name: ovn
version: 0.1.15 version: 0.1.16
home: https://www.ovn.org home: https://www.ovn.org
icon: https://www.ovn.org/images/ovn-logo.png icon: https://www.ovn.org/images/ovn-logo.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v14.5 appVersion: v14.5
description: OpenStack-Helm PostgreSQL description: OpenStack-Helm PostgreSQL
name: postgresql name: postgresql
version: 0.1.23 version: 0.1.24
home: https://www.postgresql.org home: https://www.postgresql.org
sources: sources:
- https://github.com/postgres/postgres - https://github.com/postgres/postgres
- 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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,12 +11,16 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v4.1.10 appVersion: v4.1.10
description: OpenStack-Helm PowerDNS description: OpenStack-Helm PowerDNS
name: powerdns name: powerdns
version: 0.1.10 version: 0.1.11
home: https://www.powerdns.com/ home: https://www.powerdns.com/
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.20.0 appVersion: v0.20.0
description: OpenStack-Helm Alertmanager for Prometheus description: OpenStack-Helm Alertmanager for Prometheus
name: prometheus-alertmanager name: prometheus-alertmanager
version: 0.1.10 version: 0.1.11
home: https://prometheus.io/docs/alerting/alertmanager/ home: https://prometheus.io/docs/alerting/alertmanager/
sources: sources:
- https://github.com/prometheus/alertmanager - https://github.com/prometheus/alertmanager
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -10,15 +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: v0.16.0 appVersion: v0.16.0
description: OpenStack-Helm blackbox exporter for Prometheus description: OpenStack-Helm blackbox exporter for Prometheus
name: prometheus-blackbox-exporter name: prometheus-blackbox-exporter
version: 0.1.5 version: 0.1.6
home: https://github.com/prometheus/blackbox_exporter home: https://github.com/prometheus/blackbox_exporter
sources: sources:
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
- https://github.com/prometheus/blackbox_exporter - https://github.com/prometheus/blackbox_exporter
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,6 +0,0 @@
---
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v1.3.1 appVersion: v1.3.1
description: OpenStack-Helm Kube-State-Metrics for Prometheus description: OpenStack-Helm Kube-State-Metrics for Prometheus
name: prometheus-kube-state-metrics name: prometheus-kube-state-metrics
version: 0.1.8 version: 0.1.9
home: https://github.com/kubernetes/kube-state-metrics home: https://github.com/kubernetes/kube-state-metrics
sources: sources:
- https://github.com/kubernetes/kube-state-metrics - https://github.com/kubernetes/kube-state-metrics
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,11 +11,11 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.12.1 appVersion: v0.12.1
description: OpenStack-Helm Prometheus mysql-exporter description: OpenStack-Helm Prometheus mysql-exporter
name: prometheus-mysql-exporter name: prometheus-mysql-exporter
version: 0.0.5 version: 0.0.6
home: https://mariadb.com/kb/en/ home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources: sources:
@ -23,4 +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://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

View File

@ -11,15 +11,19 @@
# limitations under the License. # limitations under the License.
--- ---
apiVersion: v1 apiVersion: v2
appVersion: v0.18.1 appVersion: v0.18.1
description: OpenStack-Helm Node Exporter for Prometheus description: OpenStack-Helm Node Exporter for Prometheus
name: prometheus-node-exporter name: prometheus-node-exporter
version: 0.1.7 version: 0.1.8
home: https://github.com/prometheus/node_exporter home: https://github.com/prometheus/node_exporter
sources: sources:
- https://github.com/prometheus/node_exporter - https://github.com/prometheus/node_exporter
- https://opendev.org/openstack/openstack-helm-infra - https://opendev.org/openstack/openstack-helm-infra
maintainers: maintainers:
- name: OpenStack-Helm Authors - name: OpenStack-Helm Authors
dependencies:
- name: helm-toolkit
repository: file://../helm-toolkit
version: ">= 0.1.0"
... ...

View File

@ -1,18 +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://../helm-toolkit
version: ">= 0.1.0"
...

Some files were not shown because too many files have changed in this diff Show More