From 3d362dbea675db659e52618de92852028f360c49 Mon Sep 17 00:00:00 2001 From: Steven Schattenberg Date: Wed, 3 Sep 2025 20:40:17 -0400 Subject: [PATCH 1/2] Fix bad logfile path --- charts/iag4/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/iag4/templates/statefulset.yaml b/charts/iag4/templates/statefulset.yaml index 4b081d8..b79ff70 100644 --- a/charts/iag4/templates/statefulset.yaml +++ b/charts/iag4/templates/statefulset.yaml @@ -53,7 +53,7 @@ spec: fieldRef: fieldPath: status.podIP - name: automation_gateway_global_log_directory - value: "/var/lib/automation_gateway" + value: "/var/lib/automation-gateway" - name: automation_gateway_data_file value: "sqlite:////var/lib/automation-gateway/automation-gateway.db" - name: automation_gateway_audit_db_file From ab1c57fba5bb5956ba5dc46cb4c0966d67419e79 Mon Sep 17 00:00:00 2001 From: Steven Schattenberg Date: Wed, 3 Sep 2025 20:41:22 -0400 Subject: [PATCH 2/2] bump patch version --- charts/iag4/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/iag4/Chart.yaml b/charts/iag4/Chart.yaml index 849e872..e732a0a 100644 --- a/charts/iag4/Chart.yaml +++ b/charts/iag4/Chart.yaml @@ -10,7 +10,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: 1.0.3 +version: 1.0.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