mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-12 13:22:41 +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
|
package_dir: /kubectl
|
||||||
env:
|
env:
|
||||||
- PACKAGE_VERSION={{ .Values.tag }}
|
- PACKAGE_VERSION={{ .Values.version }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- mkdir -p /kubectl/usr/bin
|
- mkdir -p /kubectl/usr/bin
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
name: kubectl
|
name: kubectl
|
||||||
category: container
|
category: container
|
||||||
version: "1.30.2"
|
version: "1.30.2+1"
|
||||||
tag: "1.29.1"
|
|
||||||
arch: "amd64"
|
arch: "amd64"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kubectl"
|
github.repo: "kubectl"
|
||||||
|
Loading…
Reference in New Issue
Block a user