mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-11 04:42:21 +00:00
use values version for the proper version build (#944)
This commit is contained in:
parent
7f66314e1a
commit
d77ca5e399
@ -5,7 +5,7 @@ requires:
|
||||
|
||||
package_dir: /kubectl
|
||||
env:
|
||||
- PACKAGE_VERSION={{ .Values.tag }}
|
||||
- PACKAGE_VERSION={{ .Values.version }}
|
||||
|
||||
steps:
|
||||
- mkdir -p /kubectl/usr/bin
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user