Skip to content

Commit 914ae21

Browse files
Jeff Peelernjhale
authored andcommitted
fix(e2e): remove local dev test image
Instead use image that is pullable from quay. Test data has been updated to include image building files.
1 parent a2af51c commit 914ae21

18 files changed

+2872
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# bundle image containining kiali manifests for e2e test
2+
# docker build -t quay.io/olmtest/installplan_e2e-bundle-image .
3+
FROM registry.access.redhat.com/ubi8/ubi-minimal
4+
5+
LABEL OLMTest="TestInstallPlanFromBundleImage"
6+
7+
COPY manifests /manifests
8+
COPY metadata /metadata
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: apiextensions.k8s.io/v1beta1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
name: kialis.kiali.io
5+
labels:
6+
app: kiali-operator
7+
spec:
8+
group: kiali.io
9+
names:
10+
kind: Kiali
11+
listKind: KialiList
12+
plural: kialis
13+
singular: kiali
14+
scope: Namespaced
15+
subresources:
16+
status: {}
17+
version: v1alpha1
18+
versions:
19+
- name: v1alpha1
20+
served: true
21+
storage: true
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: apiextensions.k8s.io/v1beta1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
name: monitoringdashboards.monitoring.kiali.io
5+
labels:
6+
app: kiali
7+
spec:
8+
group: monitoring.kiali.io
9+
names:
10+
kind: MonitoringDashboard
11+
listKind: MonitoringDashboardList
12+
plural: monitoringdashboards
13+
singular: monitoringdashboard
14+
scope: Namespaced
15+
version: v1alpha1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
packageName: kiali
2+
channels:
3+
- name: alpha
4+
currentCSV: kiali-operator.v1.4.2
5+
- name: stable
6+
currentCSV: kiali-operator.v1.4.2
7+
defaultChannel: stable

0 commit comments

Comments
 (0)