fix: timeout should be of type string | unless it would not be applie…#1612
Merged
JorTurFer merged 9 commits intokedacore:mainfrom Aug 19, 2025
Merged
fix: timeout should be of type string | unless it would not be applie…#1612JorTurFer merged 9 commits intokedacore:mainfrom
JorTurFer merged 9 commits intokedacore:mainfrom
Conversation
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
JorTurFer
reviewed
Aug 18, 2025
Member
JorTurFer
left a comment
There was a problem hiding this comment.
nice catch! Could you update other versions as well?
Contributor
Author
of course. i will do that immediately. |
Member
|
No no, just updating the versions where |
* Remove deprecated tls setting IBMMQ Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Remove deprecate type setting CPU/MEM Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Remove deprecated type setting CPU/MEM Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> --------- Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
* fix: Remove non-canonical pages from sitemap Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * fix: Remove non-canonical pages from sitemap Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> --------- Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
…core#1605) Signed-off-by: Ara Pulido <ara.pulido@datadoghq.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
…edacore#1599) Signed-off-by: mittalvaibhav1 <mittalvaibhavandroid@gmail.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
Signed-off-by: semihbkgr <buyukgungorsemih@gmail.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
….com> (kedacore#1604) Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com> Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
89deb92 to
7935846
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: timeout value in prometheus trigger should be of type string. unless it would not be applied in manifests using kubectl.
prometheus doc of directory content/docs/2.17/scalers/prometheus.md has been updated.
timeout: 1000cannot be applied by kubectl. it should betimeout: "1000"