Skip to content

Commit

Permalink
Update ghcr.io/appuio/alerts_exporter Docker tag to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Jun 24, 2024
1 parent 85a226a commit 687e641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
alerts_exporter:
registry: ghcr.io
image: appuio/alerts_exporter
tag: v0.1.1
tag: v0.2.0
kube_rbac_proxy:
registry: gcr.io
image: kubebuilder/kube-rbac-proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ spec:
- args:
- --listen-addr=127.0.0.1:8080
- --filter=severity=critical
image: ghcr.io/appuio/alerts_exporter:v0.1.1
image: ghcr.io/appuio/alerts_exporter:v0.2.0
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 15
periodSeconds: 20
timeoutSeconds: 3
name: exporter
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ spec:
- --tls-server-name=alertmanager-main.openshift-monitoring.svc.cluster.local
- --k8s-bearer-token-auth
- --tls-ca-cert=/etc/ssl/certs/serving-certs/service-ca.crt
image: ghcr.io/appuio/alerts_exporter:v0.1.1
image: ghcr.io/appuio/alerts_exporter:v0.2.0
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 15
periodSeconds: 20
timeoutSeconds: 3
name: exporter
resources:
limits:
Expand Down

0 comments on commit 687e641

Please sign in to comment.