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