Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS handshake failure #30

Open
yalattas opened this issue Feb 12, 2024 · 2 comments
Open

TLS handshake failure #30

yalattas opened this issue Feb 12, 2024 · 2 comments

Comments

@yalattas
Copy link
Contributor

Dears,

I have many github repos that's connects to a private DNS of our company. Yet, not sure why CI could connect in previous step but not in push chart museum

name: ambassador-crd
version: v2.0.2-pr-3
Successfully packaged chart and saved it to: /github/workspace/charts/ambassador-crd/ambassador-crd-v2.0.2-pr-3.tgz
No requirements found in /github/workspace/charts/ambassador-crd/charts.
Error: Get [https://charts.company.private/index.yaml:](https://charts.company.private/index.yaml:) remote error: tls: handshake failure
Error: plugin "push" exited with error

action configs

- name: Upload Charts
        uses: goodsmileduck/helm-push-action@v2
        env:
          CHARTMUSEUM_URL: 'https://charts.company.private'
          CHARTMUSEUM_USER: '${{ secrets.CHARTMUSEUM_USER }}'
          CHARTMUSEUM_PASSWORD: ${{ secrets.CHARTMUSEUM_PASSWORD }}
          FORCE: 'True'
          SOURCE_DIR: './charts/'
          CHART_FOLDER: ${{ steps.chart_name.outputs.target-chart }}
@Goodsmileduck
Copy link
Owner

Hi, @yalattas pls try different tag v3 or use branch master instead
goodsmileduck/helm-push-action@v3 or goodsmileduck/helm-push-action@master

@yalattas
Copy link
Contributor Author

PR #31 is raised to address this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants