File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
class Kpt < Formula
16
16
desc "Toolkit to manage,and apply Kubernetes Resource config data files"
17
17
homepage "https://googlecontainertools.github.io/kpt"
18
- url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.44 .tar.gz"
19
- sha256 "dd973a247bc7f7e941a0ac82223fda9fbcd9b6866df28070285b90242a3334e9 "
18
+ url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.49 .tar.gz"
19
+ sha256 "e8f5beb1b4538f0b5d5322cb1600b93728e4a90a975860873883507ee144a262 "
20
20
21
21
depends_on "go" => :build
22
22
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ Use one of the kpt docker images.
103
103
### ` kpt `
104
104
105
105
``` shell
106
- $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.44 version
106
+ $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.49 version
107
107
```
108
108
109
109
### ` kpt-gcloud `
110
110
111
111
An image which includes kpt based upon the Google [ cloud-sdk] alpine image.
112
112
113
113
``` shell
114
- $ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.44 version
114
+ $ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.49 version
115
115
```
116
116
117
117
## Source
@@ -134,12 +134,12 @@ $ kpt version
134
134
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
135
135
[ cloud-sdk ] : https://github.com/GoogleCloudPlatform/cloud-sdk-docker
136
136
[ linux-amd64] :
137
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.44 /kpt_linux_amd64
137
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.49 /kpt_linux_amd64
138
138
[ linux-arm64] :
139
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.44 /kpt_linux_arm64
139
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.49 /kpt_linux_arm64
140
140
[ darwin-amd64] :
141
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.44 /kpt_darwin_amd64
141
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.49 /kpt_darwin_amd64
142
142
[ darwin-arm64] :
143
- https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.44 /kpt_darwin_arm64
143
+ https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.49 /kpt_darwin_arm64
144
144
[ migration guide ] : /installation/migration
145
145
[ bash-completion ] : https://github.com/scop/bash-completion#installation
You can’t perform that action at this time.
0 commit comments