Skip to content

Commit

Permalink
feat: add official pg with zhparser extension (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
juchaosong authored Nov 3, 2023
1 parent e77759f commit 78556aa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions deploy/official-postgresql/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ spec:
cmdExecutorConfig:
image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}

---
apiVersion: apps.kubeblocks.io/v1alpha1
kind: ClusterVersion
metadata:
name: official-postgresql-14.7-zhparser
annotations:
kubeblocks.io/is-default-cluster-version: "true"
labels:
{{- include "official-postgresql.labels" . | nindent 4 }}
spec:
clusterDefinitionRef: official-postgresql
componentVersions:
- componentDefRef: postgresql
versionsContext:
containers:
- name: postgresql
image: registry.cn-hangzhou.aliyuncs.com/coscene_devops/postgres:14.7-zhparser
systemAccountSpec:
cmdExecutorConfig:
image: registry.cn-hangzhou.aliyuncs.com/coscene_devops/postgres:14.7-zhparser

---
apiVersion: apps.kubeblocks.io/v1alpha1
kind: ClusterVersion
Expand Down

0 comments on commit 78556aa

Please sign in to comment.