File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed
charts/ingressmonitorcontroller Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,15 @@ spec:
106
106
submission data for a sign-up or login form. The data needs
107
107
to be formatted in the same way as a web browser would send
108
108
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.
110
110
type : string
111
111
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.
113
118
type : string
114
119
resolution :
115
120
description : The pingdom check interval in minutes
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
capabilities : Basic Install
19
19
operators.operatorframework.io/builder : operator-sdk-v1.18.0+git
20
20
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
21
- name : ingressmonitorcontroller.v2.1.62
21
+ name : ingressmonitorcontroller.v2.1.63
22
22
namespace : placeholder
23
23
spec :
24
24
apiservicedefinitions : {}
@@ -151,7 +151,7 @@ spec:
151
151
- --leader-elect
152
152
command :
153
153
- /manager
154
- image : stakater/ingressmonitorcontroller:v2.1.62
154
+ image : stakater/ingressmonitorcontroller:v2.1.63
155
155
livenessProbe :
156
156
httpGet :
157
157
path : /healthz
@@ -251,4 +251,4 @@ spec:
251
251
provider :
252
252
name : stakater
253
253
url : https://stakater.com
254
- version : 2.1.62
254
+ version : 2.1.63
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: ingressmonitorcontroller
3
3
description : IngressMonitorController Operator chart that runs on kubernetes
4
4
5
5
# Helm chart Version
6
- version : 2.1.62
6
+ version : 2.1.63
7
7
8
8
# Application version to be deployed
9
- appVersion : 2.1.62
9
+ appVersion : 2.1.63
10
10
11
11
keywords :
12
12
- IngressMonitorController
Original file line number Diff line number Diff line change @@ -107,10 +107,15 @@ spec:
107
107
submission data for a sign-up or login form. The data needs
108
108
to be formatted in the same way as a web browser would send
109
109
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.
111
111
type : string
112
112
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.
114
119
type : string
115
120
resolution :
116
121
description : The pingdom check interval in minutes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
8
8
9
9
image :
10
10
repository : stakater/ingressmonitorcontroller
11
- tag : v2.1.62
11
+ tag : v2.1.63
12
12
pullPolicy : IfNotPresent
13
13
imagePullSecrets : []
14
14
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : stakater/ingressmonitorcontroller
16
- newTag : v2.1.62
16
+ newTag : v2.1.63
You can’t perform that action at this time.
0 commit comments