Skip to content

Commit f2de6bf

Browse files
chore: release 1.8.11
1 parent 06160da commit f2de6bf

File tree

5 files changed

+130
-21
lines changed

5 files changed

+130
-21
lines changed

changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Changes in version 1.8.11
2+
3+
### Chores
4+
5+
* deps: upgrade jenkins-x-plugins/jx-pipeline to version 0.7.31 (root)
6+
* deps: upgrade jenkins-x-plugins/jx-pipeline to version 0.7.30 (root)
7+
8+
-----
9+
10+
# jenkins-x-plugins/jx-pipeline
11+
12+
## Changes in version 0.7.31
13+
14+
### Chores
15+
16+
* deps: upgrade go dependencies (root)
17+
18+
-----
19+
20+
# jenkins-x-plugins/jx-pipeline
21+
22+
## Changes in version 0.7.30
23+
24+
### Chores
25+
26+
* deps: upgrade go dependencies (root)

charts/jx-pipelines-visualizer/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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.8.11
7+
appVersion: 1.8.11
88
sources:
9-
- https://github.com/jenkins-x/jx-pipelines-visualizer
9+
- https://github.com/jenkins-x/jx-pipelines-visualizer
10+
- https://github.com/jenkins-x/jx-pipelines-visualizer.git
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
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.pipelineTraceURLTemplate | string | `nil` | |
22+
| config.resyncInterval | string | `"60s"` | |
23+
| deployment.annotations | object | `{}` | |
24+
| deployment.labels | object | `{}` | |
25+
| deployment.replicas | int | `1` | |
26+
| deployment.revisionHistoryLimit | int | `2` | |
27+
| extraVolumeMounts | list | `[]` | |
28+
| extraVolumes | list | `[]` | |
29+
| fullnameOverride | string | `nil` | |
30+
| gitSecretName | string | `"tekton-git"` | |
31+
| image.pullPolicy | string | `nil` | |
32+
| image.repository | string | `"gcr.io/jenkinsxio/jx-pipelines-visualizer"` | |
33+
| image.tag | string | `nil` | |
34+
| ingress.annotations | object | `{}` | |
35+
| ingress.apiVersion | string | `"networking.k8s.io/v1beta1"` | |
36+
| ingress.basicAuth.authData | string | `""` | |
37+
| ingress.basicAuth.enabled | bool | `false` | |
38+
| ingress.class | string | `"nginx"` | |
39+
| ingress.enabled | bool | `false` | |
40+
| ingress.hosts | list | `[]` | |
41+
| ingress.labels | object | `{}` | |
42+
| ingress.path | string | `""` | |
43+
| ingress.pathType | string | `"ImplementationSpecific"` | |
44+
| ingress.tls.enabled | bool | `false` | |
45+
| ingress.tls.secrets | object | `{}` | |
46+
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | |
47+
| istio.enabled | bool | `false` | |
48+
| istio.gateway | string | `"jx-gateway"` | |
49+
| jx.releaseCRD | bool | `true` | |
50+
| nameOverride | string | `nil` | |
51+
| pod.activeDeadlineSeconds | string | `nil` | |
52+
| pod.affinity | object | `{}` | |
53+
| pod.annotations | object | `{}` | |
54+
| pod.enableServiceLinks | bool | `false` | |
55+
| pod.env | object | `{}` | |
56+
| pod.envFrom | list | `[]` | |
57+
| pod.hostAliases | list | `[]` | |
58+
| pod.labels | object | `{}` | |
59+
| pod.nodeSelector | object | `{}` | |
60+
| pod.resources.limits.cpu | string | `"1"` | |
61+
| pod.resources.limits.memory | string | `"512M"` | |
62+
| pod.resources.requests.cpu | string | `"0.2"` | |
63+
| pod.resources.requests.memory | string | `"128M"` | |
64+
| pod.schedulerName | string | `nil` | |
65+
| pod.securityContext.fsGroup | int | `1000` | |
66+
| pod.terminationGracePeriodSeconds | string | `nil` | |
67+
| pod.tolerations | list | `[]` | |
68+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
69+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
70+
| role.rules[0].resources[1] | string | `"pipelinestructures"` | |
71+
| role.rules[0].verbs[0] | string | `"list"` | |
72+
| role.rules[0].verbs[1] | string | `"watch"` | |
73+
| role.rules[0].verbs[2] | string | `"get"` | |
74+
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
75+
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
76+
| role.rules[1].resources[1] | string | `"pipelines"` | |
77+
| role.rules[1].resources[2] | string | `"taskruns"` | |
78+
| role.rules[1].resources[3] | string | `"tasks"` | |
79+
| role.rules[1].verbs[0] | string | `"list"` | |
80+
| role.rules[1].verbs[1] | string | `"watch"` | |
81+
| role.rules[1].verbs[2] | string | `"get"` | |
82+
| role.rules[2].apiGroups[0] | string | `""` | |
83+
| role.rules[2].resources[0] | string | `"pods"` | |
84+
| role.rules[2].verbs[0] | string | `"list"` | |
85+
| role.rules[2].verbs[1] | string | `"watch"` | |
86+
| role.rules[2].verbs[2] | string | `"get"` | |
87+
| role.rules[3].apiGroups[0] | string | `""` | |
88+
| role.rules[3].resources[0] | string | `"pods/log"` | |
89+
| role.rules[3].verbs[0] | string | `"get"` | |
90+
| service.annotations | object | `{}` | |
91+
| service.labels | object | `{}` | |
92+
| service.loadBalancerIP | string | `nil` | |
93+
| service.port | int | `80` | |
94+
| service.type | string | `nil` | |
95+
| serviceAccount.annotations | object | `{}` | |
96+
97+
----------------------------------------------
98+
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: 2 additions & 18 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:
@@ -13,24 +12,20 @@ config:
1312
archivedPipelineRunsURLTemplate:
1413
# https://GRAFANA_URL/explore?left=%5B%22now%22,%22now%22,%22Tempo%22,%7B%22query%22:%22{{.TraceID}}%22%7D%5D
1514
pipelineTraceURLTemplate:
16-
1715
# Set a fixed namespace if the visualizer should show pipelines only from selected namespace
1816
#namespace: jx
1917
resyncInterval: 60s
2018
logLevel: INFO
21-
2219
image:
23-
repository: gcr.io/jenkinsxio/jx-pipelines-visualizer
20+
repository: ghcr.io/jenkins-x/jx-pipelines-visualizer
2421
# If no tag, fallback to the Chart's AppVersion
25-
tag:
22+
tag: 1.8.11
2623
pullPolicy:
27-
2824
deployment:
2925
replicas: 1
3026
revisionHistoryLimit: 2
3127
labels: {}
3228
annotations: {}
33-
3429
pod:
3530
resources:
3631
requests:
@@ -59,30 +54,24 @@ service:
5954
loadBalancerIP:
6055
labels: {}
6156
annotations: {}
62-
6357
ingress:
6458
enabled: false
6559
class: nginx
6660
labels: {}
6761
annotations: {}
68-
6962
apiVersion: "networking.k8s.io/v1beta1"
7063
pathType: "ImplementationSpecific"
7164
path: ""
72-
7365
# hosts:
7466
# - pipelines.example.com
7567
# - pipelines.foo.bar
7668
hosts: []
77-
7869
# enables basic auth secret to be created
7970
basicAuth:
8071
enabled: false
8172
authData: ""
82-
8373
tls:
8474
enabled: false
85-
8675
# secrets:
8776
# embedded:
8877
# b64encodedCertificate: e30k
@@ -94,21 +83,17 @@ ingress:
9483
# hosts:
9584
# - pipelines.foo.bar
9685
secrets: {}
97-
9886
istio:
9987
enabled: false
10088
apiVersion: networking.istio.io/v1beta1
10189
gateway: jx-gateway
102-
10390
jx:
10491
# whether to create a Release CRD when installing charts with Release CRDs included
10592
releaseCRD: true
106-
10793
serviceAccount:
10894
# allow additional annotations to be added to the ServiceAccount
10995
# such as for workload identity on clouds
11096
annotations: {}
111-
11297
role:
11398
rules:
11499
- apiGroups:
@@ -145,7 +130,6 @@ role:
145130
- pods/log
146131
verbs:
147132
- get
148-
149133
extraVolumes: []
150134
# - name: config
151135
# configMap:

0 commit comments

Comments
 (0)