Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

hyphengroup/action-fetch-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

(deprecated) action-fetch-helm-chart

We no longer maintain this, our CI supports OCI:// protocol for fetching Helm Charts

GitHub action to fetch Helm chart from ECR using OCI and explode locally.

NOTE: This action uses a workaround for v3.7.0 see github issue

Usage

    - uses: aws-actions/configure-aws-credentials@v1
      with:
        aws-access-key-id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
        aws-secret-access-key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
        aws-region: ap-southeast-1
    - uses: hyphengroup/action-fetch-helm-chart@v0.1.2
      with:
        chart: hyphen-service
        version: 0.1.0
        registryUrl: ${{ secrets.ECR_REGISTRY_URL }}

Example logs:

Login Succeeded
Pulled: ***/charts/hyphen-service:0.1.0
Digest: sha256:6f3cd7baf83a9d3771df37bc27103c2fbcdaa6b026499d954fd754b6d5c47961
hyphen-service/Chart.yaml
hyphen-service/values.yaml
...

About

GitHub Action to fetch helm charts over OCI

Resources

Stars

Watchers

Forks

Packages

No packages published