kubeseal 0.9.5
fix fix Closes #46730. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
ce38292b68
commit
1bf4bd93b9
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Kubeseal < Formula
|
|||
desc "Kubernetes controller and tool for one-way encrypted Secrets"
|
||||
homepage "https://github.com/bitnami-labs/sealed-secrets"
|
||||
url "https://github.com/bitnami-labs/sealed-secrets.git",
|
||||
:tag => "v0.9.4",
|
||||
:revision => "a9a233495abd8050d99761f9ac82964e527aecad"
|
||||
:tag => "v0.9.5",
|
||||
:revision => "5670331bb8e547e6a157603dce0268ba5a89c4ca"
|
||||
sha256 "753f9084a0bf5dfccfe84dff036e87b899a3be921c1d33a497a4b44ac582f00d"
|
||||
|
||||
bottle do
|
||||
|
@ -25,7 +25,7 @@ class Kubeseal < Formula
|
|||
test do
|
||||
# ensure build reports the (git tag) version
|
||||
output = shell_output("#{bin}/kubeseal --version")
|
||||
assert_equal "kubeseal version: v0.9.4", output.strip
|
||||
assert_equal "kubeseal version: v#{version}", output.strip
|
||||
|
||||
# ensure kubeseal can seal secrets
|
||||
secretyaml = [
|
||||
|
|
Loading…
Reference in a new issue