Skip to content

Commit

Permalink
Merge branch 'master' into master#release#minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Berk Dehrioglu authored Jan 22, 2024
2 parents 932b90d + b198942 commit 9ac510c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add new annotation for vintage irsa domain which is only used for migrating vintage clusters.
- Use 443 as the default api-server Load Balancer port.

### Changed

- Remove allow-all cilium network policies.

## [0.56.0] - 2024-01-08

### Changed
Expand Down
3 changes: 2 additions & 1 deletion helm/cluster-aws/templates/cilium-helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ hubble:
operator: "Exists"
effect: "NoSchedule"
defaultPolicies:
enabled: true
enabled: false
removed: true

tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit 9ac510c

Please sign in to comment.