Skip to content

Commit

Permalink
chore: release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Mar 22, 2023
1 parent 8bf436f commit ea6bfd3
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 18 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Changes in version 0.0.15

### Bug Fixes

* OWNERS (Mårten Svantesson)
* bitnami breakage (Mårten Svantesson)
* after tekton upgrade (Mårten Svantesson)
* pipeline durations and selecting owner (Mårten Svantesson)
6 changes: 3 additions & 3 deletions charts/cd-indicators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: cd-indicators
description: Continuous Delivery Indicators for Jenkins X
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
home: https://github.com/jenkins-x/cd-indicators
version: 0.0.1
appVersion: latest
version: 0.0.15
appVersion: 0.0.15
sources:
- https://github.com/jenkins-x/cd-indicators
dependencies:
- name: postgresql
version: 10.3.13
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: postgresql.useInternalInstance
condition: postgresql.useInternalInstance
87 changes: 87 additions & 0 deletions charts/cd-indicators/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# cd-indicators

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

Continuous Delivery Indicators for Jenkins X

**Homepage:** <https://github.com/jenkins-x/cd-indicators>

## Source Code

* <https://github.com/jenkins-x/cd-indicators>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami | postgresql | 10.3.13 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config.gitOwners | list | `[]` | |
| config.logLevel | string | `"INFO"` | |
| config.postgres.extraParams | object | `{}` | |
| config.postgres.logLevel | string | `"WARN"` | |
| config.resyncInterval | string | `"1h"` | |
| deployment.annotations | object | `{}` | |
| deployment.labels | object | `{}` | |
| deployment.replicas | int | `1` | |
| deployment.revisionHistoryLimit | int | `2` | |
| fullnameOverride | string | `nil` | |
| grafana.dashboards.label | string | `"jenkins-x.io/grafana-dashboard"` | |
| grafana.dashboards.value | string | `"1"` | |
| grafana.datasources.label | string | `"jenkins-x.io/grafana-datasource"` | |
| grafana.datasources.postgres.settings.connMaxLifetime | int | `14400` | |
| grafana.datasources.postgres.settings.maxIdleConns | int | `2` | |
| grafana.datasources.postgres.settings.maxOpenConns | int | `10` | |
| grafana.datasources.postgres.settings.postgresVersion | int | `1200` | |
| grafana.datasources.postgres.settings.sslmode | string | `"disable"` | |
| grafana.datasources.value | string | `"1"` | |
| image.pullPolicy | string | `nil` | |
| image.repository | string | `"gcr.io/jenkinsxio/cd-indicators"` | |
| image.tag | string | `nil` | |
| 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.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 | `"256M"` | |
| pod.schedulerName | string | `nil` | |
| pod.securityContext.fsGroup | int | `1000` | |
| pod.terminationGracePeriodSeconds | string | `nil` | |
| pod.tolerations | list | `[]` | |
| postgresql.postgresqlDatabase | string | `"indicators"` | |
| postgresql.postgresqlHost | string | `nil` | |
| postgresql.postgresqlPassword | string | `"password"` | |
| postgresql.postgresqlPort | int | `5432` | |
| postgresql.postgresqlUsername | string | `"postgres"` | |
| postgresql.useInternalInstance | bool | `true` | |
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
| role.rules[0].resources[1] | string | `"releases"` | |
| role.rules[0].verbs[0] | string | `"list"` | |
| role.rules[0].verbs[1] | string | `"watch"` | |
| role.rules[0].verbs[2] | string | `"get"` | |
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | |
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | |
| secrets.postgres.password.secretKeyRef.key | string | `"postgresql-password"` | |
| secrets.postgres.password.secretKeyRef.name | string | `nil` | |
| 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 added charts/cd-indicators/cd-indicators-0.0.15.tgz
Binary file not shown.
19 changes: 4 additions & 15 deletions charts/cd-indicators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

fullnameOverride:
nameOverride:

config:
# gitOwners is an array of "organizations" from which indicators should be collected
# leave empty to collect from all organizations found
Expand All @@ -13,13 +12,11 @@ config:
logLevel: WARN
# extraParams is a map of extra parameters used when connecting to postgres
extraParams: {}
# sslmode: verify-ca
# pool_max_conns: 10

# sslmode: verify-ca
# pool_max_conns: 10
jx:
# whether to create a Release CRD when installing charts with Release CRDs included
releaseCRD: true

postgresql:
useInternalInstance: true
# see https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml for the postgresql values
Expand All @@ -28,7 +25,6 @@ postgresql:
postgresqlDatabase: indicators
postgresqlUsername: postgres
postgresqlPassword: password

# this is the label defined in Grafana sidecar dashboards/datasources loader
# used to retrieve all configmaps which contains Grafana dashboards/datasources
grafana:
Expand All @@ -47,7 +43,6 @@ grafana:
maxIdleConns: 2
connMaxLifetime: 14400
postgresVersion: 1200

secrets:
lighthouse:
hmac:
Expand All @@ -59,19 +54,16 @@ secrets:
secretKeyRef:
name:
key: postgresql-password

image:
repository: gcr.io/jenkinsxio/cd-indicators
repository: ghcr.io/jenkins-x/cd-indicators
# If no tag, fallback to the Chart's AppVersion
tag:
tag: 0.0.15
pullPolicy:

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

pod:
resources:
requests:
Expand All @@ -93,19 +85,16 @@ pod:
securityContext:
fsGroup: 1000
env: {}

service:
port: 80
type:
loadBalancerIP:
labels: {}
annotations: {}

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

role:
rules:
- apiGroups: ["jenkins.io"]
Expand Down

0 comments on commit ea6bfd3

Please sign in to comment.