Skip to content

Commit bc7f450

Browse files
committed
[skip-ci] Update artifacts
1 parent cb7f340 commit bc7f450

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,15 @@ spec:
106106
submission data for a sign-up or login form. The data needs
107107
to be formatted in the same way as a web browser would send
108108
it to the web server. Because post data contains sensitive secret
109-
this field is only reference to a environment variable.
109+
this field is only a reference to an environment variable.
110110
type: string
111111
requestHeaders:
112-
description: Custom pingdom request headers
112+
description: Custom request headers
113+
type: string
114+
requestHeadersEnvVar:
115+
description: Custom request headers that should be read from an
116+
environment variable as it possibly contains sensitive data.
117+
An example would be an API token.
113118
type: string
114119
resolution:
115120
description: The pingdom check interval in minutes

bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
capabilities: Basic Install
1919
operators.operatorframework.io/builder: operator-sdk-v1.18.0+git
2020
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
21-
name: ingressmonitorcontroller.v2.1.62
21+
name: ingressmonitorcontroller.v2.1.63
2222
namespace: placeholder
2323
spec:
2424
apiservicedefinitions: {}
@@ -151,7 +151,7 @@ spec:
151151
- --leader-elect
152152
command:
153153
- /manager
154-
image: stakater/ingressmonitorcontroller:v2.1.62
154+
image: stakater/ingressmonitorcontroller:v2.1.63
155155
livenessProbe:
156156
httpGet:
157157
path: /healthz
@@ -251,4 +251,4 @@ spec:
251251
provider:
252252
name: stakater
253253
url: https://stakater.com
254-
version: 2.1.62
254+
version: 2.1.63

charts/ingressmonitorcontroller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ingressmonitorcontroller
33
description: IngressMonitorController Operator chart that runs on kubernetes
44

55
# Helm chart Version
6-
version: 2.1.62
6+
version: 2.1.63
77

88
# Application version to be deployed
9-
appVersion: 2.1.62
9+
appVersion: 2.1.63
1010

1111
keywords:
1212
- IngressMonitorController

charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,15 @@ spec:
107107
submission data for a sign-up or login form. The data needs
108108
to be formatted in the same way as a web browser would send
109109
it to the web server. Because post data contains sensitive secret
110-
this field is only reference to a environment variable.
110+
this field is only a reference to an environment variable.
111111
type: string
112112
requestHeaders:
113-
description: Custom pingdom request headers
113+
description: Custom request headers
114+
type: string
115+
requestHeadersEnvVar:
116+
description: Custom request headers that should be read from an
117+
environment variable as it possibly contains sensitive data.
118+
An example would be an API token.
114119
type: string
115120
resolution:
116121
description: The pingdom check interval in minutes

charts/ingressmonitorcontroller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88

99
image:
1010
repository: stakater/ingressmonitorcontroller
11-
tag: v2.1.62
11+
tag: v2.1.63
1212
pullPolicy: IfNotPresent
1313
imagePullSecrets: []
1414

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: stakater/ingressmonitorcontroller
16-
newTag: v2.1.62
16+
newTag: v2.1.63

0 commit comments

Comments
 (0)