Hi all,
I was solving the Lab - Manage Secrets using Bitnami Sealed Secrets and HashiCorp Vault under the GitOps with ArgoCD course, and in the second question, it asks us to deploy the sealed-secrets application from ArgoCD using the helm URL and chart name.
However when I ran create with Helm URL: https://bitnami-labs.github.io/sealed-secrets, chart sealed-secrets, version 2,2,0 the create failed with 404 error.
Checking the Helm URL in the browser, I do get the same 404 issue. It seems the helm charts index has been moved to https://bitnami.github.io/sealed-secrets/. Using this URL instead allows the application to get created successfully. However, the question check still fails as I assume it expects the application to be deployed with the old URL
Therefore, requesting the question description and the question checker to be updated to reflect the changed URL.
Thanks a lot for the help.