Skip to content

Commit

Permalink
update installation doc to use 1.0.0-beta.3 release (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Jul 29, 2021
1 parent a8cc70e commit fdfcc68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ Use one of the kpt docker images.
### `kpt`

```shell
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.2 version
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.3 version
```

### `kpt-gcloud`

An image which includes kpt based upon the Google [cloud-sdk] alpine image.

```shell
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.2 version
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.3 version
```

## Source
Expand All @@ -101,7 +101,7 @@ $ kpt version
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
[linux]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.2/kpt_linux_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.3/kpt_linux_amd64
[darwin]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.2/kpt_darwin_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.3/kpt_darwin_amd64
[migration guide]: /installation/migration

0 comments on commit fdfcc68

Please sign in to comment.