-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agent v0.1.4 release + better defaults #66
agent v0.1.4 release + better defaults #66
Conversation
b0181dd
to
77a4cc3
Compare
@@ -45,7 +45,7 @@ logging: | |||
# operator-specific configuration values | |||
operator: | |||
# -- Number of replicas, oerator k8s resources will not be installed if this is set to 0 | |||
replicas: 1 | |||
replicas: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the kedify-http
scaler no longer uses addon operator
@@ -14,21 +14,21 @@ image: | |||
# -- Image name of KEDA operator | |||
repository: kedacore/keda | |||
# -- Image tag of KEDA operator. Optional, given app version of Helm chart is used by default | |||
tag: "" | |||
tag: "v2.16.0-1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because this is now a kedify-agent subchart, we should start setting these
Signed-off-by: Jan Wozniak <[email protected]>
77a4cc3
to
f1739f9
Compare
There are some failed tests, though. ImgPullBackoff... probably wrong image |
Signed-off-by: Jan Wozniak <[email protected]>
1c4b6e4
to
eda2b54
Compare
looks like in the tests here, we never actually tested kedify images but it was still on kedacore... |
No description provided.