feat(ci): update Postgres minor version and delete temporary tags

This commit is contained in:
Peter 2025-03-26 13:51:04 +01:00
parent 366ceece24
commit 87a06dac66
Signed by: prskr
GPG key ID: F56BED6903BC5E37
25 changed files with 422 additions and 321 deletions
api/v1alpha1

View file

@ -61,7 +61,7 @@ type DatabaseRoles struct {
type Database struct {
DSN *string `json:"dsn,omitempty"`
DSNSecretRef *corev1.SecretKeySelector `json:"dsnSecretRef,omitempty"`
DSNSecretRef *corev1.SecretKeySelector `json:"dsnSecretRef"`
Roles DatabaseRoles `json:"roles,omitempty"`
}