diff --git a/charts/jx-pipelines-visualizer/Chart.yaml b/charts/jx-pipelines-visualizer/Chart.yaml index c9227d5..98d3d89 100644 --- a/charts/jx-pipelines-visualizer/Chart.yaml +++ b/charts/jx-pipelines-visualizer/Chart.yaml @@ -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.githubusercontent.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.6.10 +appVersion: 1.6.10 sources: -- https://github.com/jenkins-x/jx-pipelines-visualizer + - https://github.com/jenkins-x/jx-pipelines-visualizer diff --git a/charts/jx-pipelines-visualizer/README.md b/charts/jx-pipelines-visualizer/README.md new file mode 100644 index 0000000..71c1296 --- /dev/null +++ b/charts/jx-pipelines-visualizer/README.md @@ -0,0 +1,92 @@ +# 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:** + +## Source Code + +* + +## 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` | | +| 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.basicAuth.authData | string | `""` | | +| ingress.basicAuth.enabled | bool | `false` | | +| ingress.class | string | `"nginx"` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts | list | `[]` | | +| ingress.labels | object | `{}` | | +| 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) diff --git a/charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.6.10.tgz b/charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.6.10.tgz new file mode 100644 index 0000000..47b8913 Binary files /dev/null and b/charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.6.10.tgz differ diff --git a/charts/jx-pipelines-visualizer/values.yaml b/charts/jx-pipelines-visualizer/values.yaml index b6fcaf1..8d289e2 100644 --- a/charts/jx-pipelines-visualizer/values.yaml +++ b/charts/jx-pipelines-visualizer/values.yaml @@ -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: @@ -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.6.10 pullPolicy: - deployment: replicas: 1 revisionHistoryLimit: 2 labels: {} annotations: {} - pod: resources: requests: @@ -57,26 +53,21 @@ service: loadBalancerIP: labels: {} annotations: {} - ingress: enabled: false class: nginx labels: {} annotations: {} - # 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 @@ -88,52 +79,48 @@ 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