From 5fcc5540b21e8778a0ea59bcb57d2e63d29747d1 Mon Sep 17 00:00:00 2001 From: Zachary Leahan Date: Sun, 25 May 2025 09:01:38 -0400 Subject: [PATCH 1/2] Remove existingPVCs configuration to allow automatic PVC creation in sandbox --- choose-native-plants/release-values.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/choose-native-plants/release-values.yaml b/choose-native-plants/release-values.yaml index 3242c89..967c519 100644 --- a/choose-native-plants/release-values.yaml +++ b/choose-native-plants/release-values.yaml @@ -54,14 +54,11 @@ resources: requests: memory: 1Gi -# Use existing resources instead of creating new ones -existingPVCs: - appImages: "choose-native-plants-app-images-v2" - mongoData: "choose-native-plants-mongo-data" +# Allow the Helm chart to create PVCs automatically +# (removed existingPVCs configuration) -# Use existing service and ingress -existingService: false -existingIngress: false +# Allow the Helm chart to create Service and Ingress resources automatically +# (removed existingService and existingIngress configuration) ingress: enabled: true From e2c5f7e5d9847ec0140f551e892565de8b7816ac Mon Sep 17 00:00:00 2001 From: Zach Leahan <54847203+ZacharyLeahan@users.noreply.github.com> Date: Sun, 25 May 2025 09:49:15 -0400 Subject: [PATCH 2/2] Update release-values.yaml --- 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 967c519..dd718c2 100644 --- a/choose-native-plants/release-values.yaml +++ b/choose-native-plants/release-values.yaml @@ -1,6 +1,6 @@ app: image: - tag: "2.0.3" + tag: "2.0.4" env: - name: PAC_API_BASE_URL valueFrom: