oracle-quickstart/oci-cloudnative

Getting an error when applying terraform stack for the complete deployment

paschalidi opened this issue · 6 comments

When applying the terraform stack I am getting this error.

Error: looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
  on mushop-utilities.tf line 16, in resource "helm_release" "prometheus" 
  16: resource "helm_release" "prometheus" {
Error: looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
  on mushop-utilities.tf line 34, in resource "helm_release" "grafana" 
  34: resource "helm_release" "grafana" {
Error: looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
  on mushop-utilities.tf line 52, in resource "helm_release" "metrics_server" 
  52: resource "helm_release" "metrics_server" {
Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden
  on mushop-utilities.tf line 88, in resource "helm_release" "svc-cat" 
  88: resource "helm_release" "svc-cat" {
Error: work request did not succeed, workId: ocid1.coreservicesworkrequest.oc1.eu-frankfurt-1.abtheljsix3qimfco4ptioy6khpjlmniqeucyzibvaxmp2ns2vd23ym46bla, entity: database, action: UPDATED. Message: The Data Safe operation on the Autonomous Database failed due to an unknown error. Refer to WorkRequestId 8a7bf466-1e65-4009-85ce-690dcc74f579 when opening a Service Request with My Oracle Support.
  on oci-services.tf line 8, in resource "oci_database_autonomous_database" "mushop_autonomous_database" 
   8: resource "oci_database_autonomous_database" "mushop_autonomous_database" {

Any ideas how I could solve it?

Helm/Google deprecated the kubernetes-charts.storage.googleapis.com for stable.

The next release of the stack will fix that issue.

thanks a lot @junior.

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 10 days.

PR #235 fixed the issue. Not using the deprecated charts.helm, but using for the service maintained repo.

New stack can be found here: https://github.com/oracle-quickstart/oci-cloudnative/releases/tag/v2.0.5

This issue have been closed for no activity in 25 days

@paschalidi Please let me know if the new stack fix your issue.