fix(helm): missing docs for kamaji-etcd dependency bump from 0.9.2 to 0.10.0 (#809)

* fix(ci): lint and diff for helm jobs

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>

* docs(helm): bump kamaji-etcd dependency from 0.9.2 to 0.10.0

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>

---------

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2025-05-05 17:16:08 +02:00
committed by GitHub
parent 9db4ccc5f1
commit 8bd1f53568
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ name: Helm Chart
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "*" ]
jobs:
diff:
@@ -29,6 +31,7 @@ jobs:
- name: Linting Chart
run: helm lint ./charts/kamaji
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [ "lint", "diff" ]
runs-on: ubuntu-22.04
steps: