diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 4ca19ff..84134b1 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.1.0 + container: docker.io/thegeeklab/git-sv:2.1.2 steps: - name: install tools run: | diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index e5a0c8b..0758a78 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:21.0.0 + container: commitlint/commitlint:21.0.2 steps: - uses: actions/checkout@v6 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index bcfe440..00b0e92 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -21,7 +21,7 @@ jobs: - name: Install helm env: # renovate: datasource=docker depName=alpine/helm - HELM_VERSION: "4.1.4" + HELM_VERSION: "4.2.0" run: | curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/ @@ -91,7 +91,7 @@ jobs: release-gitea: needs: generate-chart-publish runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.1.0 + container: docker.io/thegeeklab/git-sv:2.1.2 steps: - name: install tools run: | diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 4fc8d44..4537126 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -10,12 +10,12 @@ on: env: # renovate: datasource=github-releases depName=helm-unittest/helm-unittest - HELM_UNITTEST_VERSION: "v1.1.0" + HELM_UNITTEST_VERSION: "v1.1.1" jobs: check-and-test: runs-on: ubuntu-latest - container: alpine/helm:4.1.4 + container: alpine/helm:4.2.0 steps: - name: install tools run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side diff --git a/.vscode/settings.json b/.vscode/settings.json index c027423..d06d1d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.0/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },