Commit 05a63a0
RHCLOUD-44853: Update pipeline to use v2 ConfigMaps and remove chrome sidecar (#737)
* Update pipeline to use v2 ConfigMaps and remove chrome sidecar
Update the pull request pipeline to align with the new shared konflux
pipeline definition that removes the insights-chrome-dev sidecar.
Changes:
- Remove chrome-port parameter (was 9912)
- Rename test-app-port to e2e-app-port
- Remove test-app-name parameter
- Update frontend-proxy-routes-configmap to use -v2 suffix
- Update pipeline reference to catastrophe-brandon/konflux-pipelines commit fda9a7ea
- Remove taskRunSpecs section (sidecar configuration now handled by pipeline)
The new architecture routes all requests directly to the application
container, simplifying the pipeline execution.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* fix: add hostAliases for stage.foo.redhat.com in E2E tests
Add hostAliases configuration to properly resolve stage.foo.redhat.com
to localhost in the E2E test pod. This is the Kubernetes-native way to
configure /etc/hosts entries.
Without this configuration, getent hosts stage.foo.redhat.com fails
and the E2E tests cannot connect to the frontend-dev-proxy sidecar.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update .tekton/frontend-starter-app-pull-request.yaml
Co-authored-by: Karel Hala <khala@redhat.com>
* Update .tekton/frontend-starter-app-pull-request.yaml
Co-authored-by: Karel Hala <khala@redhat.com>
* Update .tekton/frontend-starter-app-pull-request.yaml
Co-authored-by: Karel Hala <khala@redhat.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Karel Hala <khala@redhat.com>1 parent c642090 commit 05a63a0
1 file changed
+2
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | | - | |
41 | | - | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
78 | | - | |
| 74 | + | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
| |||
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 98 | | |
114 | 99 | | |
115 | 100 | | |
| |||
0 commit comments