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 in tekton-operator deployment you can pass variables such as:
IMAGE_PIPELINES_TEKTON_PIPELINES_CONTROLLER
IMAGE_PIPELINES_WEBHOOK
etc...
And this way you can install all the necessary components except the dashboard, so the ideal would be to also add the logic to be able to define the dashboard image variable.
This configuration is necessary to be able to enjoy Tekton in more restrictive environments that do not have internet access.
Use case
Although images can be defined in this way, it should be possible to create a new flow that is more intuitive, using for example tektonConfig:
@lmgsaenz thanks for the request. On a operator release the tekton operator holds specific version CRDs(release.yaml) for all the components (as specified in https://github.com/tektoncd/operator/blob/main/components.yaml)
Passing image via TektonConfig can easily break the operand environment. hence we have not introduced that option.
However we should add a environment variable to dashboard to fix the disconnected/air gap installation.
Changing the image via environment variable is almost managed by cluster admin, and he/shw definitely would do replace the images only to support disconnected/airgap environment or similar requests. Thanks!
Feature request
Currently in tekton-operator deployment you can pass variables such as:
And this way you can install all the necessary components except the dashboard, so the ideal would be to also add the logic to be able to define the dashboard image variable.
This configuration is necessary to be able to enjoy Tekton in more restrictive environments that do not have internet access.
Use case
Although images can be defined in this way, it should be possible to create a new flow that is more intuitive, using for example tektonConfig:
The text was updated successfully, but these errors were encountered: