Skip to content

Commit

Permalink
fix bundle build (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Oct 16, 2021
1 parent 68c8501 commit 8a76043
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/crd/patches/webhook_in_functionmeshes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
namespace: system
name: webhook-service
path: /convert
port: 443 # added this, used 443 bc it's the default from the k8s docs
1 change: 1 addition & 0 deletions config/crd/patches/webhook_in_functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
namespace: system
name: webhook-service
path: /convert
port: 443 # added this, used 443 bc it's the default from the k8s docs
1 change: 1 addition & 0 deletions config/crd/patches/webhook_in_sinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
namespace: system
name: webhook-service
path: /convert
port: 443 # added this, used 443 bc it's the default from the k8s docs
1 change: 1 addition & 0 deletions config/crd/patches/webhook_in_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
namespace: system
name: webhook-service
path: /convert
port: 443 # added this, used 443 bc it's the default from the k8s docs
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: streamnative/function-mesh-operator
newTag: v0.1.7
newTag: v0.1.9-rc1

0 comments on commit 8a76043

Please sign in to comment.