switch to pg-17
This commit is contained in:
		| @@ -69,22 +69,22 @@ gitea: | ||||
|       - name: GITEA__DATABASE__HOST | ||||
|         valueFrom: | ||||
|           secretKeyRef: | ||||
|             name: gitea-postgresql-16-cluster-app | ||||
|             name: gitea-postgresql-17-cluster-app | ||||
|             key: host | ||||
|       - name: GITEA__DATABASE__NAME | ||||
|         valueFrom: | ||||
|           secretKeyRef: | ||||
|             name: gitea-postgresql-16-cluster-app | ||||
|             name: gitea-postgresql-17-cluster-app | ||||
|             key: dbname | ||||
|       - name: GITEA__DATABASE__USER | ||||
|         valueFrom: | ||||
|           secretKeyRef: | ||||
|             name: gitea-postgresql-16-cluster-app | ||||
|             name: gitea-postgresql-17-cluster-app | ||||
|             key: user | ||||
|       - name: GITEA__DATABASE__PASSWD | ||||
|         valueFrom: | ||||
|           secretKeyRef: | ||||
|             name: gitea-postgresql-16-cluster-app | ||||
|             name: gitea-postgresql-17-cluster-app | ||||
|             key: password | ||||
|   persistence: | ||||
|     storageClass: ceph-block | ||||
|   | ||||
		Reference in New Issue
	
	Block a user