From d46c0481ff622d1e47425f383dcd850d4e18437a Mon Sep 17 00:00:00 2001 From: beppe Date: Wed, 15 Apr 2020 13:46:32 +0200 Subject: [PATCH] Add app jx-app-ui 0.1.138 --- env/jx-app-ui/README.MD | 7 +++++++ env/jx-app-ui/templates/app.yaml | 36 ++++++++++++++++++++++++++++++++ env/jx-app-ui/values.yaml | 2 ++ env/requirements.yaml | 6 +++--- 4 files changed, 48 insertions(+), 3 deletions(-) create mode 100755 env/jx-app-ui/README.MD create mode 100755 env/jx-app-ui/templates/app.yaml create mode 100644 env/jx-app-ui/values.yaml diff --git a/env/jx-app-ui/README.MD b/env/jx-app-ui/README.MD new file mode 100755 index 0000000..715d081 --- /dev/null +++ b/env/jx-app-ui/README.MD @@ -0,0 +1,7 @@ +# jx-app-ui + +|App Metadata|| +|---|---| +| **Version** | 0.1.138 | +| **Description** | UI for the CloudBees Jxui V3 product | +| **Chart Repository** | http://chartmuseum.jenkins-x.io | diff --git a/env/jx-app-ui/templates/app.yaml b/env/jx-app-ui/templates/app.yaml new file mode 100755 index 0000000..7b95f09 --- /dev/null +++ b/env/jx-app-ui/templates/app.yaml @@ -0,0 +1,36 @@ +apiVersion: jenkins.io/v1 +kind: App +metadata: + annotations: + jenkins.io/chart-description: UI for the CloudBees Jxui V3 product + jenkins.io/chart-repository: http://chartmuseum.jenkins-x.io + creationTimestamp: null + labels: + chart: jx-app-ui-0.1.138 + jenkins.io/app-name: jx-app-ui + jenkins.io/app-version: 0.1.138 + jenkins.io/ui-resource: "true" + name: jx-app-ui-jx-app-ui +spec: + schemaPreprocessor: + args: + - -c + - /usr/bin/jx step values schema template --set domain=`echo $DOMAIN` --set tlsInCluster=`echo + $TLS_ENABLED` + command: + - /bin/sh + env: + - name: DOMAIN + valueFrom: + configMapKeyRef: + key: domain + name: ingress-config + - name: TLS_ENABLED + valueFrom: + configMapKeyRef: + key: tls + name: ingress-config + optional: true + image: gcr.io/jenkinsxio/builder-go:0.1.435 + name: schema-preprocessor + resources: {} diff --git a/env/jx-app-ui/values.yaml b/env/jx-app-ui/values.yaml new file mode 100644 index 0000000..c292c83 --- /dev/null +++ b/env/jx-app-ui/values.yaml @@ -0,0 +1,2 @@ +jxui: + enableTLS: false diff --git a/env/requirements.yaml b/env/requirements.yaml index 2805055..8de96a8 100644 --- a/env/requirements.yaml +++ b/env/requirements.yaml @@ -18,6 +18,6 @@ dependencies: repository: http://chartmuseum.jenkins-x.io - name: jenkins-x-platform repository: http://chartmuseum.jenkins-x.io -#- condition: chartmuseum.enabled -# name: chartmuseum -# repository: http://chartmuseum.jenkins-x.io +- name: jx-app-ui + repository: http://chartmuseum.jenkins-x.io + version: 0.1.138