You've already forked prometheus-postgres-exporter
Compare commits
11 Commits
30c1da211e
...
0.5.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
902be3a9aa
|
|||
| 7f7972d570 | |||
| c6b2748556 | |||
|
4f8ff6ee76
|
|||
|
99e3a3053e
|
|||
| 670233397e | |||
| f8bf338d8b | |||
|
ad18974807
|
|||
|
1ade590485
|
|||
| c6c0b7f92c | |||
|
94c2e05d2a
|
@@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
generate-parameters:
|
||||
container:
|
||||
image: docker.io/library/node:24.5.0-alpine
|
||||
image: docker.io/library/node:24.8.0-alpine
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
markdown-link-checker:
|
||||
container:
|
||||
image: docker.io/library/node:24.5.0-alpine
|
||||
image: docker.io/library/node:24.8.0-alpine
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
markdown-lint:
|
||||
container:
|
||||
image: docker.io/library/node:24.5.0-alpine
|
||||
image: docker.io/library/node:24.8.0-alpine
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
||||
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:
|
||||
# NODE_IMAGE
|
||||
NODE_IMAGE_REGISTRY_HOST?=docker.io
|
||||
NODE_IMAGE_REPOSITORY?=library/node
|
||||
NODE_IMAGE_VERSION?=24.6.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
|
||||
NODE_IMAGE_VERSION?=24.8.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
|
||||
NODE_IMAGE_FULLY_QUALIFIED=${NODE_IMAGE_REGISTRY_HOST}/${NODE_IMAGE_REPOSITORY}:${NODE_IMAGE_VERSION}
|
||||
|
||||
# MISSING DOT
|
||||
|
||||
@@ -156,12 +156,12 @@ replaced:
|
||||
|
||||
#### TLS certificate rotation
|
||||
|
||||
If Reposilite uses TLS certificates that are mounted as a secret in the container file system like the example
|
||||
If the exporter uses TLS certificates that are mounted as a secret in the container file system like the example
|
||||
[above](#tls-authentication-and-encryption), the exporter will not automatically apply them when the TLS certificates
|
||||
are rotated. Such a rotation can be for example triggered, when the [cert-manager](https://cert-manager.io/) issues new
|
||||
TLS certificates before expiring.
|
||||
|
||||
Until Reposilite does not support rotating TLS certificate a workaround can be applied. For example stakater's
|
||||
Until the exporter does not support rotating TLS certificate a workaround can be applied. For example stakater's
|
||||
[reloader](https://github.com/stakater/Reloader) controller can be used to trigger a rolling update. The following
|
||||
annotation must be added to instruct the reloader controller to trigger a rolling update, when the mounted configMaps
|
||||
and secrets have been changed.
|
||||
|
||||
Reference in New Issue
Block a user