Skip to content

Commit

Permalink
update yq vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Oct 6, 2024
1 parent 32b0d5c commit 518c2e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hpo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[helm-project-operator] ci"

env:
CGO_ENABLED: 0
YQ_VERSION: v4.25.1
YQ_VERSION: v4.44.3

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hpo-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

env:
CGO_ENABLED: 0
YQ_VERSION: v4.25.1
YQ_VERSION: v4.44.3
E2E_CI: true
REPO: rancher
TAG: dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
YQ_VERSION: v4.44.3

jobs:
helm-locker-ci:
Expand Down

0 comments on commit 518c2e2

Please sign in to comment.