Skip to content

Commit c6c899d

Browse files
chore: release 1.4.0
1 parent 0b25f39 commit c6c899d

File tree

4 files changed

+123
-49
lines changed

4 files changed

+123
-49
lines changed

charts/jx-pipelines-visualizer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: jx-pipelines-visualizer
33
description: Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs.
44
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
55
home: https://github.com/jenkins-x/jx-pipelines-visualizer
6-
version: 0.0.1
6+
version: 1.4.0
77
appVersion: latest
88
sources:
9-
- https://github.com/jenkins-x/jx-pipelines-visualizer
9+
- https://github.com/jenkins-x/jx-pipelines-visualizer
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# jx-pipelines-visualizer
2+
3+
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
4+
5+
Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs.
6+
7+
**Homepage:** <https://github.com/jenkins-x/jx-pipelines-visualizer>
8+
9+
## Source Code
10+
11+
* <https://github.com/jenkins-x/jx-pipelines-visualizer>
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| config.archivedLogsURLTemplate | string | `nil` | |
18+
| config.archivedPipelineRunsURLTemplate | string | `nil` | |
19+
| config.archivedPipelinesURLTemplate | string | `nil` | |
20+
| config.logLevel | string | `"INFO"` | |
21+
| config.namespace | string | `"jx"` | |
22+
| config.pipelineTraceURLTemplate | string | `nil` | |
23+
| config.resyncInterval | string | `"60s"` | |
24+
| deployment.annotations | object | `{}` | |
25+
| deployment.labels | object | `{}` | |
26+
| deployment.replicas | int | `1` | |
27+
| deployment.revisionHistoryLimit | int | `2` | |
28+
| fullnameOverride | string | `nil` | |
29+
| gitSecretName | string | `"tekton-git"` | |
30+
| image.pullPolicy | string | `nil` | |
31+
| image.repository | string | `"gcr.io/jenkinsxio/jx-pipelines-visualizer"` | |
32+
| image.tag | string | `nil` | |
33+
| ingress.annotations | object | `{}` | |
34+
| ingress.basicAuth.authData | string | `""` | |
35+
| ingress.basicAuth.enabled | bool | `false` | |
36+
| ingress.enabled | bool | `false` | |
37+
| ingress.hosts | list | `[]` | |
38+
| ingress.labels | object | `{}` | |
39+
| ingress.tls.enabled | bool | `false` | |
40+
| ingress.tls.secrets | object | `{}` | |
41+
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | |
42+
| istio.enabled | bool | `false` | |
43+
| istio.gateway | string | `"jx-gateway"` | |
44+
| jx.releaseCRD | bool | `true` | |
45+
| nameOverride | string | `nil` | |
46+
| pod.activeDeadlineSeconds | string | `nil` | |
47+
| pod.affinity | object | `{}` | |
48+
| pod.annotations | object | `{}` | |
49+
| pod.enableServiceLinks | bool | `false` | |
50+
| pod.env | object | `{}` | |
51+
| pod.hostAliases | list | `[]` | |
52+
| pod.labels | object | `{}` | |
53+
| pod.nodeSelector | object | `{}` | |
54+
| pod.resources.limits.cpu | string | `"1"` | |
55+
| pod.resources.limits.memory | string | `"512M"` | |
56+
| pod.resources.requests.cpu | string | `"0.2"` | |
57+
| pod.resources.requests.memory | string | `"128M"` | |
58+
| pod.schedulerName | string | `nil` | |
59+
| pod.securityContext.fsGroup | int | `1000` | |
60+
| pod.terminationGracePeriodSeconds | string | `nil` | |
61+
| pod.tolerations | list | `[]` | |
62+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
63+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
64+
| role.rules[0].resources[1] | string | `"pipelinestructures"` | |
65+
| role.rules[0].verbs[0] | string | `"list"` | |
66+
| role.rules[0].verbs[1] | string | `"watch"` | |
67+
| role.rules[0].verbs[2] | string | `"get"` | |
68+
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
69+
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
70+
| role.rules[1].verbs[0] | string | `"list"` | |
71+
| role.rules[1].verbs[1] | string | `"watch"` | |
72+
| role.rules[1].verbs[2] | string | `"get"` | |
73+
| role.rules[2].apiGroups[0] | string | `""` | |
74+
| role.rules[2].resources[0] | string | `"pods"` | |
75+
| role.rules[2].verbs[0] | string | `"list"` | |
76+
| role.rules[2].verbs[1] | string | `"watch"` | |
77+
| role.rules[2].verbs[2] | string | `"get"` | |
78+
| role.rules[3].apiGroups[0] | string | `""` | |
79+
| role.rules[3].resources[0] | string | `"pods/log"` | |
80+
| role.rules[3].verbs[0] | string | `"get"` | |
81+
| service.annotations | object | `{}` | |
82+
| service.labels | object | `{}` | |
83+
| service.loadBalancerIP | string | `nil` | |
84+
| service.port | int | `80` | |
85+
| service.type | string | `nil` | |
86+
| serviceAccount.annotations | object | `{}` | |
87+
88+
----------------------------------------------
89+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
4.46 KB
Binary file not shown.

