Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Mar 15, 2024
1 parent e03ec0c commit d62d9e1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -251,4 +251,4 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 2.1.50
version: 2.1.51
4 changes: 2 additions & 2 deletions charts/ingressmonitorcontroller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/ingressmonitorcontroller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1

image:
repository: stakater/ingressmonitorcontroller
tag: v2.1.50
tag: v2.1.51
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/ingressmonitorcontroller
newTag: v2.1.50
newTag: v2.1.51

0 comments on commit d62d9e1

Please sign in to comment.