diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index e7b58c0..85f8c2c 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -17,20 +17,20 @@ options: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.0 + tag: 0.3.1 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.0 + tag: 0.3.1 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.0 + tag: 0.3.1 properties: pull_policy: default: IfNotPresent @@ -46,10 +46,25 @@ options: default: sebt3/gramo type: string tag: - default: 0.3.0 + default: 0.3.1 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: @@ -65,31 +80,16 @@ 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 + managed: + default: false + examples: + - false + type: boolean dependencies: - dist: null category: share