Skip to content

Commit

Permalink
vendor: Pick up the latest cilium/chart
Browse files Browse the repository at this point in the history
The latest version includes v1.12.0-rc2 chart.

Ref: cilium/charts@4989b5f

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and tklauser committed May 4, 2022
1 parent e11e159 commit e398437
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace (

require (
github.com/blang/semver/v4 v4.0.0
github.com/cilium/charts v0.0.0-20220422151113-6e77b71a4021
github.com/cilium/charts v0.0.0-20220504171207-4989b5fd96bd
github.com/cilium/cilium v1.12.0-rc1.0.20220502150516-d29221d4dfcc
github.com/cilium/hubble v0.9.0
github.com/cilium/proxy v0.0.0-20220310090216-617157adcd74
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d8
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cilium/charts v0.0.0-20220422151113-6e77b71a4021 h1:K9XkBVDeSWBSxovJN/9ri7cisNRY1J6G+g/DRRa44Ug=
github.com/cilium/charts v0.0.0-20220422151113-6e77b71a4021/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/charts v0.0.0-20220504171207-4989b5fd96bd h1:ffkeipQKgiIhmMAlpXxDTW8eYaek38Y1MhlKSIW6OKM=
github.com/cilium/charts v0.0.0-20220504171207-4989b5fd96bd/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/cilium v1.12.0-rc1.0.20220502150516-d29221d4dfcc h1:oH6lJcjBglkvl/GqDGr5qShLKJvg5oFW7PDIPVRreKU=
github.com/cilium/cilium v1.12.0-rc1.0.20220502150516-d29221d4dfcc/go.mod h1:ezZiofi0sndHOEotGusdHd2cwMSSXhGEV06zlalDXac=
github.com/cilium/dns v1.1.4-0.20190417235132-8e25ec9a0ff3/go.mod h1:cXN7jgo+gsGlNvQ7Vqu2ELdc3f7i7PPgupHqSkLzzBo=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/cilium/charts/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
122 changes: 121 additions & 1 deletion vendor/github.com/cilium/charts/index.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ github.com/chai2010/gettext-go/gettext
github.com/chai2010/gettext-go/gettext/mo
github.com/chai2010/gettext-go/gettext/plural
github.com/chai2010/gettext-go/gettext/po
# github.com/cilium/charts v0.0.0-20220422151113-6e77b71a4021
# github.com/cilium/charts v0.0.0-20220504171207-4989b5fd96bd
## explicit; go 1.17
github.com/cilium/charts
# github.com/cilium/cilium v1.12.0-rc1.0.20220502150516-d29221d4dfcc
Expand Down

0 comments on commit e398437

Please sign in to comment.