From 1258fb6d58d0fc3c824f6db91b3c86bc30a17bf0 Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Wed, 3 Jan 2024 00:03:08 +0200 Subject: [PATCH] Upgrade chart and fix manifest (#73) Signed-off-by: galal-hussein --- charts/k3k/Chart.yaml | 4 ++-- charts/k3k/values.yaml | 2 +- manifest-runtime.tmpl | 12 ------------ 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index 00646b2a..0d3cd29f 100644 --- a/charts/k3k/Chart.yaml +++ b/charts/k3k/Chart.yaml @@ -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 diff --git a/charts/k3k/values.yaml b/charts/k3k/values.yaml index 1732381d..4d1b44ab 100644 --- a/charts/k3k/values.yaml +++ b/charts/k3k/values.yaml @@ -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: "" diff --git a/manifest-runtime.tmpl b/manifest-runtime.tmpl index 40928fb3..05a21a68 100644 --- a/manifest-runtime.tmpl +++ b/manifest-runtime.tmpl @@ -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 \ No newline at end of file