Compare commits

..

7 Commits

Author SHA1 Message Date
CSRBot be0e152de8 chore(deps): update docker.io/library/node docker tag to v22.11.0
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-26 02:40:29 +00:00
CSRBot 4edf2660de chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.4.0
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-25 23:41:05 +00:00
volker.raschek c1a2a098c8 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is passing
2024-11-25 23:25:03 +01:00
volker.raschek 085a68c60c revert(README): adapt warning blockquote
This reverts commit 98fe8fe2a4.
2024-11-25 23:24:04 +01:00
volker.raschek 98fe8fe2a4 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is failing
2024-11-25 23:17:33 +01:00
volker.raschek 7d02c5f7b3 doc(README): adapt warning blockquote
continuous-integration/drone/push Build is passing
2024-11-25 23:14:39 +01:00
CSRBot cbdf696a4e chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-25 20:26:07 +00:00
2 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -12,7 +12,7 @@ platform:
steps: steps:
- name: clone repository - name: clone repository
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: helm lint - name: helm lint
commands: commands:
@@ -26,7 +26,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@@ -73,7 +73,7 @@ platform:
steps: steps:
- name: clone repository - name: clone repository
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: helm unittest - name: helm unittest
commands: commands:
@@ -125,14 +125,14 @@ platform:
steps: steps:
- name: clone repository - name: clone repository
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: generate README - name: generate README
commands: commands:
- npm install - npm install
- npm run readme:parameters - npm run readme:parameters
- npm run readme:lint - npm run readme:lint
image: docker.io/library/node:22.9.0-alpine image: docker.io/library/node:22.11.0-alpine
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@@ -141,7 +141,7 @@ steps:
- name: detect diff - name: detect diff
commands: commands:
- git diff --exit-code --name-only README.md - git diff --exit-code --name-only README.md
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: email-notification - name: email-notification
environment: environment:
@@ -183,7 +183,7 @@ platform:
steps: steps:
- name: clone repository - name: clone repository
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: release-helm-chart - name: release-helm-chart
commands: commands:
+3 -3
View File
@@ -66,9 +66,9 @@ The following examples serve as individual configurations and as inspiration for
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
certification will be skipped by Prometheus. certification will be skipped by Prometheus.
> [!WARN] > [!WARNING]
> A TLS secret with the name `prometheus-postgresql-exporter-http` containing a `ca.crt`, `tls.key` and `tls.crt` is > The secret `prometheus-postgresql-exporter-http` containing the TLS certificate is already present. The keys `ca.crt`,
> already present. > `tls.key` and `tls.crt` of the secret can be mounted into the container filesystem for TLS authentication / encryption.
```bash ```bash
helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \ helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \