Closed tropnikovvl closed 6 months ago
Do you have a helm template
command that works for this repository? It gets a 403 Forbidden
in the example, so are you expecting this to work without any secrets/permissions?
There seems to be some problem with this repository. I will contact the owner and describe the situation.
In any case, I was able to reproduce the helm template
on another OCI helm chart, but unfortunately, to do this I needed to log into my Github account.
I haven't found a workaround yet to avoid this.
echo $GITHUB_TOKEN | docker login ghcr.io -u tropnikovvl --password-stdin
helm template oci://ghcr.io/stefanprodan/charts/podinfo
I don't seem to need any credentials:
$ helm version
version.BuildInfo{Version:"v3.14.4", GitCommit:"81c902a123462fd4052bc5e9aa9c513c4c8fc142", GitTreeState:"clean", GoVersion:"go1.21.9"}
$ helm template oci://ghcr.io/stefanprodan/charts/podinfo | head
Pulled: ghcr.io/stefanprodan/charts/podinfo:6.6.2
Digest: sha256:83295d47de6d6ca634ed4b952a7572fc176bcc38854d0c11ca0fa197bc5f1154
---
# Source: podinfo/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
name: release-name-podinfo
labels:
helm.sh/chart: podinfo-6.6.2
app.kubernetes.io/name: release-name-podinfo
app.kubernetes.io/version: "6.6.2"
I checked everything carefully again and this functionality works. There are some problems on my side and on the creator of the chart I mentioned. Thanks for the help! Issue can be closed
I'm using this project and the test fails on it. Flux docs.