Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/k8s/charts/blackbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PR-4 (RFC-0003 Section 6) -- not a scrape of the exporters own /metrics.
image:
repository: prom/blackbox-exporter
tag: v0.26.0
tag: v0.26.0@sha256:92e05d5fe0df01d3980518dc42f07b778a8997048b57392ebc7f7391ebd7bb06
digest: sha256:92e05d5fe0df01d3980518dc42f07b778a8997048b57392ebc7f7391ebd7bb06
replicaCount: 1
containerPort: 9115
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/charts/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# DaemonSet land in PR-4.
image:
repository: grafana/loki
tag: 3.7.3
tag: 3.7.3@sha256:70b9f699fc9bb868b62f1cfd4f787dfa50242f1fd92e6089787d5d7daea75fe8
digest: sha256:70b9f699fc9bb868b62f1cfd4f787dfa50242f1fd92e6089787d5d7daea75fe8
replicaCount: 1
containerPort: 3100
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/charts/mailpit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ServiceMonitor. SMTP :1025 is in-cluster only (added in PR-3 as needed).
image:
repository: axllent/mailpit
tag: v1.27.5
tag: v1.27.5@sha256:5921fa3c3f0a34eb000a89ac8279d1f9d711e486a9a8fd094f7db5a1920256ab
digest: sha256:5921fa3c3f0a34eb000a89ac8279d1f9d711e486a9a8fd094f7db5a1920256ab
replicaCount: 1
containerPort: 8025
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/charts/postgres-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# flags are independent: probe posture and scrape posture are separate.
image:
repository: prometheuscommunity/postgres-exporter
tag: v0.20.1
tag: v0.20.1@sha256:ac5ec343104fae0e2d84a27bb8d69b38430a11910c5382cad85d478d2bab713e
digest: sha256:ac5ec343104fae0e2d84a27bb8d69b38430a11910c5382cad85d478d2bab713e
replicaCount: 1
containerPort: 9187
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/charts/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# move to Secrets in PR-3 (RFC-0003 DK8).
image:
repository: postgres
tag: 16-alpine
tag: 16-alpine@sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
digest: sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
replicaCount: 1
containerPort: 5432
Expand Down
Loading