Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set RELATED_IMAGE env variables in operator deployment #591

Closed
andreasgerstmayr opened this issue Sep 5, 2023 · 1 comment · Fixed by #638
Closed

Set RELATED_IMAGE env variables in operator deployment #591

andreasgerstmayr opened this issue Sep 5, 2023 · 1 comment · Fixed by #638

Comments

@andreasgerstmayr
Copy link
Collaborator

andreasgerstmayr commented Sep 5, 2023

Required for disconnected environments to detect images the operator depends on.

Docs:
https://docs.openshift.com/container-platform/4.13/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
https://redhat-connect.gitbook.io/certified-operator-guide/troubleshooting-and-resources/offline-enabled-operators#golang-operators

@andreasgerstmayr
Copy link
Collaborator Author

andreasgerstmayr commented Sep 6, 2023

Also drop images from configuration file

andreasgerstmayr added a commit to andreasgerstmayr/tempo-operator that referenced this issue Oct 6, 2023
* add RELATED_IMAGE env vars to operator deployment
* remove images field from operator configuration

Resolves: grafana#591
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
rubenvp8510 pushed a commit that referenced this issue Nov 9, 2023
* Set RELATED_IMAGE environment variables in operator deployment

* add RELATED_IMAGE env vars to operator deployment
* remove images field from operator configuration

Resolves: #591
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* fix list-components script for changelog

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* fix linter

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* fix generate e2e test

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* update docs, add instructions for updating related components

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

---------

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant