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 Nov 29, 2023
1 parent db108ec commit 2d75dec
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/endpointmonitor_types.go
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
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.45
name: ingressmonitorcontroller.v2.1.46
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -251,4 +251,4 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 2.1.45
version: 2.1.46
4 changes: 2 additions & 2 deletions charts/ingressmonitorcontroller/Chart.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/ingressmonitorcontroller/values.yaml
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1

image:
repository: stakater/ingressmonitorcontroller
tag: v2.1.45
tag: v2.1.46
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/ingressmonitorcontroller
newTag: v2.1.45
newTag: v2.1.46

0 comments on commit 2d75dec

Please sign in to comment.