You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added env vars to config.toml to align with v5.0.x (CrunchyData#3061)
* Added env vars to config.toml to align with v5.0.x and updateded the components.md to utilize those env vars, corrected env var for repositoryprivate it was set to the developers registry by mistake Issue: [sc-13842]
Copy file name to clipboardExpand all lines: docs/content/references/components.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,21 +76,21 @@ The container tags follow one of two patterns:
76
76
77
77
For example, if pulling from the [customer portal](https://access.crunchydata.com/), the following would all be valid tags to reference the PgBouncer container:
78
78
79
-
-`ubi8-1.16-1`
80
-
-`ubi8-5.1.0-0`
81
-
-`centos8-1.16-1`
82
-
-`centos8-5.1.0-0`
79
+
-`{{< param PGBouncerComponentTagUbi8 >}}`
80
+
-`{{< param PGBouncerTagUbi8 >}}`
81
+
-`{{< param PGBouncerComponentTagCentos8 >}}`
82
+
-`{{< param PGBouncerTagCentos8 >}}`
83
83
84
84
The [developer portal](https://www.crunchydata.com/developers/download-postgres/containers) provides CentOS based images. For example, PgBouncer would use this tag:
85
85
86
-
-`centos8-1.16-1`
86
+
-`{{< param PGBouncerComponentTagCentos8 >}}`
87
87
88
88
PostGIS enabled containers have both the Postgres and PostGIS software versions included. For example, Postgres 14 with PostGIS 3.1 would use the following tags:
0 commit comments