Skip to content

Commit dd7f9b6

Browse files
committed
updated release versions and regenerated cli markdown files
1 parent 24cb95f commit dd7f9b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+111
-110
lines changed

chart/postgres-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ replicaCount: 1
55

66
image:
77
repository: crunchydata/postgres-operator
8-
tag: centos7-4.0.0-rc1
8+
tag: centos7-4.0.0-rc2
99
pullPolicy: IfNotPresent
1010

1111
env:
1212
debug: "true"
1313
ccp_image_prefix: "crunchydata"
1414
ccp_image_tag: "centos7-11.2-2.3.1"
1515
co_image_prefix: "crunchydata"
16-
co_image_tag: "centos7-4.0.0-rc1"
16+
co_image_tag: "centos7-4.0.0-rc2"
1717
tls_no_verify: false
1818

1919
service:

examples/create-by-resource/fromcrd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "fromcrd",
1313
"pg-cluster": "fromcrd",
1414
"pgo-backrest": "false",
15-
"pgo-version": "4.0.0-rc2",
15+
"pgo-version": "4.0.0-rc2",
1616
"primary": "true"
1717
},
1818
"name": "fromcrd",
@@ -89,7 +89,7 @@
8989
"crunchy-pgbadger": "false",
9090
"crunchy_collect": "false",
9191
"pgo-backrest": "false",
92-
"pgo-version": "4.0.0-rc2"
92+
"pgo-version": "4.0.0-rc2"
9393
},
9494
"usersecretname": "fromcrd-testuser-secret"
9595
}

examples/envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export PGOROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
1717
# the version of the Operator you run is set by these vars
1818
export PGO_IMAGE_PREFIX=crunchydata
1919
export PGO_BASEOS=centos7
20-
export PGO_VERSION=4.0.0-rc1
20+
export PGO_VERSION=4.0.0-rc2
2121
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION
2222

2323
# for the pgo CLI to authenticate with using TLS

hugo/content/Installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Operator follows a golang project structure, you can create a structure as f
3131
cd $HOME/odev/src/github.com/crunchydata
3232
git clone https://github.com/CrunchyData/postgres-operator.git
3333
cd postgres-operator
34-
git checkout 4.0.0-rc2
34+
git checkout 4.0.0-rc2
3535

3636

3737
This creates a directory structure under your HOME directory name *odev* and clones the current Operator version to that structure.

hugo/content/cli/pgo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The pgo command line interface lets you create and manage PostgreSQL clusters.
1515
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
1616
--debug Enable debugging when true.
1717
-h, --help help for pgo
18-
--namespace string The namespace to use for pgo requests.
18+
-n, --namespace string The namespace to use for pgo requests.
1919
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
2020
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
2121
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -43,4 +43,4 @@ The pgo command line interface lets you create and manage PostgreSQL clusters.
4343
* [pgo user](/cli/pgo_user/) - Manage PostgreSQL users
4444
* [pgo version](/cli/pgo_version/) - Print version information for the PostgreSQL Operator
4545

46-
###### Auto generated by spf13/cobra on 8-Mar-2019
46+
###### Auto generated by spf13/cobra on 14-Mar-2019

hugo/content/cli/pgo_apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pgo apply [flags]
3030
```
3131
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
3232
--debug Enable debugging when true.
33-
--namespace string The namespace to use for pgo requests.
33+
-n, --namespace string The namespace to use for pgo requests.
3434
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3535
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3636
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -40,4 +40,4 @@ pgo apply [flags]
4040

4141
* [pgo](/cli/pgo/) - The pgo command line interface.
4242

43-
###### Auto generated by spf13/cobra on 8-Mar-2019
43+
###### Auto generated by spf13/cobra on 14-Mar-2019

hugo/content/cli/pgo_backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pgo backup [flags]
3131
```
3232
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
3333
--debug Enable debugging when true.
34-
--namespace string The namespace to use for pgo requests.
34+
-n, --namespace string The namespace to use for pgo requests.
3535
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3636
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3737
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -41,4 +41,4 @@ pgo backup [flags]
4141

4242
* [pgo](/cli/pgo/) - The pgo command line interface.
4343

44-
###### Auto generated by spf13/cobra on 8-Mar-2019
44+
###### Auto generated by spf13/cobra on 14-Mar-2019

hugo/content/cli/pgo_create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pgo create [flags]
3030
```
3131
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
3232
--debug Enable debugging when true.
33-
--namespace string The namespace to use for pgo requests.
33+
-n, --namespace string The namespace to use for pgo requests.
3434
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3535
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3636
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -46,4 +46,4 @@ pgo create [flags]
4646
* [pgo create schedule](/cli/pgo_create_schedule/) - Create a cron-like scheduled task
4747
* [pgo create user](/cli/pgo_create_user/) - Create a PostgreSQL user
4848

49-
###### Auto generated by spf13/cobra on 8-Mar-2019
49+
###### Auto generated by spf13/cobra on 14-Mar-2019

hugo/content/cli/pgo_create_cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pgo create cluster [flags]
5252
```
5353
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
5454
--debug Enable debugging when true.
55-
--namespace string The namespace to use for pgo requests.
55+
-n, --namespace string The namespace to use for pgo requests.
5656
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
5757
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
5858
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -62,4 +62,4 @@ pgo create cluster [flags]
6262

6363
* [pgo create](/cli/pgo_create/) - Create a Cluster, PGBouncer, PGPool, Policy, Schedule, or User
6464

65-
###### Auto generated by spf13/cobra on 8-Mar-2019
65+
###### Auto generated by spf13/cobra on 14-Mar-2019

hugo/content/cli/pgo_create_pgbouncer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pgo create pgbouncer [flags]
2828
```
2929
--apiserver-url string The URL for the PostgreSQL Operator apiserver.
3030
--debug Enable debugging when true.
31-
--namespace string The namespace to use for pgo requests.
31+
-n, --namespace string The namespace to use for pgo requests.
3232
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3333
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
3434
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
@@ -38,4 +38,4 @@ pgo create pgbouncer [flags]
3838

3939
* [pgo create](/cli/pgo_create/) - Create a Cluster, PGBouncer, PGPool, Policy, Schedule, or User
4040

41-
###### Auto generated by spf13/cobra on 8-Mar-2019
41+
###### Auto generated by spf13/cobra on 14-Mar-2019

0 commit comments

Comments
 (0)