Skip to content

Commit 56861bb

Browse files
committed
Add timeout for prom
1 parent 20cd543 commit 56861bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/test-helm-chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
--enable-addons azure-keyvault-secrets-provider \
9999
--node-vm-size Standard_DS2_v2 \
100100
--node-count 1
101+
102+
sleep 300s
101103
102104
- name: Set up Federated Identity for Workload Identity
103105
run: |

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.0] - 2025-01-12
8+
## [v1.1.0] - 2025-03-13
9+
10+
### Added
11+
12+
- Prometheus metrics endpoint
13+
14+
## [v1.0.0] - 2025-03-13
915

1016
### Added
1117

0 commit comments

Comments
 (0)