No description
Find a file
2025-05-30 11:49:40 +00:00
action.yml Helmfile base after forking from helm-deploy 2024-04-05 20:57:14 +00:00
Dockerfile Fix helmfile init 2025-05-30 11:49:40 +00:00
entrypoint.sh Add convinience option to run both lint and diff together 2024-04-26 19:20:39 +02:00
README.md Add option to run "diff" and "lint" 2024-04-26 19:11:40 +02:00
renovate.json Initial commit 2024-04-05 20:16:43 +00:00

helmfile deploy "GitHub" action

use it like this:

name: Deploy renovate cronjob
on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: https://git.novotna.dev/viky/helmfile-deploy@v0.2.0
        with:
          kubeconfig: "${{ secrets.KUBECONFIG }}"
          action: apply # this is the default, other options are "diff" and "lint"