Skip to content

Commit

Permalink
chore: update postgresql 14.7.2 default clusterVersion name (#5393)
Browse files Browse the repository at this point in the history
(cherry picked from commit cfde8f2)
  • Loading branch information
Y-Rookie committed Oct 11, 2023
1 parent 22f6d93 commit 33e14a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/postgresql/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps.kubeblocks.io/v1alpha1
kind: ClusterVersion
metadata:
# major version of the component defined in values.yaml
name: postgresql-{{ .Values.image.tag }}
name: postgresql-14.7.2
labels:
{{- include "postgresql.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 33e14a6

Please sign in to comment.