Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8cb7fad

Browse files
committed
update api statefulset
1 parent fb0e0ee commit 8cb7fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql
2-
version: 0.1.2
2+
version: 0.1.3
33
appVersion: 11.5.0
44
description: PostgreSQL is an open-source object-relational database management system (ORDBMS) emphasizing extensibility and technical standards compliance.
55
keywords:

templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: apps/v1beta2
2+
apiVersion: apps/v1
33
kind: StatefulSet
44
metadata:
55
name: {{ template "postgresql.fullname" . }}

0 commit comments

Comments
 (0)