Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Nov 22, 2023
1 parent a579736 commit d327c58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ spec:
followRedirect:
description: Enable ingress redirects
type: boolean
regions:
description: Comma separated list of regions.
type: string
paused:
description: Pause the service
type: boolean
Expand All @@ -167,6 +164,9 @@ spec:
realBrowser:
description: Enable Real Browser
type: boolean
regions:
description: Comma separated list of Node Location IDs
type: string
statusCodes:
description: Comma separated list of HTTP codes to trigger error
on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.18.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: ingressmonitorcontroller.v2.1.44
name: ingressmonitorcontroller.v2.1.45
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
- --leader-elect
command:
- /manager
image: stakater/ingressmonitorcontroller:v2.1.44
image: stakater/ingressmonitorcontroller:v2.1.45
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -251,4 +251,4 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 2.1.44
version: 2.1.45
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ spec:
followRedirect:
description: Enable ingress redirects
type: boolean
regions:
description: Comma separated list of regions.
type: string
paused:
description: Pause the service
type: boolean
Expand All @@ -168,6 +165,9 @@ spec:
realBrowser:
description: Enable Real Browser
type: boolean
regions:
description: Comma separated list of Node Location IDs
type: string
statusCodes:
description: Comma separated list of HTTP codes to trigger error
on
Expand Down

0 comments on commit d327c58

Please sign in to comment.