Skip to content

Commit 920be21

Browse files
chore: release 1.6.4
1 parent 5e6f690 commit 920be21

File tree

4 files changed

+126
-48
lines changed

4 files changed

+126
-48
lines changed

charts/jx-pipelines-visualizer/Chart.yaml

Lines changed: 3 additions & 3 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
7-
appVersion: latest
6+
version: 1.6.4
7+
appVersion: 1.6.4
88
sources:
9-
- https://github.com/jenkins-x/jx-pipelines-visualizer
9+
- https://github.com/jenkins-x/jx-pipelines-visualizer
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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.class | string | `"nginx"` | |
37+
| ingress.enabled | bool | `false` | |
38+
| ingress.hosts | list | `[]` | |
39+
| ingress.labels | object | `{}` | |
40+
| ingress.tls.enabled | bool | `false` | |
41+
| ingress.tls.secrets | object | `{}` | |
42+
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | |
43+
| istio.enabled | bool | `false` | |
44+
| istio.gateway | string | `"jx-gateway"` | |
45+
| jx.releaseCRD | bool | `true` | |
46+
| nameOverride | string | `nil` | |
47+
| pod.activeDeadlineSeconds | string | `nil` | |
48+
| pod.affinity | object | `{}` | |
49+
| pod.annotations | object | `{}` | |
50+
| pod.enableServiceLinks | bool | `false` | |
51+
| pod.env | object | `{}` | |
52+
| pod.envFrom | list | `[]` | |
53+
| pod.hostAliases | list | `[]` | |
54+
| pod.labels | object | `{}` | |
55+
| pod.nodeSelector | object | `{}` | |
56+
| pod.resources.limits.cpu | string | `"1"` | |
57+
| pod.resources.limits.memory | string | `"512M"` | |
58+
| pod.resources.requests.cpu | string | `"0.2"` | |
59+
| pod.resources.requests.memory | string | `"128M"` | |
60+
| pod.schedulerName | string | `nil` | |
61+
| pod.securityContext.fsGroup | int | `1000` | |
62+
| pod.terminationGracePeriodSeconds | string | `nil` | |
63+
| pod.tolerations | list | `[]` | |
64+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
65+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
66+
| role.rules[0].resources[1] | string | `"pipelinestructures"` | |
67+
| role.rules[0].verbs[0] | string | `"list"` | |
68+
| role.rules[0].verbs[1] | string | `"watch"` | |
69+
| role.rules[0].verbs[2] | string | `"get"` | |
70+
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
71+
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
72+
| role.rules[1].verbs[0] | string | `"list"` | |
73+
| role.rules[1].verbs[1] | string | `"watch"` | |
74+
| role.rules[1].verbs[2] | string | `"get"` | |
75+
| role.rules[2].apiGroups[0] | string | `""` | |
76+
| role.rules[2].resources[0] | string | `"pods"` | |
77+
| role.rules[2].verbs[0] | string | `"list"` | |
78+
| role.rules[2].verbs[1] | string | `"watch"` | |
79+
| role.rules[2].verbs[2] | string | `"get"` | |
80+
| role.rules[3].apiGroups[0] | string | `""` | |
81+
| role.rules[3].resources[0] | string | `"pods/log"` | |
82+
| role.rules[3].verbs[0] | string | `"get"` | |
83+
| service.annotations | object | `{}` | |
84+
| service.labels | object | `{}` | |
85+
| service.loadBalancerIP | string | `nil` | |
86+
| service.port | int | `80` | |
87+
| service.type | string | `nil` | |
88+
| serviceAccount.annotations | object | `{}` | |
89+
90+
----------------------------------------------
91+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file not shown.

charts/jx-pipelines-visualizer/values.yaml

Lines changed: 32 additions & 45 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.6.4
2422
pullPolicy:
25-
2623
deployment:
2724
replicas: 1
2825
revisionHistoryLimit: 2
2926
labels: {}
3027
annotations: {}
31-
3228
pod:
3329
resources:
3430
requests:
@@ -57,26 +53,21 @@ service:
5753
loadBalancerIP:
5854
labels: {}
5955
annotations: {}
60-
6156
ingress:
6257
enabled: false
6358
class: nginx
6459
labels: {}
6560
annotations: {}
66-
6761
# hosts:
6862
# - pipelines.example.com
6963
# - pipelines.foo.bar
7064
hosts: []
71-
7265
# enables basic auth secret to be created
7366
basicAuth:
7467
enabled: false
7568
authData: ""
76-
7769
tls:
7870
enabled: false
79-
8071
# secrets:
8172
# embedded:
8273
# b64encodedCertificate: e30k
@@ -88,51 +79,47 @@ ingress:
8879
# hosts:
8980
# - pipelines.foo.bar
9081
secrets: {}
91-
9282
istio:
9383
enabled: false
9484
apiVersion: networking.istio.io/v1beta1
9585
gateway: jx-gateway
96-
9786
jx:
9887
# whether to create a Release CRD when installing charts with Release CRDs included
9988
releaseCRD: true
100-
10189
serviceAccount:
10290
# allow additional annotations to be added to the ServiceAccount
10391
# such as for workload identity on clouds
10492
annotations: {}
105-
10693
role:
10794
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
95+
- apiGroups:
96+
- jenkins.io
97+
resources:
98+
- pipelineactivities
99+
- pipelinestructures
100+
verbs:
101+
- list
102+
- watch
103+
- get
104+
- apiGroups:
105+
- tekton.dev
106+
resources:
107+
- pipelineruns
108+
verbs:
109+
- list
110+
- watch
111+
- get
112+
- apiGroups:
113+
- ""
114+
resources:
115+
- pods
116+
verbs:
117+
- list
118+
- watch
119+
- get
120+
- apiGroups:
121+
- ""
122+
resources:
123+
- pods/log
124+
verbs:
125+
- get

0 commit comments

Comments
 (0)