mirror of https://github.com/knative/func.git
update components (#2738)
Co-authored-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
7e357eb574
commit
fa79d313e0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"KindNode": "v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027",
|
||||
"Serving": "v1.17.0",
|
||||
"Eventing": "v1.17.2",
|
||||
"Eventing": "v1.17.3",
|
||||
"Contour": "v1.17.0"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@ set_versions() {
|
|||
|
||||
# gets updated programatically via workflow -> PR creation
|
||||
knative_serving_version="v1.17.0"
|
||||
knative_eventing_version="v1.17.2"
|
||||
knative_eventing_version="v1.17.3"
|
||||
contour_version="v1.17.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue