diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 85f8c2c..6c570fb 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -11,26 +11,41 @@ options: examples: - infra type: string + cluster-admin: + default: false + examples: + - false + type: boolean + domain: + default: your-company + examples: + - your-company + type: string + domain_name: + default: your_company.com + examples: + - your_company.com + type: string images: default: gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.1 + tag: 0.3.2 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.1 + tag: 0.3.2 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.1 + tag: 0.3.2 properties: pull_policy: default: IfNotPresent @@ -46,50 +61,35 @@ options: default: sebt3/gramo type: string tag: - default: 0.3.1 + default: 0.3.2 type: string type: object type: object - cluster-admin: - default: false - examples: - - false - type: boolean ingress_class: default: traefik examples: - traefik type: string - domain_name: - default: your_company.com - examples: - - your_company.com - type: string - sub_domain: - default: gramo - examples: - - gramo - type: string - domain: - default: your-company - examples: - - your-company - type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string - namespaces: - default: [] - items: - type: string - type: array managed: default: false examples: - false type: boolean + namespaces: + default: [] + items: + type: string + type: array + sub_domain: + default: gramo + examples: + - gramo + type: string dependencies: - dist: null category: share