mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
Upgrade chart and fix manifest (#73)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user