Upgrade chart and fix manifest (#73)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
Hussein Galal
2024-01-03 00:03:08 +02:00
committed by GitHub
parent 130dbb0a33
commit 1258fb6d58
3 changed files with 3 additions and 15 deletions
+2 -2
View File
@@ -2,5 +2,5 @@ apiVersion: v2
name: k3k
description: A Helm chart for K3K
type: application
version: 0.1.0-r1
appVersion: 0.0.0-alpha6
version: 0.1.1-r1
appVersion: 0.1.0
+1 -1
View File
@@ -5,7 +5,7 @@ image:
repository: rancher/k3k
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.0-alpha6"
tag: "v0.1.0-amd64"
imagePullSecrets: []
nameOverride: ""
-12
View File
@@ -3,16 +3,4 @@ manifests:
- image: rancher/k3k:{{replace "+" "-" build.tag}}-amd64
platform:
architecture: amd64
os: linux
- image: rancher/k3k:{{replace "+" "-" build.tag}}-arm64
platform:
architecture: arm64
os: linux
- image: rancher/k3k:{{replace "+" "-" build.tag}}-windows-amd64
platform:
architecture: amd64
os: windows
- image: rancher/k3k:{{replace "+" "-" build.tag}}-s390x
platform:
architecture: s390x
os: linux