From e1334825944b09c7d6d88b6dfef0768720780464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Fri, 22 Mar 2024 17:18:17 +0100 Subject: [PATCH] fix --- apps/gramo/index.yaml | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 099ef34..e7b58c0 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -11,36 +11,26 @@ options: 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.3 + tag: 0.3.0 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.3 + tag: 0.3.0 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.3 + tag: 0.3.0 properties: pull_policy: default: IfNotPresent @@ -56,7 +46,7 @@ options: default: sebt3/gramo type: string tag: - default: 0.2.3 + default: 0.3.0 type: string type: object type: object @@ -65,16 +55,6 @@ options: examples: - gramo type: string - ingress_class: - default: traefik - examples: - - traefik - type: string - namespaces: - default: [] - items: - type: string - type: array domain: default: your-company examples: @@ -85,11 +65,31 @@ options: examples: - letsencrypt-prod type: string + ingress_class: + default: traefik + examples: + - traefik + type: string + managed: + default: false + examples: + - false + type: boolean domain_name: default: your_company.com examples: - your_company.com type: string + cluster-admin: + default: false + examples: + - false + type: boolean + namespaces: + default: [] + items: + type: string + type: array dependencies: - dist: null category: share