core(renovate): update config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b5fc1b7575
commit
4cd6988b38
@ -46,7 +46,8 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
|||||||
versions can break something!
|
versions can break something!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm show values prometheus-exporters/prometheus-postgres-exporter --version 0.1.0 > values.yaml
|
CHART_VERSION=0.1.0
|
||||||
|
helm show values prometheus-exporters/prometheus-postgres-exporter --version "${CHART_VERSION}" > values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
A complete list of available helm chart versions can be displayed via the following command:
|
A complete list of available helm chart versions can be displayed via the following command:
|
||||||
@ -193,7 +194,7 @@ deployment:
|
|||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------- |
|
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------------------------- |
|
||||||
| `deployment.annotations` | Additional deployment annotations. | `{}` |
|
| `deployment.annotations` | Additional deployment annotations. | `{}` |
|
||||||
| `deployment.labels` | Additional ingress labels. | `{}` |
|
| `deployment.labels` | Additional deployment labels. | `{}` |
|
||||||
| `deployment.additionalContainers` | List of additional containers. | `[]` |
|
| `deployment.additionalContainers` | List of additional containers. | `[]` |
|
||||||
| `deployment.affinity` | Affinity for the postgres-exporter deployment. | `{}` |
|
| `deployment.affinity` | Affinity for the postgres-exporter deployment. | `{}` |
|
||||||
| `deployment.initContainers` | List of additional init containers. | `[]` |
|
| `deployment.initContainers` | List of additional init containers. | `[]` |
|
||||||
|
@ -11,20 +11,34 @@
|
|||||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"depNameTemplate": "prometheus-postgres-exporter",
|
"depNameTemplate": "prometheuscommunity/postgres-exporter",
|
||||||
"lookupNameTemplate": "quay.io/prometheuscommunity/postgres-exporter"
|
"packageNameTemplate": "quay.io/prometheuscommunity/postgres-exporter",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Detect helm chart version in README",
|
||||||
|
"fileMatch": [
|
||||||
|
"^README\\.md$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"^CHART_VERSION=(?<currentValue>.*?)$"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "git-tags",
|
||||||
|
"depNameTemplate": "volker.raschek/prometheus-postgres-exporter",
|
||||||
|
"packageNameTemplate": "git.cryptic.systems/volker.raschek/prometheus-postgres-exporter",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"addLabels": [ "renovate/automerge", "renovate/droneci" ],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchManagers": "droneci",
|
"matchManagers": "droneci",
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/markdownlint", "renovate/automerge" ],
|
"addLabels": [ "renovate/automerge", "renovate/npm" ],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchPackageNames": [ "markdownlint-cli", "@bitnami/readme-generator-for-helm" ],
|
"matchPackageNames": [ "markdownlint-cli", "@bitnami/readme-generator-for-helm" ],
|
||||||
"matchManagers": [ "npm" ],
|
"matchManagers": [ "npm" ],
|
||||||
|
@ -81,7 +81,7 @@ config:
|
|||||||
## @section Deployment
|
## @section Deployment
|
||||||
deployment:
|
deployment:
|
||||||
## @param deployment.annotations Additional deployment annotations.
|
## @param deployment.annotations Additional deployment annotations.
|
||||||
## @param deployment.labels Additional ingress labels.
|
## @param deployment.labels Additional deployment labels.
|
||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user