Skip to content

Commit

Permalink
Update managers metrics address (#685)
Browse files Browse the repository at this point in the history
* Update managers metrics address

* release notes
  • Loading branch information
videlov authored Mar 21, 2024
1 parent 82492b9 commit 6899704
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
args:
- --leader-elect
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--metrics-bind-address=:8080"
image: controller:latest
name: manager
securityContext:
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes/1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

## Bug fixes

- Fix the default address of the manager metrics server [#684](https://github.com/kyma-project/istio/pull/684)
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module-name: istio
protecode:
- europe-docker.pkg.dev/kyma-project/prod/istio-manager:1.3.2
- europe-docker.pkg.dev/kyma-project/prod/istio-manager:1.3.3
- europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.20.3-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.20.3-distroless
- europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.20.3-distroless
Expand Down

0 comments on commit 6899704

Please sign in to comment.