From df9aae1c21e06bf956601185581a8896e02919ce Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 9 Nov 2021 11:18:56 +0100 Subject: [PATCH] fix(postgresql): correct mistake in service definition --- charts/dependency/postgresql/Chart.yaml | 4 ++-- charts/dependency/postgresql/values.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 881afc333c4..354a785629c 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "14.0.0" dependencies: - name: common repository: https://truecharts.org - version: 8.5.3 + version: 8.5.4 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 5.1.14 +version: 5.1.15 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml index 38967209352..779c0c87e69 100644 --- a/charts/dependency/postgresql/values.yaml +++ b/charts/dependency/postgresql/values.yaml @@ -7,7 +7,6 @@ securityContext: readOnlyRootFilesystem: false service: - type: "ClusterIP" main: enabled: true ports: