charlescd
charlescd copied to clipboard
CharlesCD is an open source tool that makes deployments more agile, continuous and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously...
## 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 Credentials are exposed in the Helm chart installation. ## Solution By using Kubernetes secrets references. ## Results ```shell helm install charlescd ./install/helm-chart --set CharlesApplications.moove.database.passwordSecretName=moove-credentials ``` The above...
**Describe the bug** We can not find the list of helm repositories for packages dependencies **To Reproduce** Steps to reproduce the behavior: 1. Check Readme or "Installing via Helm" documentation,...
## 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** When I create a new release in the default circle it rollout all the pods in the circle. **To Reproduce** Steps to reproduce the behavior: 1. Install...
**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:...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
The workflow charlescd-ci-alpha-images.yml is referencing action aws-actions/amazon-ecr-login using references v1. However this reference is missing the commit [57206dc28c379a6eebdce44c592109d2e97e031d](https://github.com/aws-actions/amazon-ecr-login/commits/57206dc28c379a6eebdce44c592109d2e97e031d) which may contain fix to the some vulnerability. The vulnerability fix that...