Skip to content

Commit

Permalink
Update yq, Go and Helm
Browse files Browse the repository at this point in the history
Update yq,Golang and Helm for Github actions
  • Loading branch information
ddl-retornam committed Aug 16, 2024
1 parent d850abf commit 27a3c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/vendor-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- id: image_source
name: Extract image details from Helm values
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.3
with:
cmd: yq '${{ inputs.query }} | .repository + ":" + .tag' deployments/helm/hephaestus/values.yaml

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request: {}

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"
BUILD_PLATFORMS: linux/amd64,linux/arm64

jobs:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- id: image_tag
name: Extract image details from Helm values
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.3
with:
cmd: yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- id: image_tag
name: Extract image details from Helm values
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.3
with:
cmd: yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml | sed 's/-rootless//'

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.13.1
version: v3.15.4

- id: helm_pkg
name: Package Helm chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- id: buildkit_tag
name: Extract image tag from Helm values
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.3
with:
cmd: test -n "${{ inputs.buildkitVersion }}" && echo "${{ inputs.buildkitVersion }}" || yq '.buildkit.image.tag' deployments/helm/hephaestus/values.yaml | sed 's/-rootless//'

Expand Down

0 comments on commit 27a3c67

Please sign in to comment.