File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ Use one of the kpt docker images.
70
70
### ` kpt `
71
71
72
72
``` shell
73
- $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.7 version
73
+ $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.9 version
74
74
```
75
75
76
76
### ` kpt-gcloud `
77
77
78
78
An image which includes kpt based upon the Google [ cloud-sdk] alpine image.
79
79
80
80
``` shell
81
- $ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.7 version
81
+ $ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.9 version
82
82
```
83
83
84
84
## Source
@@ -101,7 +101,7 @@ $ kpt version
101
101
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
102
102
[ cloud-sdk ] : https://github.com/GoogleCloudPlatform/cloud-sdk-docker
103
103
[ linux] :
104
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.7 /kpt_linux_amd64
104
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9 /kpt_linux_amd64
105
105
[ darwin] :
106
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.7 /kpt_darwin_amd64
106
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.9 /kpt_darwin_amd64
107
107
[ migration guide ] : /installation/migration
You can’t perform that action at this time.
0 commit comments