You've already forked prometheus-postgres-exporter
Compare commits
4 Commits
0.5.1
...
448ab03ab2
| Author | SHA1 | Date | |
|---|---|---|---|
|
448ab03ab2
|
|||
| bb2da8f33f | |||
|
cb548921a6
|
|||
|
46bceb7e4d
|
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
helm-lint:
|
||||
container:
|
||||
image: docker.io/volkerraschek/helm:3.18.0
|
||||
image: docker.io/volkerraschek/helm:3.18.1
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
helm-unittest:
|
||||
container:
|
||||
image: docker.io/volkerraschek/helm:3.18.0
|
||||
image: docker.io/volkerraschek/helm:3.18.1
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
publish-chart:
|
||||
container:
|
||||
image: docker.io/volkerraschek/helm:3.18.0
|
||||
image: docker.io/volkerraschek/helm:3.18.1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install tooling
|
||||
|
||||
@@ -2,7 +2,6 @@ apiVersion: v2
|
||||
name: prometheus-postgres-exporter
|
||||
description: Prometheus metric exporter for PostgreSQL
|
||||
type: application
|
||||
kubeVersion: ">=1.20.0"
|
||||
version: "0.1.0"
|
||||
appVersion: "0.17.1"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
||||
versions can break something!
|
||||
|
||||
```bash
|
||||
CHART_VERSION=0.4.2
|
||||
CHART_VERSION=0.5.1
|
||||
helm show values prometheus-exporters/prometheus-postgres-exporter --version "${CHART_VERSION}" > values.yaml
|
||||
```
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ tests:
|
||||
namespace: testing
|
||||
template: templates/prometheus-postgres-exporter/deployment.yaml
|
||||
- notExists:
|
||||
path: metadata.annotations.checksum/secret-database
|
||||
path: metadata.annotations
|
||||
template: templates/prometheus-postgres-exporter/deployment.yaml
|
||||
- equal:
|
||||
path: metadata.labels
|
||||
|
||||
Reference in New Issue
Block a user