diff --git a/charts/kamu-web-ui/Chart.yaml b/charts/kamu-web-ui/Chart.yaml index fb2a271..129c2e0 100644 --- a/charts/kamu-web-ui/Chart.yaml +++ b/charts/kamu-web-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kamu-web-ui description: Web frontend component of the Kamu Compute Node type: application -version: 0.30.0 -appVersion: "0.30.0" +version: 0.31.0 +appVersion: "0.31.0" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png sources: diff --git a/charts/kamu-web-ui/values.schema.json b/charts/kamu-web-ui/values.schema.json index acfdccf..e612b81 100644 --- a/charts/kamu-web-ui/values.schema.json +++ b/charts/kamu-web-ui/values.schema.json @@ -42,7 +42,9 @@ "type": "object", "required": [ "enableLogout", - "enableScheduling" + "enableScheduling", + "enableDatasetEnvVarsManagment", + "enableTermsOfService" ], "properties": { "enableLogout": { @@ -53,6 +55,9 @@ }, "enableDatasetEnvVarsManagment": { "type": "boolean" + }, + "enableTermsOfService": { + "type": "boolean" } } }, diff --git a/charts/kamu-web-ui/values.yaml b/charts/kamu-web-ui/values.yaml index 7345c4f..c5ce0ab 100644 --- a/charts/kamu-web-ui/values.yaml +++ b/charts/kamu-web-ui/values.yaml @@ -15,6 +15,7 @@ app: enableLogout: true enableScheduling: true enableDatasetEnvVarsManagment: true + enableTermsOfService: true ############################################################################### # Pod @@ -22,7 +23,8 @@ app: replicaCount: 1 -resources: {} +resources: + {} # limits: # cpu: 100m # memory: 128Mi @@ -64,10 +66,12 @@ livenessProbe: podAnnotations: {} -podSecurityContext: {} +podSecurityContext: + {} # fsGroup: 2000 -securityContext: {} +securityContext: + {} # capabilities: # drop: # - ALL @@ -103,15 +107,18 @@ service: ingress: enabled: false className: "" - annotations: {} + annotations: + {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" - hosts: [] + hosts: + [] # - host: chart-example.local # paths: # - path: / # pathType: ImplementationSpecific - tls: [] + tls: + [] # - secretName: chart-example-tls # hosts: # - chart-example.local