diff --git a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml index dc3d9398..25416a1a 100644 --- a/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/bundle/manifests/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -62,6 +62,20 @@ spec: grafanaConfig: description: Configuration for Grafana Cloud Monitor Provider properties: + frequency: + description: The frequency value specifies how often the check + runs in milliseconds + format: int64 + type: integer + probes: + description: Probes are the monitoring agents responsible for + simulating user interactions with your web applications or services. + These agents periodically send requests to predefined URLs and + record the responses, checking for expected outcomes and measuring + performance. + items: + type: string + type: array tenantId: format: int64 type: integer diff --git a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml index 10fa70ef..faeb3c26 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.50 + name: ingressmonitorcontroller.v2.1.51 namespace: placeholder spec: apiservicedefinitions: {} @@ -151,7 +151,7 @@ spec: - --leader-elect command: - /manager - image: stakater/ingressmonitorcontroller:v2.1.50 + image: stakater/ingressmonitorcontroller:v2.1.51 livenessProbe: httpGet: path: /healthz @@ -251,4 +251,4 @@ spec: provider: name: stakater url: https://stakater.com - version: 2.1.50 + version: 2.1.51 diff --git a/charts/ingressmonitorcontroller/Chart.yaml b/charts/ingressmonitorcontroller/Chart.yaml index 808c792a..d4905437 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.50 +version: 2.1.51 # Application version to be deployed -appVersion: 2.1.50 +appVersion: 2.1.51 keywords: - IngressMonitorController diff --git a/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml b/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml index 42876fbc..7214c768 100644 --- a/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml +++ b/charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml @@ -69,7 +69,7 @@ spec: format: int64 type: integer probes: - description: probes are the monitoring agents responsible for + description: Probes are the monitoring agents responsible for simulating user interactions with your web applications or services. These agents periodically send requests to predefined URLs and record the responses, checking for expected outcomes and measuring diff --git a/charts/ingressmonitorcontroller/values.yaml b/charts/ingressmonitorcontroller/values.yaml index 7fd70b2e..8fab2da7 100644 --- a/charts/ingressmonitorcontroller/values.yaml +++ b/charts/ingressmonitorcontroller/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: stakater/ingressmonitorcontroller - tag: v2.1.50 + tag: v2.1.51 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 6c2a8aab..1eafd43e 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.50 + newTag: v2.1.51