* upgrade
* add upgrade instruction
* fix readme for agent
* Added newline at the end
* Try to fix CI
* Edited type added
* Update README.md
Co-authored-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com>
* Allowing auth secrets to be optional
* Add value secret.existingSecret for clearml chart.
* Add value clearml.existingAgentk8sglueSecret for clearml-agent chart.
* Add value clearml.existingClearmlConfigSecret for clearml-agent chart.
* Split Secret clearml-agent-conf in clearml-agent chart into two
Secrets: clearml-agent-conf (agent.conf file) and clearml-agent-k8sglue
(environment variables).
* Update helm-docs
* Added: agent chart
* Changed: base image tag
* Changed: updated helm-docs
* Fixed: maintainers
* Changed: updated radme
* Fixed: http code to check
* Fixed: default values to check
* Changed: updated helm-docs
* Added: default values to be substituted by GH action
* Added: sed on the fly for testing
* Changed: updated CI images for Kind
* Allowing extraEnv to be added to agentservices and agent deployments.
* Bumped version and generated documentation chart
* Lint fix
* Chart version update
* helm-docs update
Co-authored-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com>
* Changed: avoid latest image
* Changed: version bump
* Fixed: pull policy
* Removed: specific ci for glue since now it's on by default
* Fixed: don't refresh dependencies
* Changed: testing chart action version update
* Fixed: action
* Changed: dependency updates required
* Fixed: lint and install
* Revert "Changed: dependency updates required"
This reverts commit 34ee22d7d0.
* Changed: use copy of dep charts because ththey may become unavailable
* Changed: updated readme
* added triton deployment and service, added triton block to values file, added value for CLEARML_DEFAULT_TRITON_GRPC_ADDR env variable in the serving-inference deployment
* re-generated README
* fixed yaml
* added condition to enable triton support
* changed chart version
* changed chart version
* bumped version to 0.3.0
* added conditional extraPythonPackages variable to clearml_serving_triton deploymnent
* added conditional extraPythonPackages to all the relevant deployments
* bumped version to 0.3.0
* added clearml-serving chart
* fixed typo, added autogenerated README.md
* removed trailing space from values.yaml
* removed namespace definition from the values file and all the templates
* fixed typo
* re-run helm-docs
* feat: make service nodePort configurable
* feat: bump version to 3.0.6
* docs: add descriptions for secret and service fields
* feat: add comments in clearml-kind.yaml of README.md
Co-authored-by: 黄维啸 <huangweixiao@megvii.com>