thallesfreitaszup
thallesfreitaszup
## Issue Description if a user wants to have charles installations on different clusters it will be necessary to expose butler, with this it is necessary to have some authentication...
## Issue Description Ingress apiVersion networking.k8s.io/v1beta1 is no longer serverd on kubernetes version above 1.22. #1524 ## Solution Upgrade ingress resource to use apiVersion networking.k8s.io/v1
## Issue Description When a deployment was being override,all pods was being recreated even that the image tag was not updated ## Solution Instead of concat deployment id on resources,...
**Describe the bug** Charles is using the api version v1beta1 of ingress, this api version is no longer mantained on kubernetes versions above 1.21. Causing the following error on installation:...
**Describe the bug** Keycloak integration on moove needs the resteasy dependency, the resteasy dependency on keycloak its outdated: https://github.com/keycloak/keycloak/blob/master/pom.xml#L94 https://github.com/keycloak/keycloak/blob/main/integration/admin-client/pom.xml#L34 Until keycloak update the resteasy dependency will not be possible...
**Describe the solution you'd like** Add integration test suite on gate **Describe alternatives you've considered** Use testcontainers to connect to database on tests https://golang.testcontainers.org/ **Additional context** None