diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index b9f12fe..d208758 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,26 +6,56 @@ metadata: name: gramo description: null options: + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + sub_domain: + default: gramo + examples: + - gramo + type: string + namespaces: + default: [] + items: + type: string + type: array + managed: + default: false + examples: + - false + type: boolean + domain: + default: your-company + examples: + - your-company + type: string + ingress_class: + default: traefik + examples: + - traefik + type: string images: default: gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.2 + tag: 0.1.3 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.2 + tag: 0.1.3 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.1.2 + tag: 0.1.3 properties: pull_policy: default: IfNotPresent @@ -41,21 +71,16 @@ options: default: sebt3/gramo type: string tag: - default: 0.1.2 + default: 0.1.3 type: string type: object type: object - domain: - default: your-company + domain_name: + default: your_company.com examples: - - your-company + - your_company.com type: string - ingress_class: - default: traefik - examples: - - traefik - type: string - managed: + cluster-admin: default: false examples: - false @@ -65,31 +90,6 @@ options: examples: - infra type: string - domain_name: - default: your_company.com - examples: - - your_company.com - type: string - sub_domain: - default: gramo - examples: - - gramo - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - namespaces: - default: [] - items: - type: string - type: array - cluster-admin: - default: false - examples: - - false - type: boolean dependencies: - dist: null category: share