1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

Chart repo down #153

Closed kreempuff closed 1 year ago

kreempuff commented 1 year ago

Your environment

Chart Version:

Helm Version:

Kubernetes Version:

What happened?

Error: looks like "https://1password.github.io/connect-helm-charts" is not a valid chart repository or cannot be reached: failed to fetch https://1password.github.io/connect-helm-charts/index.yaml : 404 Not Found

What did you expect to happen?

Steps to reproduce

  1. helm repo add 1password https://1password.github.io/connect-helm-charts

Notes & Logs

kreempuff commented 1 year ago

Workaround in my case is using the release directly within my helmfile:

- name: connect
    chart: https://github.com/1Password/connect-helm-charts/releases/download/connect-1.11.0/connect-1.11.0.tgz
    namespace: system-internal
    version: "~1.10.0"
    values:
      - 1p-connect.values.yaml
    secrets:
      - 1p-connect.secrets.yaml
damoun commented 1 year ago

As a workaround, you can use https://raw.githubusercontent.com/1Password/connect-helm-charts/gh-pages/ as the helm repo url.

jpcoenen commented 1 year ago

Hey folks!

Thanks for bringing this to our attention and for sharing these workarounds. We've looked into this and it should be fixed now. You can use the documented repo URL.

Somehow one of the GitHub Pages settings for this repository got reset to its default value. We're investigating how this could have happened and how we can avoid this from happening again.

Apologies for any inconvenience this may have caused.

Joris