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
KubeBlocks should support to install on the air-gapped environment, so addon should support to set private helm registry.
Now, addon has already supported to set private helm registry by addonChartLocationBase, but the registry MUST allow anonymous read. Addon should support to access registry using password and username.
The text was updated successfully, but these errors were encountered:
ldming
changed the title
[Features] addon should support to set private registry with password
[Features] addon should support to access private helm registry with password
Jun 26, 2023
just "addon should support to access private helm registry with password" is not a feature, I would say "support air-gapped environment delivery configuration" is a feature, and for this requirement I would suggest provide self-bootstrap chart tgz delivery to fullfil the requirement.
ldming
changed the title
[Features] addon should support to access private helm registry with password
[Features] addon should support air-gapped environment delivery configuration
Jul 7, 2023
I will build an image that contains all dependency helm charts, addon Job will copy these helm chart in initContainer, the job use these helm charts to install.
What is the user interaction of your feature
KubeBlocks should support to install on the air-gapped environment, so addon should support to set private helm registry.
Now, addon has already supported to set private helm registry by
addonChartLocationBase
, but the registry MUST allow anonymous read. Addon should support to access registry using password and username.The text was updated successfully, but these errors were encountered: