Open thanos1983 opened 4 weeks ago
For now I've worked around this issue by hosting the triggermesh
and triggermesh-core
in a private helm repository; unblocking my FluxCD pipeline.
But this permission issue should obviously be corrected in the Google Storage Account! đ
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
I forked the repository under my org and created a github action to publish it to githubpages for the repo. I can check with my org if they are alright letting people use our repository, good chance they will be okay with it.
Hi all I am having problems related to this issue âhttptarget-8f4596294004be91f4a69b333257b7129b388846c-deploz29xcâ is waiting to boot: trying and failing to pull image.
I tried to host triggermesh local but when packaging it still relies on the url https://storage.googleapis.com/triggermesh-charts to download the image can you help me
@graknol can you share me the repository or how did you do the private helm.
I would appreciate it
Hi all I am having problems related to this issue âhttptarget-8f4596294004be91f4a69b333257b7129b388846c-deploz29xcâ is waiting to boot: trying and failing to pull image.
I tried to host triggermesh local but when packaging it still relies on the url https://storage.googleapis.com/triggermesh-charts to download the image can you help me
@graknol can you share me the repository or how did you do the private helm.
I would appreciate it
Sure, the steps are:
helm package ./triggermesh-core âurl «some-storage.com/charts»
helm repo index ./
I used an Azure Storage Account and enabled anonymous access to the blob container. The URL then simply became the URL to the storage account and container. But you could just as well use a local static web server or a github pages repo (IMO the easy and free alternative).
Iâm on my phone, so these commands and instructions are off the top of my head đ
@graknol I managed to perform the process but there is an error when downloading the images âFailed to load logs: container "controller" in pod "triggermesh-controller-646ccb6b77-ddh56" is waiting to start: trying and failing to pull imageâ I think the problem is bigger than I thought.
I still haven't found a solution because I don't know how to download the image, which I don't know from the source.
any ideas? thanks :face_with_head_bandage:
I just found the reason: https://github.com/triggermesh/triggermesh/issues/1544
The company has shut it down, and they've probably closed their GCP account they used for triggermesh.
We just noticed that installing triggermesh through helm is not allowed any more.
Sample of problem:
Is this a permanent problem, can it be fixed?