From 2869c3cecd974fe835fc368608db08cc9ca532ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Thu, 7 Mar 2024 12:17:50 +0100 Subject: [PATCH] fix --- apps/gramo/index.yaml | 58 +++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index a48cedb..d81ae8d 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,56 +6,61 @@ metadata: name: gramo description: a kubernetes web-client options: - namespaces: - default: [] - items: - type: string - type: array - cluster-admin: + managed: default: false examples: - false type: boolean - sub_domain: - default: gramo + app_group: + default: infra examples: - - gramo - type: string - domain_name: - default: your_company.com - examples: - - your_company.com + - infra type: string domain: default: your-company examples: - your-company type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string ingress_class: default: traefik examples: - traefik type: string + cluster-admin: + default: false + examples: + - false + type: boolean + namespaces: + default: [] + items: + type: string + type: array images: default: gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.7 + tag: 0.1.8 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.7 + tag: 0.1.8 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.7 + tag: 0.1.8 properties: pull_policy: default: IfNotPresent @@ -71,25 +76,20 @@ options: default: sebt3/gramo type: string tag: - default: 0.1.7 + default: 0.1.8 type: string type: object type: object - issuer: - default: letsencrypt-prod + sub_domain: + default: gramo examples: - - letsencrypt-prod + - gramo type: string - app_group: - default: infra + domain_name: + default: your_company.com examples: - - infra + - your_company.com type: string - managed: - default: false - examples: - - false - type: boolean dependencies: - dist: null category: share