Add app jx-app-ui 0.1.49

This commit is contained in:
2020-04-15 13:54:11 +02:00
parent 3e78957647
commit c3a1e8ba39
4 changed files with 48 additions and 3 deletions

7
env/jx-app-ui/README.MD vendored Executable file
View File

@@ -0,0 +1,7 @@
# jx-app-ui
|App Metadata||
|---|---|
| **Version** | 0.1.49 |
| **Description** | UI for the CloudBees Jxui V3 product |
| **Chart Repository** | http://chartmuseum.jenkins-x.io |

36
env/jx-app-ui/templates/app.yaml vendored Executable file
View File

@@ -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.49
jenkins.io/app-name: jx-app-ui
jenkins.io/app-version: 0.1.49
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: {}

2
env/jx-app-ui/values.yaml vendored Normal file
View File

@@ -0,0 +1,2 @@
jxui:
enableTLS: false

View File

@@ -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.49