Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Updates version to use zarf variable and bumps to 0.4.4 (#32)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
CollectiveUnicorn authored Dec 8, 2023
1 parent b32f6a3 commit 167b9cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
domain: bigbang.dev

image:
lfaiAPITag: 0.1.2
lfaiAPITag: ###ZARF_CONST_LEAPFROGAI_API_VERSION###
kiwigridTag: 1.23.3

istio:
Expand Down
1 change: 1 addition & 0 deletions zarf-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package:
create:
set:
image_version: 0.4.4
max_package_size: "1000000000"
10 changes: 5 additions & 5 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

kind: ZarfPackageConfig
metadata:
name: leapfrogai-api
description: "LeapfrogAI"
version: 0.4.4
name: leapfrog-api

This comment has been minimized.

Copy link
@YrrepNoj

YrrepNoj Dec 11, 2023

Member

@CollectiveUnicorn I missed this before, but was there a specific reason for changing the package name?

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"

Expand All @@ -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
Expand Down

0 comments on commit 167b9cc

Please sign in to comment.