diff --git a/api/v1alpha1/endpointmonitor_types.go b/api/v1alpha1/endpointmonitor_types.go index 5cee3e27..1a0dc6bb 100644 --- a/api/v1alpha1/endpointmonitor_types.go +++ b/api/v1alpha1/endpointmonitor_types.go @@ -281,7 +281,7 @@ type PingdomConfig struct { // +optional SSLDownDaysBefore int `json:"sslDownDaysBefore,omitempty"` - // Data that should be posted to the web page, for example submission data for a sign-up or login form. + // Data that should be posted to the web page, for example submission data for a sign-up or login form. // The data needs to be formatted in the same way as a web browser would send it to the web server. // Because post data contains sensitive secret this field is only reference to a environment variable. // +optional diff --git a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml index 88867953..dc3d9398 100644 --- a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -87,6 +87,13 @@ spec: paused: description: Set to "true" to pause checks type: boolean + postDataEnvVar: + description: Data that should be posted to the web page, for example + submission data for a sign-up or login form. The data needs + to be formatted in the same way as a web browser would send + it to the web server. Because post data contains sensitive secret + this field is only reference to a environment variable. + type: string requestHeaders: description: Custom pingdom request headers type: string diff --git a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml index c0ba363c..a5b162c4 100644 --- a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml +++ b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml @@ -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.45 + name: ingressmonitorcontroller.v2.1.46 namespace: placeholder spec: apiservicedefinitions: {} @@ -151,7 +151,7 @@ spec: - --leader-elect command: - /manager - image: stakater/ingressmonitorcontroller:v2.1.45 + image: stakater/ingressmonitorcontroller:v2.1.46 livenessProbe: httpGet: path: /healthz @@ -251,4 +251,4 @@ spec: provider: name: stakater url: https://stakater.com - version: 2.1.45 + version: 2.1.46 diff --git a/charts/ingressmonitorcontroller/Chart.yaml b/charts/ingressmonitorcontroller/Chart.yaml index 913cefd0..3f8220b2 100644 --- a/charts/ingressmonitorcontroller/Chart.yaml +++ b/charts/ingressmonitorcontroller/Chart.yaml @@ -3,10 +3,10 @@ name: ingressmonitorcontroller description: IngressMonitorController Operator chart that runs on kubernetes # Helm chart Version -version: 2.1.45 +version: 2.1.46 # Application version to be deployed -appVersion: 2.1.45 +appVersion: 2.1.46 keywords: - IngressMonitorController diff --git a/charts/ingressmonitorcontroller/values.yaml b/charts/ingressmonitorcontroller/values.yaml index 2fc57017..34fa322a 100644 --- a/charts/ingressmonitorcontroller/values.yaml +++ b/charts/ingressmonitorcontroller/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: stakater/ingressmonitorcontroller - tag: v2.1.45 + tag: v2.1.46 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml b/config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml index 9b920f70..5367c583 100644 --- a/config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -88,6 +88,13 @@ spec: paused: description: Set to "true" to pause checks type: boolean + postDataEnvVar: + description: Data that should be posted to the web page, for example + submission data for a sign-up or login form. The data needs + to be formatted in the same way as a web browser would send + it to the web server. Because post data contains sensitive secret + this field is only reference to a environment variable. + type: string requestHeaders: description: Custom pingdom request headers type: string diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e17468fa..9da01092 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: stakater/ingressmonitorcontroller - newTag: v2.1.45 + newTag: v2.1.46