diff --git a/.woodpecker/kubeconform.yaml b/.woodpecker/kubeconform.yaml index 88fc8bc..56116fe 100644 --- a/.woodpecker/kubeconform.yaml +++ b/.woodpecker/kubeconform.yaml @@ -3,7 +3,6 @@ when: steps: - name: kubeconform - image: git.unkin.net/unkin/almalinux9-base:latest + image: git.unkin.net/unkin/almalinux9-kubetest:20260308 commands: - - dnf install make kustomize kubeconform helm -y - make kubeconform diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index bf6529f..75d1fca 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,7 +3,6 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:latest + image: git.unkin.net/unkin/almalinux9-base:20260308 commands: - - dnf install uv make -y - uvx pre-commit run --all-files