GithubHelp home page GithubHelp logo

helm-tar-update's Introduction

helm-tar-update

A reusable GitHub Action Workflow to automatically fetch helm tarballs.

Context

There exist multiple solutions for automatic version updates for helm. While this is great, there are cases where folks keep a copy of the release tarball. Either for caching optimization or to ensure that it stays available... Regardless of the reason, this re-usable workflow ensures that when a dependency update happens, a tarball is downloaded.

Usage

In your workflow, simply add the following:

name: Update Helm Tarball
on:
  pull_request:
    branches:
    - main

jobs:
  update-helm-deps-tarballs:
    uses: metal-toolbox/helm-tar-update/.github/workflows/helm-tar-update.yml@main

This will make sure that for any pull request that updates Helm dependencies, the tarball for those dependencies will be downloaded and commited to appropriate branch to come along the pull request.

Note that this will only happen if you keep a charts directory with your Helm chart.

helm-tar-update's People

Contributors

andy-v-h avatar jaormx avatar renovate[bot] avatar tylerauerbeck avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

tylerauerbeck

helm-tar-update's Issues

signature verification

Currently, the workflow merely downloads whatever is available in Helm in the assigned repository. It would be ideal to check signatures first (if they are available) and fail if there are inconsistencies.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/helm-tar-update.yml
  • actions/checkout v3
  • azure/setup-helm v3

  • Check this box to trigger a request for Renovate to run again on this repository

tarball cleanup

Currently, the workflow will only download a new tarball while leaving the old one in place. It would be ideal for the workflow to clean up after itself and remove unused dependencies.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: None
Error type: An existing branch is blocking Renovate
Message: Renovate needs to create the branch "renovate/configure" but is blocked from doing so because of an existing branch called "renovate". Please remove it so that Renovate can proceed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.