diff --git a/charts/newrelic-php-agent/Chart.yaml b/charts/newrelic-php-agent/Chart.yaml index a01d0b3..b8c1b99 100644 --- a/charts/newrelic-php-agent/Chart.yaml +++ b/charts/newrelic-php-agent/Chart.yaml @@ -2,9 +2,5 @@ apiVersion: v2 name: newrelic-php-agent description: A Helm chart to deploy the New Relic PHP Agent. type: application -version: 0.1.2 -appVersion: "0.1.2" -dependencies: - - name: common - version: 2.x.x - repository: https://charts.bitnami.com/bitnami \ No newline at end of file +version: 0.1.1 +appVersion: "0.1.1" diff --git a/charts/wp-project-skeleton/Chart.lock b/charts/wp-project-skeleton/Chart.lock index e155838..5c149b8 100644 --- a/charts/wp-project-skeleton/Chart.lock +++ b/charts/wp-project-skeleton/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.23.0 + version: 2.8.0 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.17.1 + version: 17.15.0 - name: newrelic-php-agent repository: https://wp-digital.github.io/helm-charts - version: 0.1.2 -digest: sha256:db47d2be6f732660a810385cebf8521314b25da8fa5b03925a65d70b1aeb5b63 -generated: "2024-09-19T17:05:48.365254951+03:00" + version: 0.1.1 +digest: sha256:495fc54303b929ec52255cec9a51cbc56b9e0c0c815c1620a93de6745f6897c5 +generated: "2023-08-09T21:20:39.992311+03:00" diff --git a/charts/wp-project-skeleton/Chart.yaml b/charts/wp-project-skeleton/Chart.yaml index adbf929..c0693a3 100644 --- a/charts/wp-project-skeleton/Chart.yaml +++ b/charts/wp-project-skeleton/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wp-project-skeleton description: A Helm chart to deploy WordPress project. type: application -version: 0.5.17 -appVersion: "0.5.17" +version: 0.5.18 +appVersion: "0.5.18" dependencies: - name: common version: 2.x.x @@ -12,5 +12,5 @@ dependencies: version: 17.x.x repository: https://charts.bitnami.com/bitnami - name: newrelic-php-agent - version: 0.1.2 + version: 0.1.1 repository: https://wp-digital.github.io/helm-charts diff --git a/charts/wp-project-skeleton/templates/configmap-nginx-config.yaml b/charts/wp-project-skeleton/templates/configmap-nginx-config.yaml index 7a6a784..6edd462 100644 --- a/charts/wp-project-skeleton/templates/configmap-nginx-config.yaml +++ b/charts/wp-project-skeleton/templates/configmap-nginx-config.yaml @@ -167,8 +167,8 @@ data: fastcgi_param HTTP_X_REQUEST_START "t=${msec}"; fastcgi_param REQUEST_METHOD $request_method; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_param SERVER_NAME $host; - fastcgi_param HTTP_HOST $host; + fastcgi_param SERVER_NAME "{{ .Values.nginx.hostsHeader }}"; + fastcgi_param HTTP_HOST "{{ .Values.nginx.hostsHeader }}"; fastcgi_index index.php; fastcgi_pass 127.0.0.1:9000; fastcgi_read_timeout 300; diff --git a/charts/wp-project-skeleton/values.yaml b/charts/wp-project-skeleton/values.yaml index 8a59aac..0c3b496 100644 --- a/charts/wp-project-skeleton/values.yaml +++ b/charts/wp-project-skeleton/values.yaml @@ -96,8 +96,7 @@ redis: replicaCount: 0 newrelic-php-agent: - autoscaling: - minReplicas: 1 + replicaCount: 1 resources: limits: cpu: 100m