HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 32 forks source link

helm repo credentials not updated #306

Open stoeps13 opened 1 year ago

stoeps13 commented 1 year ago

During the outage of Harbor the credentials changed, the k8s secret gets recreated during runtime of the playbooks, the helm repository not, so the connections-vol update fails with 401 unauthorized.

So deleting the repo with

helm repo remove v-connections-helm

is necessary to get it recreated with updated credentials during playbook run.