From 167b9ccf0034dcb77aaceb3f7f5c32e8958c3fe7 Mon Sep 17 00:00:00 2001 From: Gato <115658935+CollectiveUnicorn@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:43:42 -0800 Subject: [PATCH] Updates version to use zarf variable and bumps to 0.4.4 (#32) * Updates version to use zarf variable and bumps to 0.4.4 * Removes unnecessary variable setting at deploy time and changes chart var reference to const * More variable fixes * Removes variable for chart --- chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- zarf-config.yaml | 1 + zarf.yaml | 10 +++++----- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 15fc21e..dadb391 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.3 +version: 0.4.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/chart/values.yaml b/chart/values.yaml index 480ab78..ca43979 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,7 +1,7 @@ domain: bigbang.dev image: - lfaiAPITag: 0.1.2 + lfaiAPITag: ###ZARF_CONST_LEAPFROGAI_API_VERSION### kiwigridTag: 1.23.3 istio: diff --git a/zarf-config.yaml b/zarf-config.yaml index f7bbe73..265f2ec 100644 --- a/zarf-config.yaml +++ b/zarf-config.yaml @@ -1,4 +1,5 @@ package: create: set: + image_version: 0.4.4 max_package_size: "1000000000" \ No newline at end of file diff --git a/zarf.yaml b/zarf.yaml index 5fa2dbb..73c2f1d 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -2,14 +2,14 @@ kind: ZarfPackageConfig metadata: - name: leapfrogai-api description: "LeapfrogAI" - version: 0.4.4 + name: leapfrog-api + version: "###ZARF_PKG_TMPL_IMAGE_VERSION###" architecture: amd64 constants: - name: LEAPFROGAI_API_VERSION - value: "0.4.3" + value: "###ZARF_PKG_TMPL_IMAGE_VERSION###" - name: KIWIGRID_VERSION value: "1.23.3" @@ -30,11 +30,11 @@ components: - name: leapfrogai namespace: leapfrogai localPath: chart - version: 0.4.3 + version: "###ZARF_PKG_TMPL_IMAGE_VERSION###" valuesFiles: - "lfai-values.yaml" images: - - "ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api:0.4.3" + - "ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api:###ZARF_PKG_TMPL_IMAGE_VERSION###" - "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.23.3" - name: metallb-config required: false