-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade official-postgresql to 0.9 api and rename to vanilla-po…
…stgresql in release 0.9
- Loading branch information
1 parent
40dc40c
commit 7d23d6d
Showing
44 changed files
with
497 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
addons-cluster/official-postgresql-cluster/templates/NOTES.txt
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
addons-cluster/official-postgresql-cluster/templates/cluster.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: kblib | ||
repository: file://../kblib | ||
version: 0.1.0 | ||
digest: sha256:6894d645e270bae072e3334549187801abc343630044c9da70e7a22e2ebfc55b | ||
generated: "2024-10-10T11:06:36.796796+08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
addons-cluster/vanilla-postgresql-cluster/templates/NOTES.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. By default, the helm chart will create a Vanilla PostgreSQL cluster with the same version as the Chart appVersion. | ||
2. If you need to create a different version, you need to specify the version through clusterVersionOverride value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
addons-cluster/vanilla-postgresql-cluster/templates/cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{- include "kblib.clusterCommon" . }} | ||
clusterDef: vanilla-postgresql | ||
componentSpecs: | ||
- name: postgresql | ||
componentDef: vanilla-postgresql | ||
{{- include "kblib.componentMonitor" . | indent 6 }} | ||
{{- include "vanilla-postgresql-cluster.replicaCount" . | indent 6 }} | ||
serviceAccountName: {{ include "kblib.serviceAccountName" . }} | ||
{{- include "kblib.componentResources" . | indent 6 }} | ||
{{- include "kblib.componentStorages" . | indent 6 }} | ||
enabledLogs: | ||
- running | ||
serviceVersion: {{ .Values.version }} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...r/official-postgresql-cluster/values.yaml → ...er/vanilla-postgresql-cluster/values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.