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 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