Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add install mechanism for PRPs (#61)
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
- Loading branch information