charts/jx-pipelines-visualizer/values.yaml

Lines changed: 32 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
fullnameOverride:
44
nameOverride:
55
gitSecretName: tekton-git
6-
76
config:
87
# gs://BUCKET_NAME/jenkins-x/logs/{{.Owner}}/{{.Repository}}/{{if hasPrefix .Branch \"pr\"}}{{.Branch | upper}}{{else}}{{.Branch}}{{end}}/{{.Build}}.log
98
archivedLogsURLTemplate:
@@ -16,19 +15,16 @@ config:
1615
namespace: jx
1716
resyncInterval: 60s
1817
logLevel: INFO
19-
2018
image:
2119
repository: gcr.io/jenkinsxio/jx-pipelines-visualizer
2220
# If no tag, fallback to the Chart's AppVersion
23-
tag:
21+
tag: 1.4.0
2422
pullPolicy:
25-
2623
deployment:
2724
replicas: 1
2825
revisionHistoryLimit: 2
2926
labels: {}
3027
annotations: {}
31-
3228
pod:
3329
resources:
3430
requests:
@@ -50,33 +46,26 @@ pod:
5046
securityContext:
5147
fsGroup: 1000
5248
env: {}
53-
5449
service:
5550
port: 80
5651
type:
5752
loadBalancerIP:
5853
labels: {}
5954
annotations: {}
60-
6155
ingress:
6256
enabled: false
6357
labels: {}
6458
annotations: {}
65-
6659
# hosts:
6760
# - pipelines.example.com
6861
# - pipelines.foo.bar
6962
hosts: []
70-
71-
7263
# enables basic auth secret to be created
7364
basicAuth:
7465
enabled: false
7566
authData: ""
76-
7767
tls:
7868
enabled: false
79-
8069
# secrets:
8170
# embedded:
8271
# b64encodedCertificate: e30k
@@ -88,51 +77,47 @@ ingress:
8877
# hosts:
8978
# - pipelines.foo.bar
9079
secrets: {}
91-
9280
istio:
9381
enabled: false
9482
apiVersion: networking.istio.io/v1beta1
9583
gateway: jx-gateway
96-
9784
jx:
9885
# whether to create a Release CRD when installing charts with Release CRDs included
9986
releaseCRD: true
100-
10187
serviceAccount:
10288
# allow additional annotations to be added to the ServiceAccount
10389
# such as for workload identity on clouds
10490
annotations: {}
105-
10691
role:
10792
rules:
108-
- apiGroups:
109-
- jenkins.io
110-
resources:
111-
- pipelineactivities
112-
- pipelinestructures
113-
verbs:
114-
- list
115-
- watch
116-
- get
117-
- apiGroups:
118-
- tekton.dev
119-
resources:
120-
- pipelineruns
121-
verbs:
122-
- list
123-
- watch
124-
- get
125-
- apiGroups:
126-
- ""
127-
resources:
128-
- pods
129-
verbs:
130-
- list
131-
- watch
132-
- get
133-
- apiGroups:
134-
- ""
135-
resources:
136-
- pods/log
137-
verbs:
138-
- get
93+
- apiGroups:
94+
- jenkins.io
95+
resources:
96+
- pipelineactivities
97+
- pipelinestructures
98+
verbs:
99+
- list
100+
- watch
101+
- get
102+
- apiGroups:
103+
- tekton.dev
104+
resources:
105+
- pipelineruns
106+
verbs:
107+
- list
108+
- watch
109+
- get
110+
- apiGroups:
111+
- ""
112+
resources:
113+
- pods
114+
verbs:
115+
- list
116+
- watch
117+
- get
118+
- apiGroups:
119+
- ""
120+
resources:
121+
- pods/log
122+
verbs:
123+
- get

0 commit comments

Comments
 (0)