You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we observe the following when trying to set up helm.charts[i].apiVersions with apiVersion: 1.0:
Helm chart APIVersions field is not supported in EIB version 1.0, must use EIB version 1.1
This can easily mislead people into thinking that the version of the EIB container they're running is incorrect, whereas it is the API version which is not. We have to properly address all occurrences.
The text was updated successfully, but these errors were encountered:
Currently, we observe the following when trying to set up
helm.charts[i].apiVersions
withapiVersion: 1.0
:This can easily mislead people into thinking that the version of the EIB container they're running is incorrect, whereas it is the API version which is not. We have to properly address all occurrences.
The text was updated successfully, but these errors were encountered: