Skip to content

Commit

Permalink
[bitnami/cilium] test: ✅ Add a wait before goss test (#29108)
Browse files Browse the repository at this point in the history
* [bitnami/cilium] test: ✅ Add a wait before goss test

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Javier J. Salmerón García <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
javsalgar and bitnami-bot authored Aug 29, 2024
1 parent e628dbd commit 55ce9dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 6 additions & 10 deletions .vib/cilium/goss/goss-wait.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0

addr:
tcp://cilium-agent-metrics:{{ .Vars.agent.metrics.service.port }}:
reachable: true
timeout: 60000
tcp://cilium-hubble-peers-metrics:{{ .Vars.hubble.peers.metrics.service.port }}:
reachable: true
timeout: 60000
command:
# Cilium requires to be stable before checking endpoints
wait-to-be-available:
exec: "sleep 300"
exit-status: 0
timeout: 310000
8 changes: 6 additions & 2 deletions bitnami/cilium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.0.19 (2024-08-29)
## 1.0.20 (2024-08-29)

* [bitnami/cilium] test: :white_check_mark: Improve resiliency of goss test ([#29104](https://github.com/bitnami/charts/pull/29104))
* [bitnami/cilium] test: :white_check_mark: Add a wait before goss test ([#29108](https://github.com/bitnami/charts/pull/29108))

## <small>1.0.19 (2024-08-29)</small>

* [bitnami/cilium] test: :white_check_mark: Improve resiliency of goss test (#29104) ([2bb5384](https://github.com/bitnami/charts/commit/2bb5384294ed233bf040d87e1004fd885ce4a8e6)), closes [#29104](https://github.com/bitnami/charts/issues/29104)

## <small>1.0.18 (2024-08-28)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-relay
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend
version: 1.0.19
version: 1.0.20

0 comments on commit 55ce9dd

Please sign in to comment.