Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: nginx
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
version: 2.1.0
digest: sha256:18e8ad9d643309745bcdd30df03b0e01ec004d295ce2d5a7a81fc8c40e0e9206
generated: "2025-09-02T12:36:32.560619638+03:00"
version: 2.1.2
digest: sha256:83c525d0b74b939863f38f4a6716d1e7a3b1b955433cda7ee0e36f1af473d798
generated: "2026-03-30T12:20:07.932221448+03:00"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: 2.2.0
appVersion: 2.2.0
dependencies:
- name: nginx
version: 2.1.0
version: 2.1.2
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
44 changes: 0 additions & 44 deletions helm/config/log_format.conf

This file was deleted.

41 changes: 0 additions & 41 deletions helm/config/nginx.conf

This file was deleted.

2 changes: 0 additions & 2 deletions helm/templates/nginx-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ metadata:
environment: {{ include "heights.environment" . }}
release: {{ .Release.Name }}
data:
log_format.conf: {{ tpl (.Files.Get "config/log_format.conf") . | quote }}
default.conf: {{ tpl (.Files.Get "config/default.conf") . | quote }}
nginx.conf: {{ tpl (.Files.Get "config/nginx.conf") . | quote }}
{{- end }}
6 changes: 0 additions & 6 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ nginx:
- name: nginx-config
mountPath: "/etc/nginx/conf.d/default.conf"
subPath: default.conf
- name: nginx-config
mountPath: "/etc/nginx/nginx.conf"
subPath: nginx.conf
- name: nginx-config
mountPath: "/etc/nginx/log_format.conf"
subPath: log_format.conf
resources:
enabled: true
value:
Expand Down
Loading