Skip to content

Commit

Permalink
use values version for the proper version build (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Jul 4, 2024
1 parent 7f66314 commit d77ca5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/utils/kubectl/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires:

package_dir: /kubectl
env:
- PACKAGE_VERSION={{ .Values.tag }}
- PACKAGE_VERSION={{ .Values.version }}

steps:
- mkdir -p /kubectl/usr/bin
Expand Down
3 changes: 1 addition & 2 deletions packages/utils/kubectl/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: kubectl
category: container
version: "1.30.2"
tag: "1.29.1"
version: "1.30.2+1"
arch: "amd64"
labels:
github.repo: "kubectl"
Expand Down

0 comments on commit d77ca5e

Please sign in to comment.