Skip to content

Commit

Permalink
Update some charts (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Dec 2, 2024
1 parent 93f5eaa commit 7013151
Show file tree
Hide file tree
Showing 49 changed files with 11,896 additions and 48,052 deletions.
18 changes: 9 additions & 9 deletions .charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ charts:
url: https://charts.rook.io/release
- name: mariadb-operator
# https://artifacthub.io/packages/helm/mariadb-operator/mariadb-operator
version: 0.30.0
version: 0.36.0
repository:
url: https://helm.mariadb.com/mariadb-operator
- name: rabbitmq-cluster-operator
Expand Down Expand Up @@ -102,34 +102,34 @@ charts:
url: https://headlamp-k8s.github.io/headlamp/
# YAOOK charts
- name: cds-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: crds
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: infra-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: keystone-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: keystone-resources-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: cinder-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: glance-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
- name: horizon-operator
version: 0.20240919.2
version: 0.20241021.0
repository:
url: https://charts.yaook.cloud/operator/stable
4 changes: 2 additions & 2 deletions charts/cds-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook ConfiguredDaemonSet operator
type: application
name: cds-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/cinder-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook cinder operator
type: application
name: cinder-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: CustomResourceDefinitions used by Yaook.
type: application
name: crds
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
8 changes: 8 additions & 0 deletions charts/crds/templates/gen-cue-barbican-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down
8 changes: 8 additions & 0 deletions charts/crds/templates/gen-cue-cinder-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down
8 changes: 8 additions & 0 deletions charts/crds/templates/gen-cue-glance-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down
8 changes: 8 additions & 0 deletions charts/crds/templates/gen-cue-gnocchi-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down
18 changes: 18 additions & 0 deletions charts/crds/templates/gen-cue-infra-ironic-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down Expand Up @@ -754,6 +762,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down Expand Up @@ -1694,6 +1710,8 @@ spec:
- zed
- '2023.1'
type: string
tftpAddress:
type: string
required:
- api
- imageServer
Expand Down
8 changes: 8 additions & 0 deletions charts/crds/templates/gen-cue-keystone-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down
10 changes: 10 additions & 0 deletions charts/crds/templates/gen-cue-neutron-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect to
the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more detailed
than typical configuration snippets because of the special `optimizer_switch`
Expand Down Expand Up @@ -2289,6 +2297,8 @@ spec:
enum:
- zed
- '2023.1'
- '2023.2'
- '2024.1'
type: string
required:
- novaRef
Expand Down
2 changes: 2 additions & 0 deletions charts/crds/templates/gen-cue-neutron-ovn-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ spec:
enum:
- zed
- '2023.1'
- '2023.2'
- '2024.1'
type: string
required:
- keystoneRef
Expand Down
32 changes: 32 additions & 0 deletions charts/crds/templates/gen-cue-nova-crd.cue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down Expand Up @@ -1143,6 +1151,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down Expand Up @@ -1505,6 +1521,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down Expand Up @@ -1867,6 +1891,14 @@ spec:
required:
- schedule
type: object
clientDriver:
default: pymysql
description: SQLAlchemy driver used by the client to connect
to the database.
enum:
- pymysql
- mysqldb
type: string
mysqlConfig:
description: Additional MySQL configuration. This is more
detailed than typical configuration snippets because of
Expand Down
4 changes: 2 additions & 2 deletions charts/glance-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook glance operator
type: application
name: glance-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/horizon-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook horizon operator
type: application
name: horizon-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/infra-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook infrastructure service operator (databases, caches, message queues)
type: application
name: infra-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/keystone-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook keystone operator
type: application
name: keystone-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
4 changes: 2 additions & 2 deletions charts/keystone-resources-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
description: Yaook Keystone resources operator (users, endpoints)
type: application
name: keystone-resources-operator
version: "0.20240919.2"
appVersion: "0.20240919.2"
version: "0.20241021.0"
appVersion: "0.20241021.0"
kubeVersion: ">=1.16.0-0"
6 changes: 6 additions & 0 deletions charts/mariadb-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: mariadb-operator-crds
repository: file://../mariadb-operator-crds
version: 0.36.0
digest: sha256:36a165ae38b02db7157eb85ac11cb670419a49c7f02469d6076d6e3e07ae7a61
generated: "2024-11-08T11:39:31.931623807Z"
13 changes: 10 additions & 3 deletions charts/mariadb-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apiVersion: v2
appVersion: v0.0.30
appVersion: 0.36.0
dependencies:
- condition: crds.enabled
name: mariadb-operator-crds
repository: file://../mariadb-operator-crds
version: 0.36.0
description: Run and operate MariaDB in a cloud native way
home: https://github.com/mariadb-operator/mariadb-operator
icon: https://mariadb-operator.github.io/mariadb-operator/assets/mariadb_profile.svg
Expand All @@ -12,8 +17,10 @@ keywords:
- maxscale
kubeVersion: '>=1.26.0-0'
maintainers:
- email: [email protected]
- email: [email protected]
name: mmontes11
- email: [email protected]
name: mariadb-pieterhumphrey
name: mariadb-operator
type: application
version: 0.30.0
version: 0.36.0
Loading

0 comments on commit 7013151

Please sign in to comment.