From bc7f450db45372ce799192e0e3330a0c4f3993a5 Mon Sep 17 00:00:00 2001 From: stakater-user Date: Thu, 11 Jul 2024 12:00:44 +0000 Subject: [PATCH] [skip-ci] Update artifacts --- .../endpointmonitor.stakater.com_endpointmonitors.yaml | 9 +++++++-- .../ingressmonitorcontroller.clusterserviceversion.yaml | 6 +++--- charts/ingressmonitorcontroller/Chart.yaml | 4 ++-- .../endpointmonitor.stakater.com_endpointmonitors.yaml | 9 +++++++-- charts/ingressmonitorcontroller/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml index f9c9063b..091b94f9 100644 --- a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -106,10 +106,15 @@ spec: 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. + this field is only a reference to an environment variable. type: string requestHeaders: - description: Custom pingdom request headers + description: Custom request headers + type: string + requestHeadersEnvVar: + description: Custom request headers that should be read from an + environment variable as it possibly contains sensitive data. + An example would be an API token. type: string resolution: description: The pingdom check interval in minutes diff --git a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml index a32057e1..83def937 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.62 + name: ingressmonitorcontroller.v2.1.63 namespace: placeholder spec: apiservicedefinitions: {} @@ -151,7 +151,7 @@ spec: - --leader-elect command: - /manager - image: stakater/ingressmonitorcontroller:v2.1.62 + image: stakater/ingressmonitorcontroller:v2.1.63 livenessProbe: httpGet: path: /healthz @@ -251,4 +251,4 @@ spec: provider: name: stakater url: https://stakater.com - version: 2.1.62 + version: 2.1.63 diff --git a/charts/ingressmonitorcontroller/Chart.yaml b/charts/ingressmonitorcontroller/Chart.yaml index 2e585ca6..f0c0dd94 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.62 +version: 2.1.63 # Application version to be deployed -appVersion: 2.1.62 +appVersion: 2.1.63 keywords: - IngressMonitorController diff --git a/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml b/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml index 8643ddea..05333c48 100644 --- a/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -107,10 +107,15 @@ spec: 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. + this field is only a reference to an environment variable. type: string requestHeaders: - description: Custom pingdom request headers + description: Custom request headers + type: string + requestHeadersEnvVar: + description: Custom request headers that should be read from an + environment variable as it possibly contains sensitive data. + An example would be an API token. type: string resolution: description: The pingdom check interval in minutes diff --git a/charts/ingressmonitorcontroller/values.yaml b/charts/ingressmonitorcontroller/values.yaml index f03128ed..5c18d71c 100644 --- a/charts/ingressmonitorcontroller/values.yaml +++ b/charts/ingressmonitorcontroller/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: stakater/ingressmonitorcontroller - tag: v2.1.62 + tag: v2.1.63 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index fdee839b..318ed278 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.62 + newTag: v2.1.63