Skip to content

Commit

Permalink
storage controller: do not set LD_LIBRARY_PATH (#120)
Browse files Browse the repository at this point in the history
This was set to use the Neon-built postgres to avoid needing
an extra vanilla postgres client binary in the container image.

However, using that build was problematic when it switched
to using statically compiled openssl (which is unsafe when
used from multi-threaded binaries), so let's use
the system libpq instead.
  • Loading branch information
jcsp authored Jan 6, 2025
1 parent a4be02f commit 3bade9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: neon-storage-controller
description: Neon storage controller
type: application
version: 1.3.0
version: 1.3.1
appVersion: "0.1.0"
kubeVersion: "^1.18.x-x"
home: https://neon.tech
Expand Down
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-storage-controller

![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

Neon storage controller

Expand Down
2 changes: 0 additions & 2 deletions charts/neon-storage-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ spec:
- {{ .Values.settings.longReconcileThreshold | quote }}
{{- end }}
env:
- name: LD_LIBRARY_PATH
value: "/usr/local/v16/lib"
- name: RUST_LOG
value: "INFO"
- name: RUST_BACKTRACE
Expand Down

0 comments on commit 3bade9d

Please sign in to comment.