From 578788994c7a92452b3be2feb28cedd59de10846 Mon Sep 17 00:00:00 2001 From: Zachary Leahan Date: Tue, 23 Dec 2025 15:31:12 -0500 Subject: [PATCH 1/2] chore: Update choose-native-plants version to 2.2.8 --- .holo/sources/choose-native-plants.toml | 2 +- choose-native-plants/release-values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.holo/sources/choose-native-plants.toml b/.holo/sources/choose-native-plants.toml index a2171eb..13c5742 100644 --- a/.holo/sources/choose-native-plants.toml +++ b/.holo/sources/choose-native-plants.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/CodeForPhilly/pa-wildflower-selector" -ref = "refs/tags/v2.0.7" +ref = "refs/tags/v2.2.8" diff --git a/choose-native-plants/release-values.yaml b/choose-native-plants/release-values.yaml index 31cb4de..6ed31ed 100644 --- a/choose-native-plants/release-values.yaml +++ b/choose-native-plants/release-values.yaml @@ -1,6 +1,6 @@ app: image: - tag: "2.0.7" + tag: "2.2.8 # IMPORTANT: Only include environment variables here that are NOT already defined in the Helm chart template # The following environment variables are already defined in the template and should NOT be duplicated here: # - PAC_API_BASE_URL, PAC_API_KEY (from pac-api secret) From 52d3de5bf11de2db23a5d138406b2ec86aad7166 Mon Sep 17 00:00:00 2001 From: Zachary Leahan Date: Tue, 23 Dec 2025 15:39:48 -0500 Subject: [PATCH 2/2] MISSING " --- choose-native-plants/release-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/choose-native-plants/release-values.yaml b/choose-native-plants/release-values.yaml index 6ed31ed..4176484 100644 --- a/choose-native-plants/release-values.yaml +++ b/choose-native-plants/release-values.yaml @@ -1,6 +1,6 @@ app: image: - tag: "2.2.8 + tag: "2.2.8" # IMPORTANT: Only include environment variables here that are NOT already defined in the Helm chart template # The following environment variables are already defined in the template and should NOT be duplicated here: # - PAC_API_BASE_URL, PAC_API_KEY (from pac-api secret)