Skip to content

Commit

Permalink
chore: release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jun 21, 2021
1 parent 08eddd6 commit 1b615e0
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 52 deletions.
6 changes: 3 additions & 3 deletions charts/jx-pipelines-visualizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: jx-pipelines-visualizer
description: Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs.
icon: https://raw.github.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
home: https://github.com/jenkins-x/jx-pipelines-visualizer
version: 0.0.1
appVersion: latest
version: 1.7.1
appVersion: 1.7.1
sources:
- https://github.com/jenkins-x/jx-pipelines-visualizer
- https://github.com/jenkins-x/jx-pipelines-visualizer
96 changes: 96 additions & 0 deletions charts/jx-pipelines-visualizer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# jx-pipelines-visualizer

![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)

Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs.

**Homepage:** <https://github.com/jenkins-x/jx-pipelines-visualizer>

## Source Code

* <https://github.com/jenkins-x/jx-pipelines-visualizer>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config.archivedLogsURLTemplate | string | `nil` | |
| config.archivedPipelineRunsURLTemplate | string | `nil` | |
| config.archivedPipelinesURLTemplate | string | `nil` | |
| config.logLevel | string | `"INFO"` | |
| config.namespace | string | `"jx"` | |
| config.pipelineTraceURLTemplate | string | `nil` | |
| config.resyncInterval | string | `"60s"` | |
| deployment.annotations | object | `{}` | |
| deployment.labels | object | `{}` | |
| deployment.replicas | int | `1` | |
| deployment.revisionHistoryLimit | int | `2` | |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| fullnameOverride | string | `nil` | |
| gitSecretName | string | `"tekton-git"` | |
| image.pullPolicy | string | `nil` | |
| image.repository | string | `"gcr.io/jenkinsxio/jx-pipelines-visualizer"` | |
| image.tag | string | `nil` | |
| ingress.annotations | object | `{}` | |
| ingress.apiVersion | string | `"networking.k8s.io/v1beta1"` | |
| ingress.basicAuth.authData | string | `""` | |
| ingress.basicAuth.enabled | bool | `false` | |
| ingress.class | string | `"nginx"` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts | list | `[]` | |
| ingress.labels | object | `{}` | |
| ingress.pathType | string | `"ImplementationSpecific"` | |
| ingress.tls.enabled | bool | `false` | |
| ingress.tls.secrets | object | `{}` | |
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | |
| istio.enabled | bool | `false` | |
| istio.gateway | string | `"jx-gateway"` | |
| jx.releaseCRD | bool | `true` | |
| nameOverride | string | `nil` | |
| pod.activeDeadlineSeconds | string | `nil` | |
| pod.affinity | object | `{}` | |
| pod.annotations | object | `{}` | |
| pod.enableServiceLinks | bool | `false` | |
| pod.env | object | `{}` | |
| pod.envFrom | list | `[]` | |
| pod.hostAliases | list | `[]` | |
| pod.labels | object | `{}` | |
| pod.nodeSelector | object | `{}` | |
| pod.resources.limits.cpu | string | `"1"` | |
| pod.resources.limits.memory | string | `"512M"` | |
| pod.resources.requests.cpu | string | `"0.2"` | |
| pod.resources.requests.memory | string | `"128M"` | |
| pod.schedulerName | string | `nil` | |
| pod.securityContext.fsGroup | int | `1000` | |
| pod.terminationGracePeriodSeconds | string | `nil` | |
| pod.tolerations | list | `[]` | |
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
| role.rules[0].resources[1] | string | `"pipelinestructures"` | |
| role.rules[0].verbs[0] | string | `"list"` | |
| role.rules[0].verbs[1] | string | `"watch"` | |
| role.rules[0].verbs[2] | string | `"get"` | |
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
| role.rules[1].resources[1] | string | `"pipelines"` | |
| role.rules[1].verbs[0] | string | `"list"` | |
| role.rules[1].verbs[1] | string | `"watch"` | |
| role.rules[1].verbs[2] | string | `"get"` | |
| role.rules[2].apiGroups[0] | string | `""` | |
| role.rules[2].resources[0] | string | `"pods"` | |
| role.rules[2].verbs[0] | string | `"list"` | |
| role.rules[2].verbs[1] | string | `"watch"` | |
| role.rules[2].verbs[2] | string | `"get"` | |
| role.rules[3].apiGroups[0] | string | `""` | |
| role.rules[3].resources[0] | string | `"pods/log"` | |
| role.rules[3].verbs[0] | string | `"get"` | |
| service.annotations | object | `{}` | |
| service.labels | object | `{}` | |
| service.loadBalancerIP | string | `nil` | |
| service.port | int | `80` | |
| service.type | string | `nil` | |
| serviceAccount.annotations | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file not shown.
83 changes: 34 additions & 49 deletions charts/jx-pipelines-visualizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
fullnameOverride:
nameOverride:
gitSecretName: tekton-git

config:
# gs://BUCKET_NAME/jenkins-x/logs/{{.Owner}}/{{.Repository}}/{{if hasPrefix .Branch \"pr\"}}{{.Branch | upper}}{{else}}{{.Branch}}{{end}}/{{.Build}}.log
archivedLogsURLTemplate:
Expand All @@ -16,19 +15,16 @@ config:
namespace: jx
resyncInterval: 60s
logLevel: INFO

image:
repository: gcr.io/jenkinsxio/jx-pipelines-visualizer
repository: ghcr.io/jenkins-x/jx-pipelines-visualizer
# If no tag, fallback to the Chart's AppVersion
tag:
tag: 1.7.1
pullPolicy:

deployment:
replicas: 1
revisionHistoryLimit: 2
labels: {}
annotations: {}

pod:
resources:
requests:
Expand Down Expand Up @@ -57,29 +53,23 @@ service:
loadBalancerIP:
labels: {}
annotations: {}

ingress:
enabled: false
class: nginx
labels: {}
annotations: {}

apiVersion: "networking.k8s.io/v1beta1"
pathType: "ImplementationSpecific"

# hosts:
# - pipelines.example.com
# - pipelines.foo.bar
hosts: []

# enables basic auth secret to be created
basicAuth:
enabled: false
authData: ""

tls:
enabled: false

# secrets:
# embedded:
# b64encodedCertificate: e30k
Expand All @@ -91,56 +81,51 @@ ingress:
# hosts:
# - pipelines.foo.bar
secrets: {}

istio:
enabled: false
apiVersion: networking.istio.io/v1beta1
gateway: jx-gateway

jx:
# whether to create a Release CRD when installing charts with Release CRDs included
releaseCRD: true

serviceAccount:
# allow additional annotations to be added to the ServiceAccount
# such as for workload identity on clouds
annotations: {}

role:
rules:
- apiGroups:
- jenkins.io
resources:
- pipelineactivities
- pipelinestructures
verbs:
- list
- watch
- get
- apiGroups:
- tekton.dev
resources:
- pipelineruns
- pipelines
verbs:
- list
- watch
- get
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- watch
- get
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get

- apiGroups:
- jenkins.io
resources:
- pipelineactivities
- pipelinestructures
verbs:
- list
- watch
- get
- apiGroups:
- tekton.dev
resources:
- pipelineruns
- pipelines
verbs:
- list
- watch
- get
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- watch
- get
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
extraVolumes: []
# - name: config
# configMap:
Expand Down

0 comments on commit 1b615e0

Please sign in to comment.