Skip to content

Commit 5a64993

Browse files
committed
codegen: make bundle-all
1 parent e337e43 commit 5a64993

9 files changed

+57
-3
lines changed

operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.6.1
153-
createdAt: "2024-06-04T16:17:47Z"
153+
createdAt: "2024-06-12T17:07:27Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
features.operators.openshift.io/disconnected: "true"
@@ -995,6 +995,9 @@ spec:
995995
- description: The client-side certificate file path for the TLS configuration.
996996
displayName: Cert Path
997997
path: alertmanager.client.tls.certPath
998+
- description: Skip validating server certificate.
999+
displayName: Skip validating server certificate
1000+
path: alertmanager.client.tls.insecureSkipVerify
9981001
- description: The client-side key file path for the TLS configuration.
9991002
displayName: Key Path
10001003
path: alertmanager.client.tls.keyPath
@@ -1144,6 +1147,9 @@ spec:
11441147
- description: The client-side certificate file path for the TLS configuration.
11451148
displayName: Cert Path
11461149
path: overrides.alertmanager.client.tls.certPath
1150+
- description: Skip validating server certificate.
1151+
displayName: Skip validating server certificate
1152+
path: overrides.alertmanager.client.tls.insecureSkipVerify
11471153
- description: The client-side key file path for the TLS configuration.
11481154
displayName: Key Path
11491155
path: overrides.alertmanager.client.tls.keyPath

operator/bundle/community-openshift/manifests/loki.grafana.com_rulerconfigs.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ spec:
107107
description: The client-side certificate file path for
108108
the TLS configuration.
109109
type: string
110+
insecureSkipVerify:
111+
description: Skip validating server certificate.
112+
type: boolean
110113
keyPath:
111114
description: The client-side key file path for the TLS
112115
configuration.
@@ -310,6 +313,9 @@ spec:
310313
description: The client-side certificate file path
311314
for the TLS configuration.
312315
type: string
316+
insecureSkipVerify:
317+
description: Skip validating server certificate.
318+
type: boolean
313319
keyPath:
314320
description: The client-side key file path for the
315321
TLS configuration.

operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: docker.io/grafana/loki-operator:0.6.1
153-
createdAt: "2024-06-04T16:17:41Z"
153+
createdAt: "2024-06-12T17:07:25Z"
154154
description: The Community Loki Operator provides Kubernetes native deployment
155155
and management of Loki and related logging components.
156156
operators.operatorframework.io/builder: operator-sdk-unknown
@@ -988,6 +988,9 @@ spec:
988988
- description: The client-side certificate file path for the TLS configuration.
989989
displayName: Cert Path
990990
path: alertmanager.client.tls.certPath
991+
- description: Skip validating server certificate.
992+
displayName: Skip validating server certificate
993+
path: alertmanager.client.tls.insecureSkipVerify
991994
- description: The client-side key file path for the TLS configuration.
992995
displayName: Key Path
993996
path: alertmanager.client.tls.keyPath
@@ -1137,6 +1140,9 @@ spec:
11371140
- description: The client-side certificate file path for the TLS configuration.
11381141
displayName: Cert Path
11391142
path: overrides.alertmanager.client.tls.certPath
1143+
- description: Skip validating server certificate.
1144+
displayName: Skip validating server certificate
1145+
path: overrides.alertmanager.client.tls.insecureSkipVerify
11401146
- description: The client-side key file path for the TLS configuration.
11411147
displayName: Key Path
11421148
path: overrides.alertmanager.client.tls.keyPath

operator/bundle/community/manifests/loki.grafana.com_rulerconfigs.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ spec:
107107
description: The client-side certificate file path for
108108
the TLS configuration.
109109
type: string
110+
insecureSkipVerify:
111+
description: Skip validating server certificate.
112+
type: boolean
110113
keyPath:
111114
description: The client-side key file path for the TLS
112115
configuration.
@@ -310,6 +313,9 @@ spec:
310313
description: The client-side certificate file path
311314
for the TLS configuration.
312315
type: string
316+
insecureSkipVerify:
317+
description: Skip validating server certificate.
318+
type: boolean
313319
keyPath:
314320
description: The client-side key file path for the
315321
TLS configuration.

operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
categories: OpenShift Optional, Logging & Tracing
151151
certified: "false"
152152
containerImage: quay.io/openshift-logging/loki-operator:0.1.0
153-
createdAt: "2024-06-04T16:17:54Z"
153+
createdAt: "2024-06-12T17:07:29Z"
154154
description: |
155155
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
156156
## Prerequisites and Requirements
@@ -1008,6 +1008,9 @@ spec:
10081008
- description: The client-side certificate file path for the TLS configuration.
10091009
displayName: Cert Path
10101010
path: alertmanager.client.tls.certPath
1011+
- description: Skip validating server certificate.
1012+
displayName: Skip validating server certificate
1013+
path: alertmanager.client.tls.insecureSkipVerify
10111014
- description: The client-side key file path for the TLS configuration.
10121015
displayName: Key Path
10131016
path: alertmanager.client.tls.keyPath
@@ -1157,6 +1160,9 @@ spec:
11571160
- description: The client-side certificate file path for the TLS configuration.
11581161
displayName: Cert Path
11591162
path: overrides.alertmanager.client.tls.certPath
1163+
- description: Skip validating server certificate.
1164+
displayName: Skip validating server certificate
1165+
path: overrides.alertmanager.client.tls.insecureSkipVerify
11601166
- description: The client-side key file path for the TLS configuration.
11611167
displayName: Key Path
11621168
path: overrides.alertmanager.client.tls.keyPath

operator/bundle/openshift/manifests/loki.grafana.com_rulerconfigs.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ spec:
107107
description: The client-side certificate file path for
108108
the TLS configuration.
109109
type: string
110+
insecureSkipVerify:
111+
description: Skip validating server certificate.
112+
type: boolean
110113
keyPath:
111114
description: The client-side key file path for the TLS
112115
configuration.
@@ -310,6 +313,9 @@ spec:
310313
description: The client-side certificate file path
311314
for the TLS configuration.
312315
type: string
316+
insecureSkipVerify:
317+
description: Skip validating server certificate.
318+
type: boolean
313319
keyPath:
314320
description: The client-side key file path for the
315321
TLS configuration.

operator/config/manifests/community-openshift/bases/loki-operator.clusterserviceversion.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,9 @@ spec:
13761376
- description: The client-side certificate file path for the TLS configuration.
13771377
displayName: Cert Path
13781378
path: alertmanager.client.tls.certPath
1379+
- description: Skip validating server certificate.
1380+
displayName: Skip validating server certificate
1381+
path: alertmanager.client.tls.insecureSkipVerify
13791382
- description: The client-side key file path for the TLS configuration.
13801383
displayName: Key Path
13811384
path: alertmanager.client.tls.keyPath
@@ -1525,6 +1528,9 @@ spec:
15251528
- description: The client-side certificate file path for the TLS configuration.
15261529
displayName: Cert Path
15271530
path: overrides.alertmanager.client.tls.certPath
1531+
- description: Skip validating server certificate.
1532+
displayName: Skip validating server certificate
1533+
path: overrides.alertmanager.client.tls.insecureSkipVerify
15281534
- description: The client-side key file path for the TLS configuration.
15291535
displayName: Key Path
15301536
path: overrides.alertmanager.client.tls.keyPath

operator/config/manifests/community/bases/loki-operator.clusterserviceversion.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,9 @@ spec:
13691369
- description: The client-side certificate file path for the TLS configuration.
13701370
displayName: Cert Path
13711371
path: alertmanager.client.tls.certPath
1372+
- description: Skip validating server certificate.
1373+
displayName: Skip validating server certificate
1374+
path: alertmanager.client.tls.insecureSkipVerify
13721375
- description: The client-side key file path for the TLS configuration.
13731376
displayName: Key Path
13741377
path: alertmanager.client.tls.keyPath
@@ -1518,6 +1521,9 @@ spec:
15181521
- description: The client-side certificate file path for the TLS configuration.
15191522
displayName: Cert Path
15201523
path: overrides.alertmanager.client.tls.certPath
1524+
- description: Skip validating server certificate.
1525+
displayName: Skip validating server certificate
1526+
path: overrides.alertmanager.client.tls.insecureSkipVerify
15211527
- description: The client-side key file path for the TLS configuration.
15221528
displayName: Key Path
15231529
path: overrides.alertmanager.client.tls.keyPath

operator/config/manifests/openshift/bases/loki-operator.clusterserviceversion.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,9 @@ spec:
13881388
- description: The client-side certificate file path for the TLS configuration.
13891389
displayName: Cert Path
13901390
path: alertmanager.client.tls.certPath
1391+
- description: Skip validating server certificate.
1392+
displayName: Skip validating server certificate
1393+
path: alertmanager.client.tls.insecureSkipVerify
13911394
- description: The client-side key file path for the TLS configuration.
13921395
displayName: Key Path
13931396
path: alertmanager.client.tls.keyPath
@@ -1537,6 +1540,9 @@ spec:
15371540
- description: The client-side certificate file path for the TLS configuration.
15381541
displayName: Cert Path
15391542
path: overrides.alertmanager.client.tls.certPath
1543+
- description: Skip validating server certificate.
1544+
displayName: Skip validating server certificate
1545+
path: overrides.alertmanager.client.tls.insecureSkipVerify
15401546
- description: The client-side key file path for the TLS configuration.
15411547
displayName: Key Path
15421548
path: overrides.alertmanager.client.tls.keyPath

0 commit comments

Comments
 (0)