-
Bug
-
Resolution: Done-Errata
-
Major
-
4.12, 4.14, 4.16, 4.18
-
Quality / Stability / Reliability
-
False
-
-
1
-
None
-
None
-
None
-
Rejected
-
ODC Sprint 3275
-
1
-
Done
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-54185. The following is the description of the original issue:
—
Description of problem:
`Oh no! Something went wrong` displayed while listing resources in the helm tab
Version-Release number of selected component (if applicable):
We tested the same in all the OCP4.8 and above versions, and the error is the same
How reproducible:
Steps to Reproduce:
1. Create a new helm chart with `helm 2. Replace the below yaml as the services.yaml in the templates folder 3. run helm deploy
apiVersion: v1 kind: List items: - apiVersion: v1 kind: Service metadata: name: test labels: app: test spec: type: ClusterIP ports: - port: 8443 targetPort: 8443 protocol: TCP name: 8443-tcp selector: app: test
Actual results:
`Oh no! Something went wrong` and the console crashed
Expected results:
List out all the created resources
Additional info:
We found this KB https://access.redhat.com/solutions/6980513, and tried to change the `kind: list` to `kind: services`, but it still not work
- clones
-
OCPBUGS-54185 Helm resource list error in console
-
- Verified
-
- is blocked by
-
OCPBUGS-54185 Helm resource list error in console
-
- Verified
-
- links to
-
RHBA-2025:9278 OpenShift Container Platform 4.19.1 bug fix update