Skip to content

Commit

Permalink
docs: Update readme and quickstart with the latest release version. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg authored Dec 12, 2023
1 parent eda6cf4 commit 8c8fc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Run the following command to install the cloud sql proxy operator into
your kubernetes cluster:

```shell
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.2.0/cloud-sql-proxy-operator.yaml
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.1/cloud-sql-proxy-operator.yaml
```

Confirm that the operator is installed and running by listing its pods:
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Run the following command to install the cloud sql proxy operator into
your kubernetes cluster:

```shell
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.2.0/install.sh | bash
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.1/install.sh | bash
```

This will use `helm` to install the `cert-manager` operator, a prerequisite. Then
Expand Down

0 comments on commit 8c8fc02

Please sign in to comment.