Skip to content

Commit 85e4af2

Browse files
authored
Merge pull request #49500 from rolfedh/RHDEVDOCS-4377
RHDEVDOCS-4377 1.8 Release Notes: Add more information about support …
2 parents 2de7405 + 3dd4ebf commit 85e4af2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

modules/op-release-notes-1-8.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,27 @@ Because {tekton-hub} login was enabled by default in {pipelines-title} 1.7, if y
172172
// link:https://github.com/tektoncd/hub/pull/542
173173
// Shiv Pratap Verma @pratap0007
174174

175+
* With this update, as an administrator, you can configure your local {tekton-hub} instance to use a custom PostgreSQL 13 database rather than the default database. To do so, create a `Secret` resource named `tekton-hub-db`. For example:
176+
+
177+
[source,yaml]
178+
----
179+
apiVersion: v1
180+
kind: Secret
181+
metadata:
182+
name: tekton-hub-db
183+
labels:
184+
app: tekton-hub-db
185+
type: Opaque
186+
stringData:
187+
POSTGRES_HOST: <hostname>
188+
POSTGRES_DB: <database_name>
189+
POSTGRES_USER: <user_name>
190+
POSTGRES_PASSWORD: <user_password>
191+
POSTGRES_PORT: <listening_port_number>
192+
----
193+
// link:https://issues.redhat.com/browse/SRVKP-2309[SRVKP-2309 Pipeline as code: validate repository URL uniqueness])
194+
// Puneet Punamiya
195+
175196
* With this update, you no longer need to log in to the {tekton-hub} web console to add resources from the catalog to the database. Now, these resources are automatically added when the {tekton-hub} API starts running for the first time.
176197
// link:https://github.com/tektoncd/hub/pull/510
177198
// Shiv Pratap Verma @pratap0007

0 commit comments

Comments
 (0)