use values version for the proper version build (#944)

This commit is contained in:
Itxaka 2024-07-04 15:44:50 +02:00 committed by GitHub
parent 7f66314e1a
commit d77ca5e399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ requires:
package_dir: /kubectl
env:
- PACKAGE_VERSION={{ .Values.tag }}
- PACKAGE_VERSION={{ .Values.version }}
steps:
- mkdir -p /kubectl/usr/bin

View File

@ -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"