From 0c1d6d4a14b77c4342649ff4ca08c15e3a61b02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 17 Mar 2024 18:15:04 +0100 Subject: [PATCH] fix --- apps/gramo/index.yaml | 66 +++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index aa39132..099ef34 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,26 +6,41 @@ metadata: name: gramo description: a kubernetes web-client options: + app_group: + default: infra + examples: + - infra + type: string + cluster-admin: + default: false + examples: + - false + type: boolean + managed: + default: false + examples: + - false + type: boolean images: default: gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.2 + tag: 0.2.3 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.2 + tag: 0.2.3 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.2 + tag: 0.2.3 properties: pull_policy: default: IfNotPresent @@ -41,54 +56,39 @@ options: default: sebt3/gramo type: string tag: - default: 0.2.2 + default: 0.2.3 type: string type: object type: object - domain: - default: your-company + sub_domain: + default: gramo examples: - - your-company - type: string - cluster-admin: - default: false - examples: - - false - type: boolean - managed: - default: false - examples: - - false - type: boolean - domain_name: - default: your_company.com - examples: - - your_company.com + - gramo type: string ingress_class: default: traefik examples: - traefik type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string namespaces: default: [] items: type: string type: array - app_group: - default: infra + domain: + default: your-company examples: - - infra + - your-company type: string - sub_domain: - default: gramo + issuer: + default: letsencrypt-prod examples: - - gramo + - letsencrypt-prod + type: string + domain_name: + default: your_company.com + examples: + - your_company.com type: string dependencies: - dist: null