Skip to content

Commit

Permalink
fix comment inline
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Feb 13, 2025
1 parent 04f055f commit 1b6470d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/component-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set_versions() {
# https://github.com/kubernetes-sigs/kind/releases
kind_node_version=v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027

// gets updated programatically via workflow -> PR creation
# gets updated programatically via workflow -> PR creation
knative_serving_version="v1.17.0"
knative_eventing_version="v1.17.0"
contour_version="v1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion hack/update-knative-components.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set_versions() {
# https://github.com/kubernetes-sigs/kind/releases
kind_node_version={{.KindNode}}
// gets updated programatically via workflow -> PR creation
# gets updated programatically via workflow -> PR creation
knative_serving_version="{{.Serving}}"
knative_eventing_version="{{.Eventing}}"
contour_version="{{.Contour}}"
Expand Down
2 changes: 1 addition & 1 deletion hack/update-knative-components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set_versions() {
# https://github.com/kubernetes-sigs/kind/releases
kind_node_version=v1.30
// gets updated programatically via workflow -> PR creation
# gets updated programatically via workflow -> PR creation
knative_serving_version="v1.2.3"
knative_eventing_version="v1.4.5"
contour_version="v1.4.6"
Expand Down

0 comments on commit 1b6470d

Please sign in to comment.