From 897238b8a893666e58f2e07cddf40da9e6553993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 23 Oct 2023 20:53:50 +0200 Subject: [PATCH] fix --- apps/gitea/index.yaml | 234 +++---- apps/nextcloud/index.yaml | 644 +++++++++--------- apps/okd/index.yaml | 48 +- apps/woodpecker/index.yaml | 246 +++---- .../apps_v1_Deployment_authentik-server.yaml | 10 +- .../apps_v1_Deployment_authentik-worker.yaml | 10 +- ...izontalPodAutoscaler_authentik-server.yaml | 4 +- ...izontalPodAutoscaler_authentik-worker.yaml | 4 +- share/authentik/index.yaml | 237 +++---- ...oreos.com_v1_PrometheusRule_authentik.yaml | 4 +- ...oreos.com_v1_ServiceMonitor_authentik.yaml | 4 +- share/authentik/v1_Service_authentik.yaml | 4 +- share/dataset-mongo/index.yaml | 42 +- share/dataset-redis/index.yaml | 29 +- .../apps_v1_Deployment_coredns-coredns.yaml | 8 +- share/dns/index.yaml | 37 +- ...v1_ClusterRoleBinding_coredns-coredns.yaml | 2 +- ...k8s.io_v1_ClusterRole_coredns-coredns.yaml | 2 +- .../v1_ServiceAccount_coredns-coredns.yaml | 2 +- .../v1_Service_coredns-coredns-metrics.yaml | 2 +- share/dns/v1_Service_coredns-coredns.yaml | 2 +- 21 files changed, 789 insertions(+), 786 deletions(-) diff --git a/apps/gitea/index.yaml b/apps/gitea/index.yaml index 823dbb8..8207729 100644 --- a/apps/gitea/index.yaml +++ b/apps/gitea/index.yaml @@ -9,21 +9,6 @@ metadata: A painless self-hosted Git service. Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. options: - sub-domain: - default: git - examples: - - git - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - domain: - default: your-company - examples: - - your-company - type: string backups: default: enable: false @@ -130,16 +115,61 @@ options: default: false type: boolean type: object - replicas: - default: 1 + app-group: + default: dev examples: - - 1 - type: integer - ssh-port: - default: 2222 + - dev + type: string + domain: + default: your-company examples: - - 2222 - type: integer + - your-company + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + theme: + default: gitea-modern + examples: + - gitea-modern + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + push-create: + default: + org: 'true' + private: 'false' + user: 'true' + examples: + - org: 'true' + private: 'false' + user: 'true' + properties: + org: + default: 'true' + type: string + private: + default: 'false' + type: string + user: + default: 'true' + type: string + type: object + volume: + default: + size: 10Gi + examples: + - size: 10Gi + properties: + size: + default: 10Gi + type: string + type: object load-balancer: default: ip: '' @@ -170,99 +200,44 @@ options: default: '14' type: string type: object - app-group: - default: dev + ssh-port: + default: 2222 examples: - - dev + - 2222 + type: integer + default-branch: + default: main + examples: + - main type: string - disable-registration: - default: true - examples: - - true - type: boolean - volume: - default: - size: 10Gi - examples: - - size: 10Gi - properties: - size: - default: 10Gi - type: string - type: object - timezone: - default: Europe/Paris - examples: - - Europe/Paris - type: string - release: - default: 8.3.0 - examples: - - 8.3.0 - type: string - webhook: - default: - allowed-hosts: private - skip-tls-verify: false - examples: - - allowed-hosts: private - skip-tls-verify: false - properties: - allowed-hosts: - default: private - type: string - skip-tls-verify: - default: false - type: boolean - type: object - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - admin: - default: - email: git-admin@git.your_company.com - name: gitea_admin - examples: - - email: git-admin@git.your_company.com - name: gitea_admin - properties: - email: - default: git-admin@git.your_company.com - type: string - name: - default: gitea_admin - type: string - type: object images: default: gitea: pullPolicy: IfNotPresent registry: docker.io repository: gitea/gitea - tag: 1.19.3 + tag: 1.20.5 memcached: registry: docker.io repository: bitnami/memcached - tag: 1.6.19-debian-11-r7 + tag: 1.6.22 examples: - gitea: pullPolicy: IfNotPresent registry: docker.io repository: gitea/gitea - tag: 1.19.3 + tag: 1.20.5 memcached: registry: docker.io repository: bitnami/memcached - tag: 1.6.19-debian-11-r7 + tag: 1.6.22 properties: gitea: default: pullPolicy: IfNotPresent registry: docker.io repository: gitea/gitea - tag: 1.19.3 + tag: 1.20.5 properties: pullPolicy: default: IfNotPresent @@ -278,14 +253,14 @@ options: default: gitea/gitea type: string tag: - default: 1.19.3 + default: 1.20.5 type: string type: object memcached: default: registry: docker.io repository: bitnami/memcached - tag: 1.6.19-debian-11-r7 + tag: 1.6.22 properties: registry: default: docker.io @@ -294,44 +269,69 @@ options: default: bitnami/memcached type: string tag: - default: 1.6.19-debian-11-r7 + default: 1.6.22 type: string type: object type: object - push-create: + admin: default: - org: 'true' - private: 'false' - user: 'true' + email: git-admin@git.your_company.com + name: gitea_admin examples: - - org: 'true' - private: 'false' - user: 'true' + - email: git-admin@git.your_company.com + name: gitea_admin properties: - org: - default: 'true' + email: + default: git-admin@git.your_company.com type: string - private: - default: 'false' - type: string - user: - default: 'true' + name: + default: gitea_admin type: string type: object - domain-name: - default: your_company.com + disable-registration: + default: true examples: - - your_company.com + - true + type: boolean + sub-domain: + default: git + examples: + - git type: string - theme: - default: gitea-modern + release: + default: 8.3.0 examples: - - gitea-modern + - 8.3.0 type: string - default-branch: - default: main + replicas: + default: 1 examples: - - main + - 1 + type: integer + webhook: + default: + allowed-hosts: private + skip-tls-verify: false + examples: + - allowed-hosts: private + skip-tls-verify: false + properties: + allowed-hosts: + default: private + type: string + skip-tls-verify: + default: false + type: boolean + type: object + timezone: + default: Europe/Paris + examples: + - Europe/Paris + type: string + ingress-class: + default: traefik + examples: + - traefik type: string dependencies: - dist: null diff --git a/apps/nextcloud/index.yaml b/apps/nextcloud/index.yaml index d099af7..e88cae4 100644 --- a/apps/nextcloud/index.yaml +++ b/apps/nextcloud/index.yaml @@ -6,95 +6,188 @@ metadata: name: nextcloud description: null options: - apps: + images: default: - audioplayer: false - bookmarks: false - bpm: false - calendar: false - collabora: false - contacts: false - deck: false - groupfolders: true - mindmap: false - music: false - notes: false - onlyoffice: false - passman: false - spreed: false - tables: false - tasks: false - texteditor: true - examples: - - audioplayer: false - bookmarks: false - bpm: false - calendar: false - collabora: false - contacts: false - deck: false - groupfolders: true - mindmap: false - music: false - notes: false - onlyoffice: false - passman: false - spreed: false - tables: false - tasks: false - texteditor: true - properties: - audioplayer: - default: false - type: boolean - bookmarks: - default: false - type: boolean - bpm: - default: false - type: boolean - calendar: - default: false - type: boolean collabora: - default: false - type: boolean - contacts: - default: false - type: boolean - deck: - default: false - type: boolean - groupfolders: - default: true - type: boolean - mindmap: - default: false - type: boolean - music: - default: false - type: boolean - notes: - default: false - type: boolean + pullPolicy: IfNotPresent + registry: docker.io + repository: collabora/code + tag: 23.05.5.2.1 + exporter: + pullPolicy: IfNotPresent + registry: docker.io + repository: xperimental/nextcloud-exporter + tag: 0.6.2 + nextcloud: + pullPolicy: IfNotPresent + registry: docker.io + repository: nextcloud + tag: 27.1.2-fpm + nginx: + pullPolicy: IfNotPresent + registry: docker.io + repository: nginx + tag: alpine onlyoffice: - default: false - type: boolean - passman: - default: false - type: boolean - spreed: - default: false - type: boolean - tables: - default: false - type: boolean - tasks: - default: false - type: boolean - texteditor: - default: true - type: boolean + pullPolicy: IfNotPresent + registry: docker.io + repository: onlyoffice/documentserver + tag: 7.5.0.1 + examples: + - collabora: + pullPolicy: IfNotPresent + registry: docker.io + repository: collabora/code + tag: 23.05.5.2.1 + exporter: + pullPolicy: IfNotPresent + registry: docker.io + repository: xperimental/nextcloud-exporter + tag: 0.6.2 + nextcloud: + pullPolicy: IfNotPresent + registry: docker.io + repository: nextcloud + tag: 27.1.2-fpm + nginx: + pullPolicy: IfNotPresent + registry: docker.io + repository: nginx + tag: alpine + onlyoffice: + pullPolicy: IfNotPresent + registry: docker.io + repository: onlyoffice/documentserver + tag: 7.5.0.1 + properties: + collabora: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: collabora/code + tag: 23.05.5.2.1 + properties: + pullPolicy: + default: IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: collabora/code + type: string + tag: + default: 23.05.5.2.1 + type: string + type: object + exporter: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: xperimental/nextcloud-exporter + tag: 0.6.2 + properties: + pullPolicy: + default: IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: xperimental/nextcloud-exporter + type: string + tag: + default: 0.6.2 + type: string + type: object + nextcloud: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: nextcloud + tag: 27.1.2-fpm + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: nextcloud + type: string + tag: + default: 27.1.2-fpm + type: string + type: object + nginx: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: nginx + tag: alpine + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: nginx + type: string + tag: + default: alpine + type: string + type: object + onlyoffice: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: onlyoffice/documentserver + tag: 7.5.0.1 + properties: + pullPolicy: + default: IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: onlyoffice/documentserver + type: string + tag: + default: 7.5.0.1 + type: string + type: object + type: object + hpa: + default: + avg-cpu: 50 + max-replicas: 5 + min-replicas: 1 + examples: + - avg-cpu: 50 + max-replicas: 5 + min-replicas: 1 + properties: + avg-cpu: + default: 50 + type: integer + max-replicas: + default: 5 + type: integer + min-replicas: + default: 1 + type: integer type: object app-group: default: '' @@ -106,55 +199,11 @@ options: examples: - files type: string - domain: - default: your-company - examples: - - your-company - type: string - storage: - default: - accessMode: ReadWriteOnce - size: 10Gi - examples: - - accessMode: ReadWriteOnce - size: 10Gi - properties: - accessMode: - default: ReadWriteOnce - enum: - - ReadWriteOnce - - ReadOnlyMany - - ReadWriteMany - type: string - size: - default: 10Gi - type: string - type: object ingress-class: default: traefik examples: - traefik type: string - postgres: - default: - replicas: 1 - storage: 5Gi - version: '14' - examples: - - replicas: 1 - storage: 5Gi - version: '14' - properties: - replicas: - default: 1 - type: integer - storage: - default: 5Gi - type: string - version: - default: '14' - type: string - type: object backups: default: enable: false @@ -261,36 +310,6 @@ options: default: false type: boolean type: object - hpa: - default: - avg-cpu: 50 - max-replicas: 5 - min-replicas: 1 - examples: - - avg-cpu: 50 - max-replicas: 5 - min-replicas: 1 - properties: - avg-cpu: - default: 50 - type: integer - max-replicas: - default: 5 - type: integer - min-replicas: - default: 1 - type: integer - type: object - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string admin: default: name: nextcloud_admin @@ -301,18 +320,48 @@ options: default: nextcloud_admin type: string type: object + domain: + default: your-company + examples: + - your-company + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + postgres: + default: + replicas: 1 + storage: 5Gi + version: '14' + examples: + - replicas: 1 + storage: 5Gi + version: '14' + properties: + replicas: + default: 1 + type: integer + storage: + default: 5Gi + type: string + version: + default: '14' + type: string + type: object redis: default: exporter: enabled: true image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 + image: quay.io/opstree/redis:v7.0.12 storage: 2Gi examples: - exporter: enabled: true image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 + image: quay.io/opstree/redis:v7.0.12 storage: 2Gi properties: exporter: @@ -328,180 +377,131 @@ options: type: string type: object image: - default: quay.io/opstree/redis:v7.0.5 + default: quay.io/opstree/redis:v7.0.12 type: string storage: default: 2Gi type: string type: object - images: + storage: default: - collabora: - pullPolicy: IfNotPresent - registry: docker.io - repository: collabora/code - tag: 23.05.2.2.1 - exporter: - pullPolicy: IfNotPresent - registry: docker.io - repository: xperimental/nextcloud-exporter - tag: 0.6.1 - nextcloud: - pullPolicy: IfNotPresent - registry: docker.io - repository: nextcloud - tag: 27.0.0-fpm - nginx: - pullPolicy: IfNotPresent - registry: docker.io - repository: nginx - tag: alpine - onlyoffice: - pullPolicy: IfNotPresent - registry: docker.io - repository: onlyoffice/documentserver - tag: 7.4.0.1 + accessMode: ReadWriteOnce + size: 10Gi examples: - - collabora: - pullPolicy: IfNotPresent - registry: docker.io - repository: collabora/code - tag: 23.05.2.2.1 - exporter: - pullPolicy: IfNotPresent - registry: docker.io - repository: xperimental/nextcloud-exporter - tag: 0.6.1 - nextcloud: - pullPolicy: IfNotPresent - registry: docker.io - repository: nextcloud - tag: 27.0.0-fpm - nginx: - pullPolicy: IfNotPresent - registry: docker.io - repository: nginx - tag: alpine - onlyoffice: - pullPolicy: IfNotPresent - registry: docker.io - repository: onlyoffice/documentserver - tag: 7.4.0.1 + - accessMode: ReadWriteOnce + size: 10Gi properties: - collabora: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: collabora/code - tag: 23.05.2.2.1 - properties: - pullPolicy: - default: IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: collabora/code - type: string - tag: - default: 23.05.2.2.1 - type: string - type: object - exporter: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: xperimental/nextcloud-exporter - tag: 0.6.1 - properties: - pullPolicy: - default: IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: xperimental/nextcloud-exporter - type: string - tag: - default: 0.6.1 - type: string - type: object - nextcloud: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: nextcloud - tag: 27.0.0-fpm - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: nextcloud - type: string - tag: - default: 27.0.0-fpm - type: string - type: object - nginx: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: nginx - tag: alpine - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: nginx - type: string - tag: - default: alpine - type: string - type: object - onlyoffice: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: onlyoffice/documentserver - tag: 7.4.0.1 - properties: - pullPolicy: - default: IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: onlyoffice/documentserver - type: string - tag: - default: 7.4.0.1 - type: string - type: object + accessMode: + default: ReadWriteOnce + enum: + - ReadWriteOnce + - ReadOnlyMany + - ReadWriteMany + type: string + size: + default: 10Gi + type: string type: object openid-name: default: vynil examples: - vynil type: string + apps: + default: + audioplayer: false + bookmarks: false + bpm: false + calendar: false + collabora: false + contacts: false + deck: false + groupfolders: true + mindmap: false + music: false + notes: false + onlyoffice: false + passman: false + spreed: false + tables: false + tasks: false + texteditor: true + examples: + - audioplayer: false + bookmarks: false + bpm: false + calendar: false + collabora: false + contacts: false + deck: false + groupfolders: true + mindmap: false + music: false + notes: false + onlyoffice: false + passman: false + spreed: false + tables: false + tasks: false + texteditor: true + properties: + audioplayer: + default: false + type: boolean + bookmarks: + default: false + type: boolean + bpm: + default: false + type: boolean + calendar: + default: false + type: boolean + collabora: + default: false + type: boolean + contacts: + default: false + type: boolean + deck: + default: false + type: boolean + groupfolders: + default: true + type: boolean + mindmap: + default: false + type: boolean + music: + default: false + type: boolean + notes: + default: false + type: boolean + onlyoffice: + default: false + type: boolean + passman: + default: false + type: boolean + spreed: + default: false + type: boolean + tables: + default: false + type: boolean + tasks: + default: false + type: boolean + texteditor: + default: true + type: boolean + type: object + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: - dist: null category: share diff --git a/apps/okd/index.yaml b/apps/okd/index.yaml index 6382609..f62db1e 100644 --- a/apps/okd/index.yaml +++ b/apps/okd/index.yaml @@ -6,26 +6,6 @@ metadata: name: okd description: null options: - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - app-group: - default: infra - examples: - - infra - type: string - cluster-admin: - default: false - examples: - - false - type: boolean - ingress-class: - default: traefik - examples: - - traefik - type: string sub-domain: default: okd examples: @@ -36,6 +16,21 @@ options: examples: - your-company type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + app-group: + default: infra + examples: + - infra + type: string domain-name: default: your_company.com examples: @@ -52,13 +47,13 @@ options: pullPolicy: IfNotPresent registry: quay.io repository: openshift/origin-console - tag: 4.10.0 + tag: 4.15.0 examples: - okd: pullPolicy: IfNotPresent registry: quay.io repository: openshift/origin-console - tag: 4.10.0 + tag: 4.15.0 properties: dbgate: default: null @@ -73,7 +68,7 @@ options: pullPolicy: IfNotPresent registry: quay.io repository: openshift/origin-console - tag: 4.10.0 + tag: 4.15.0 properties: pullPolicy: default: IfNotPresent @@ -85,10 +80,15 @@ options: default: openshift/origin-console type: string tag: - default: 4.10.0 + default: 4.15.0 type: string type: object type: object + cluster-admin: + default: false + examples: + - false + type: boolean dependencies: - dist: null category: share diff --git a/apps/woodpecker/index.yaml b/apps/woodpecker/index.yaml index 7ba3ac9..2cb02db 100644 --- a/apps/woodpecker/index.yaml +++ b/apps/woodpecker/index.yaml @@ -6,108 +6,45 @@ metadata: name: woodpecker description: null options: - images: + storage-server: default: - agent: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-agent - tag: v1.0.0-alpine - git: - registry: docker.io - repository: woodpeckerci/plugin-git - tag: 2.1.0 - server: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-server - tag: v1.0.0-alpine + accessMode: ReadWriteOnce + size: 10Gi examples: - - agent: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-agent - tag: v1.0.0-alpine - git: - registry: docker.io - repository: woodpeckerci/plugin-git - tag: 2.1.0 - server: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-server - tag: v1.0.0-alpine + - accessMode: ReadWriteOnce + size: 10Gi properties: - agent: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-agent - tag: v1.0.0-alpine - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: woodpeckerci/woodpecker-agent - type: string - tag: - default: v1.0.0-alpine - type: string - type: object - git: - default: - registry: docker.io - repository: woodpeckerci/plugin-git - tag: 2.1.0 - properties: - registry: - default: docker.io - type: string - repository: - default: woodpeckerci/plugin-git - type: string - tag: - default: 2.1.0 - type: string - type: object - server: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: woodpeckerci/woodpecker-server - tag: v1.0.0-alpine - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: woodpeckerci/woodpecker-server - type: string - tag: - default: v1.0.0-alpine - type: string - type: object + accessMode: + default: ReadWriteOnce + enum: + - ReadWriteOnce + - ReadOnlyMany + - ReadWriteMany + type: string + size: + default: 10Gi + type: string type: object ingress-class: default: traefik examples: - traefik type: string + sub-domain: + default: ci + examples: + - ci + type: string + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string issuer: default: letsencrypt-prod examples: @@ -133,16 +70,6 @@ options: default: 'false' type: string type: object - sub-domain: - default: ci - examples: - - ci - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string timeouts: default: default: '60' @@ -158,30 +85,103 @@ options: default: '120' type: string type: object - storage-server: + images: default: - accessMode: ReadWriteOnce - size: 10Gi + agent: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-agent + tag: v1.0.3-alpine + git: + registry: docker.io + repository: woodpeckerci/plugin-git + tag: 2.2.0 + server: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-server + tag: v1.0.3-alpine examples: - - accessMode: ReadWriteOnce - size: 10Gi + - agent: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-agent + tag: v1.0.3-alpine + git: + registry: docker.io + repository: woodpeckerci/plugin-git + tag: 2.2.0 + server: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-server + tag: v1.0.3-alpine properties: - accessMode: - default: ReadWriteOnce - enum: - - ReadWriteOnce - - ReadOnlyMany - - ReadWriteMany - type: string - size: - default: 10Gi - type: string + agent: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-agent + tag: v1.0.3-alpine + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: woodpeckerci/woodpecker-agent + type: string + tag: + default: v1.0.3-alpine + type: string + type: object + git: + default: + registry: docker.io + repository: woodpeckerci/plugin-git + tag: 2.2.0 + properties: + registry: + default: docker.io + type: string + repository: + default: woodpeckerci/plugin-git + type: string + tag: + default: 2.2.0 + type: string + type: object + server: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: woodpeckerci/woodpecker-server + tag: v1.0.3-alpine + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: woodpeckerci/woodpecker-server + type: string + tag: + default: v1.0.3-alpine + type: string + type: object type: object - domain: - default: your-company - examples: - - your-company - type: string dependencies: - dist: null category: apps diff --git a/share/authentik/apps_v1_Deployment_authentik-server.yaml b/share/authentik/apps_v1_Deployment_authentik-server.yaml index 11072c0..794879e 100644 --- a/share/authentik/apps_v1_Deployment_authentik-server.yaml +++ b/share/authentik/apps_v1_Deployment_authentik-server.yaml @@ -4,10 +4,10 @@ kind: Deployment metadata: name: authentik-server labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: "server" spec: @@ -22,16 +22,16 @@ spec: app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik app.kubernetes.io/component: "server" - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" annotations: - goauthentik.io/config-checksum: 39339b4fd4c8511ca989fe40932e07b38befc9e3642eab092900cdde5cdf8f37 + goauthentik.io/config-checksum: 08cc036af634e14e21493747fd10c37a9e31a9ed71f8e668884f7dfc86a936bd spec: enableServiceLinks: true securityContext: {} containers: - name: authentik - image: "ghcr.io/goauthentik/server:2023.6.1" + image: "ghcr.io/goauthentik/server:2023.8.3" imagePullPolicy: "IfNotPresent" args: ["server"] env: diff --git a/share/authentik/apps_v1_Deployment_authentik-worker.yaml b/share/authentik/apps_v1_Deployment_authentik-worker.yaml index b475cea..2ca9cd8 100644 --- a/share/authentik/apps_v1_Deployment_authentik-worker.yaml +++ b/share/authentik/apps_v1_Deployment_authentik-worker.yaml @@ -4,10 +4,10 @@ kind: Deployment metadata: name: authentik-worker labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: "worker" spec: @@ -22,9 +22,9 @@ spec: app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik app.kubernetes.io/component: "worker" - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" annotations: - goauthentik.io/config-checksum: 39339b4fd4c8511ca989fe40932e07b38befc9e3642eab092900cdde5cdf8f37 + goauthentik.io/config-checksum: 08cc036af634e14e21493747fd10c37a9e31a9ed71f8e668884f7dfc86a936bd spec: serviceAccountName: authentik enableServiceLinks: true @@ -32,7 +32,7 @@ spec: {} containers: - name: authentik - image: "ghcr.io/goauthentik/server:2023.6.1" + image: "ghcr.io/goauthentik/server:2023.8.3" imagePullPolicy: "IfNotPresent" args: ["worker"] env: diff --git a/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-server.yaml b/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-server.yaml index aacf39a..605a0e7 100644 --- a/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-server.yaml +++ b/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-server.yaml @@ -4,10 +4,10 @@ kind: HorizontalPodAutoscaler metadata: name: authentik-server labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: "server" spec: diff --git a/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-worker.yaml b/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-worker.yaml index 47aedd5..9d4c4ec 100644 --- a/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-worker.yaml +++ b/share/authentik/autoscaling_v2_HorizontalPodAutoscaler_authentik-worker.yaml @@ -4,10 +4,10 @@ kind: HorizontalPodAutoscaler metadata: name: authentik-worker labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: "worker" spec: diff --git a/share/authentik/index.yaml b/share/authentik/index.yaml index 980cb02..c2aa383 100644 --- a/share/authentik/index.yaml +++ b/share/authentik/index.yaml @@ -6,10 +6,50 @@ metadata: name: authentik description: authentik is an open-source Identity Provider focused on flexibility and versatility options: - sub-domain: - default: auth + email: + default: + port: 587 + timeout: 30 + use_ssl: false + use_tls: false examples: - - auth + - port: 587 + timeout: 30 + use_ssl: false + use_tls: false + properties: + port: + default: 587 + type: integer + timeout: + default: 30 + type: integer + use_ssl: + default: false + type: boolean + use_tls: + default: false + type: boolean + type: object + admin: + default: + email: auth-admin + examples: + - email: auth-admin + properties: + email: + default: auth-admin + type: string + type: object + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com type: string backups: default: @@ -70,11 +110,6 @@ options: default: false type: boolean type: object - ingress-class: - default: traefik - examples: - - traefik - type: string error_reporting: default: enabled: false @@ -95,50 +130,93 @@ options: default: false type: boolean type: object - admin: - default: - email: auth-admin + sub-domain: + default: auth examples: - - email: auth-admin + - auth + type: string + loglevel: + default: info + examples: + - info + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + redis: + default: + exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.12 + storage: 8Gi + examples: + - exporter: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + image: quay.io/opstree/redis:v7.0.12 + storage: 8Gi properties: - email: - default: auth-admin + exporter: + default: + enabled: true + image: quay.io/opstree/redis-exporter:v1.44.0 + properties: + enabled: + default: true + type: boolean + image: + default: quay.io/opstree/redis-exporter:v1.44.0 + type: string + type: object + image: + default: quay.io/opstree/redis:v7.0.12 + type: string + storage: + default: 8Gi type: string type: object - domain: - default: your-company - examples: - - your-company - type: string geoip: default: /geoip/GeoLite2-City.mmdb examples: - /geoip/GeoLite2-City.mmdb type: string - email: + image: default: - port: 587 - timeout: 30 - use_ssl: false - use_tls: false + project: goauthentik + pullPolicy: IfNotPresent + registry: ghcr.io + repository: goauthentik/server + tag: 2023.8.3 examples: - - port: 587 - timeout: 30 - use_ssl: false - use_tls: false + - project: goauthentik + pullPolicy: IfNotPresent + registry: ghcr.io + repository: goauthentik/server + tag: 2023.8.3 properties: - port: - default: 587 - type: integer - timeout: - default: 30 - type: integer - use_ssl: - default: false - type: boolean - use_tls: - default: false - type: boolean + project: + default: goauthentik + type: string + pullPolicy: + default: IfNotPresent + type: string + registry: + default: ghcr.io + type: string + repository: + default: goauthentik/server + type: string + tag: + default: 2023.8.3 + type: string type: object postgres: default: @@ -160,84 +238,6 @@ options: default: '14' type: string type: object - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - redis: - default: - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 8Gi - examples: - - exporter: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - image: quay.io/opstree/redis:v7.0.5 - storage: 8Gi - properties: - exporter: - default: - enabled: true - image: quay.io/opstree/redis-exporter:v1.44.0 - properties: - enabled: - default: true - type: boolean - image: - default: quay.io/opstree/redis-exporter:v1.44.0 - type: string - type: object - image: - default: quay.io/opstree/redis:v7.0.5 - type: string - storage: - default: 8Gi - type: string - type: object - image: - default: - project: goauthentik - pullPolicy: IfNotPresent - registry: ghcr.io - repository: goauthentik/server - tag: 2023.5.4 - examples: - - project: goauthentik - pullPolicy: IfNotPresent - registry: ghcr.io - repository: goauthentik/server - tag: 2023.5.4 - properties: - project: - default: goauthentik - type: string - pullPolicy: - default: IfNotPresent - type: string - registry: - default: ghcr.io - type: string - repository: - default: goauthentik/server - type: string - tag: - default: 2023.5.4 - type: string - type: object - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - loglevel: - default: info - examples: - - info - type: string dependencies: - dist: null category: core @@ -264,4 +264,5 @@ providers: postgresql: null restapi: null http: null + gitea: null tfaddtype: null diff --git a/share/authentik/monitoring.coreos.com_v1_PrometheusRule_authentik.yaml b/share/authentik/monitoring.coreos.com_v1_PrometheusRule_authentik.yaml index 6bf250e..fde4c83 100644 --- a/share/authentik/monitoring.coreos.com_v1_PrometheusRule_authentik.yaml +++ b/share/authentik/monitoring.coreos.com_v1_PrometheusRule_authentik.yaml @@ -4,10 +4,10 @@ kind: PrometheusRule metadata: name: authentik labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm spec: groups: diff --git a/share/authentik/monitoring.coreos.com_v1_ServiceMonitor_authentik.yaml b/share/authentik/monitoring.coreos.com_v1_ServiceMonitor_authentik.yaml index e350744..d34f03e 100644 --- a/share/authentik/monitoring.coreos.com_v1_ServiceMonitor_authentik.yaml +++ b/share/authentik/monitoring.coreos.com_v1_ServiceMonitor_authentik.yaml @@ -4,10 +4,10 @@ kind: ServiceMonitor metadata: name: authentik labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm spec: endpoints: diff --git a/share/authentik/v1_Service_authentik.yaml b/share/authentik/v1_Service_authentik.yaml index 79e9ede..1025246 100644 --- a/share/authentik/v1_Service_authentik.yaml +++ b/share/authentik/v1_Service_authentik.yaml @@ -4,10 +4,10 @@ kind: Service metadata: name: authentik labels: - helm.sh/chart: authentik-2023.6.3 + helm.sh/chart: authentik-2023.8.3 app.kubernetes.io/name: authentik app.kubernetes.io/instance: authentik - app.kubernetes.io/version: "2023.6.1" + app.kubernetes.io/version: "2023.8.3" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP diff --git a/share/dataset-mongo/index.yaml b/share/dataset-mongo/index.yaml index 7ccd573..6c39978 100644 --- a/share/dataset-mongo/index.yaml +++ b/share/dataset-mongo/index.yaml @@ -6,20 +6,6 @@ metadata: name: dataset-mongo description: null options: - image: - default: - pullPolicy: IfNotPresent - examples: - - pullPolicy: IfNotPresent - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - type: object ressources: default: limits: @@ -61,6 +47,11 @@ options: type: string type: object type: object + cacheSizeGB: + default: 1 + examples: + - 1 + type: integer replicas: default: 1 examples: @@ -68,19 +59,28 @@ options: type: integer mongo: default: - version: 4.4.0 + version: 7.0.2 examples: - - version: 4.4.0 + - version: 7.0.2 properties: version: - default: 4.4.0 + default: 7.0.2 type: string type: object - cacheSizeGB: - default: 1 + image: + default: + pullPolicy: IfNotPresent examples: - - 1 - type: integer + - pullPolicy: IfNotPresent + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + type: object dependencies: - dist: null category: dbo diff --git a/share/dataset-redis/index.yaml b/share/dataset-redis/index.yaml index 5381d26..3baa6bb 100644 --- a/share/dataset-redis/index.yaml +++ b/share/dataset-redis/index.yaml @@ -11,16 +11,6 @@ options: examples: - 8Gi type: string - exporter: - default: - enable: true - examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object images: default: exporter: @@ -31,7 +21,7 @@ options: pullPolicy: IfNotPresent registry: quay.io repository: opstree/redis - tag: v7.0.5 + tag: v7.0.12 examples: - exporter: registry: quay.io @@ -41,7 +31,7 @@ options: pullPolicy: IfNotPresent registry: quay.io repository: opstree/redis - tag: v7.0.5 + tag: v7.0.12 properties: exporter: default: @@ -64,7 +54,7 @@ options: pullPolicy: IfNotPresent registry: quay.io repository: opstree/redis - tag: v7.0.5 + tag: v7.0.12 properties: pullPolicy: default: IfNotPresent @@ -80,10 +70,20 @@ options: default: opstree/redis type: string tag: - default: v7.0.5 + default: v7.0.12 type: string type: object type: object + exporter: + default: + enable: true + examples: + - enable: true + properties: + enable: + default: true + type: boolean + type: object dependencies: - dist: null category: dbo @@ -95,4 +95,5 @@ providers: postgresql: null restapi: null http: null + gitea: null tfaddtype: null diff --git a/share/dns/apps_v1_Deployment_coredns-coredns.yaml b/share/dns/apps_v1_Deployment_coredns-coredns.yaml index a65f3ac..e9a84f6 100644 --- a/share/dns/apps_v1_Deployment_coredns-coredns.yaml +++ b/share/dns/apps_v1_Deployment_coredns-coredns.yaml @@ -6,12 +6,12 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" app.kubernetes.io/name: coredns - app.kubernetes.io/version: "1.10.1" + app.kubernetes.io/version: "1.11.1" spec: replicas: 1 strategy: @@ -31,7 +31,7 @@ spec: app.kubernetes.io/name: coredns app.kubernetes.io/instance: "coredns" annotations: - checksum/config: 2785d160acee47f10ca0e9488b70f640042ade25a25f2ac1bb593844c3b6e8df + checksum/config: 227befce6fdf2b7aa0d9ef5ddca758639bbf97aacfcb812a93b6a0ac0c4eb4cc scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]' spec: terminationGracePeriodSeconds: 30 @@ -39,7 +39,7 @@ spec: dnsPolicy: Default containers: - name: "coredns" - image: "coredns/coredns:1.10.1" + image: "coredns/coredns:1.11.1" imagePullPolicy: IfNotPresent args: [ "-conf", "/etc/coredns/Corefile" ] volumeMounts: diff --git a/share/dns/index.yaml b/share/dns/index.yaml index cad5960..4702b31 100644 --- a/share/dns/index.yaml +++ b/share/dns/index.yaml @@ -6,32 +6,17 @@ metadata: name: dns description: null options: - sub-domain: - default: dns - examples: - - dns - type: string - domain: - default: your-company - examples: - - your-company - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string image: default: pullPolicy: IfNotPresent registry: docker.io repository: coredns/coredns - tag: 1.10.1 + tag: 1.11.1 examples: - pullPolicy: IfNotPresent registry: docker.io repository: coredns/coredns - tag: 1.10.1 + tag: 1.11.1 properties: pullPolicy: default: IfNotPresent @@ -47,9 +32,14 @@ options: default: coredns/coredns type: string tag: - default: 1.10.1 + default: 1.11.1 type: string type: object + domain-name: + default: your_company.com + examples: + - your_company.com + type: string zones: default: [] items: @@ -98,11 +88,21 @@ options: type: string type: object type: array + sub-domain: + default: dns + examples: + - dns + type: string forward: default: 192.168.1.254 examples: - 192.168.1.254 type: string + domain: + default: your-company + examples: + - your-company + type: string dependencies: [] providers: kubernetes: true @@ -111,4 +111,5 @@ providers: postgresql: null restapi: null http: null + gitea: null tfaddtype: true diff --git a/share/dns/rbac.authorization.k8s.io_v1_ClusterRoleBinding_coredns-coredns.yaml b/share/dns/rbac.authorization.k8s.io_v1_ClusterRoleBinding_coredns-coredns.yaml index 6daf246..12c71c5 100644 --- a/share/dns/rbac.authorization.k8s.io_v1_ClusterRoleBinding_coredns-coredns.yaml +++ b/share/dns/rbac.authorization.k8s.io_v1_ClusterRoleBinding_coredns-coredns.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" diff --git a/share/dns/rbac.authorization.k8s.io_v1_ClusterRole_coredns-coredns.yaml b/share/dns/rbac.authorization.k8s.io_v1_ClusterRole_coredns-coredns.yaml index b36f729..7ad660a 100644 --- a/share/dns/rbac.authorization.k8s.io_v1_ClusterRole_coredns-coredns.yaml +++ b/share/dns/rbac.authorization.k8s.io_v1_ClusterRole_coredns-coredns.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" diff --git a/share/dns/v1_ServiceAccount_coredns-coredns.yaml b/share/dns/v1_ServiceAccount_coredns-coredns.yaml index 29b2be3..3773c3f 100644 --- a/share/dns/v1_ServiceAccount_coredns-coredns.yaml +++ b/share/dns/v1_ServiceAccount_coredns-coredns.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" diff --git a/share/dns/v1_Service_coredns-coredns-metrics.yaml b/share/dns/v1_Service_coredns-coredns-metrics.yaml index 3f7a7f2..fc9b7e6 100644 --- a/share/dns/v1_Service_coredns-coredns-metrics.yaml +++ b/share/dns/v1_Service_coredns-coredns-metrics.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS" diff --git a/share/dns/v1_Service_coredns-coredns.yaml b/share/dns/v1_Service_coredns-coredns.yaml index 1dbf618..821f884 100644 --- a/share/dns/v1_Service_coredns-coredns.yaml +++ b/share/dns/v1_Service_coredns-coredns.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/managed-by: "Helm" app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.24.5" + helm.sh/chart: "coredns-1.27.1" k8s-app: coredns kubernetes.io/cluster-service: "true" kubernetes.io/name: "CoreDNS"