Skip to content

Commit b464f6b

Browse files
committed
update kpt installation instructions and homebrew for kpt v1.0.0-beta.49
Signed-off-by: Morten Torkildsen <[email protected]>
1 parent 030ff2a commit b464f6b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Formula/kpt.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
class Kpt < Formula
1616
desc "Toolkit to manage,and apply Kubernetes Resource config data files"
1717
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"
2020

2121
depends_on "go" => :build
2222

site/installation/kpt-cli.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Use one of the kpt docker images.
103103
### `kpt`
104104

105105
```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
107107
```
108108

109109
### `kpt-gcloud`
110110

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

113113
```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
115115
```
116116

117117
## Source
@@ -134,12 +134,12 @@ $ kpt version
134134
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
135135
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
136136
[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
138138
[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
140140
[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
142142
[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
144144
[migration guide]: /installation/migration
145145
[bash-completion]: https://github.com/scop/bash-completion#installation

0 commit comments

Comments
 (0)