Skip to content

Commit

Permalink
update ref to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraAoad committed Nov 27, 2024
1 parent 7b11e26 commit 707556d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions oci/metrics-proxy/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ parameters:
- type: -p
value: '15090:15090'
description: Port mapping for accessing the metrics-proxy aggregated metrics endpoint.
- type: --labels
value: 'foo=bar'
- type: -e
value: 'POD_LABEL_SELECTOR="foo=bar"'
description: Specify labels to filter Kubernetes pods for metrics aggregation.
- type: --port
value: '15090'
- type: -e
value: 'PORT="15090"'
description: The port on which the metrics-proxy listens for scrape requests.
- type: --scrape_timeout
value: '9s'
- type: -e
value: 'SCRAPE_TIMEOUT="9s"'
description: Configures the timeout duration for scraping metrics from the pods.

debug:
Expand Down
12 changes: 6 additions & 6 deletions oci/metrics-proxy/image.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
version: 1
upload:
- source: canonical/metrics-proxy-rock
commit: 06edec200eec7861afc54c5afd735c4a722e5ca1
directory: "0.1.0"
commit: 66763a5703df2e3175b87c0da69b29103da47169
directory: "0.1.1"
release:
0.1.0-22.04:
end-of-life: "2025-10-17T00:00:00Z"
0.1.1-22.04:
end-of-life: "2025-11-27T00:00:00Z"
risks:
- stable
0.1-22.04:
end-of-life: "2025-10-17T00:00:00Z"
end-of-life: "2025-11-27T00:00:00Z"
risks:
- stable
0-22.04:
end-of-life: "2025-10-17T00:00:00Z"
end-of-life: "2025-11-27T00:00:00Z"
risks:
- stable

0 comments on commit 707556d

Please sign in to comment.