diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 80fecf0..aa39132 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -12,20 +12,20 @@ options: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.1 + tag: 0.2.2 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.1 + tag: 0.2.2 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.1 + tag: 0.2.2 properties: pull_policy: default: IfNotPresent @@ -41,45 +41,10 @@ options: default: sebt3/gramo type: string tag: - default: 0.2.1 + default: 0.2.2 type: string type: object type: object - managed: - default: false - examples: - - false - type: boolean - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - sub_domain: - default: gramo - examples: - - gramo - type: string - app_group: - default: infra - examples: - - infra - type: string - namespaces: - default: [] - items: - type: string - type: array - domain_name: - default: your_company.com - examples: - - your_company.com - type: string - ingress_class: - default: traefik - examples: - - traefik - type: string domain: default: your-company examples: @@ -90,6 +55,41 @@ options: examples: - false type: boolean + managed: + default: false + examples: + - false + type: boolean + domain_name: + default: your_company.com + examples: + - your_company.com + 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 + examples: + - infra + type: string + sub_domain: + default: gramo + examples: + - gramo + type: string dependencies: - dist: null category: share