diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 0343763..80fecf0 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,66 +6,26 @@ metadata: name: gramo description: a kubernetes web-client options: - ingress_class: - default: traefik - examples: - - traefik - type: string - app_group: - default: infra - examples: - - infra - type: string - sub_domain: - default: gramo - examples: - - gramo - type: string - namespaces: - default: [] - items: - type: string - type: array - domain: - default: your-company - examples: - - your-company - type: string - managed: - default: false - examples: - - false - type: boolean - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - cluster-admin: - default: false - examples: - - false - type: boolean images: default: gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.0 + tag: 0.2.1 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.0 + tag: 0.2.1 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.2.0 + tag: 0.2.1 properties: pull_policy: default: IfNotPresent @@ -81,15 +41,55 @@ options: default: sebt3/gramo type: string tag: - default: 0.2.0 + default: 0.2.1 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: + - your-company + type: string + cluster-admin: + default: false + examples: + - false + type: boolean dependencies: - dist: null category: share