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

EVEREST-107 update IMAGE_TAG_OWNER #589

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

oksana-grishchenko
Copy link
Contributor

@oksana-grishchenko oksana-grishchenko commented Aug 13, 2024

Problem:
After the 1.1.0 release it turned out that Everest still installs the everest-operator image from perconalab:

$ kubectl get po -l app.kubernetes.io/name=everest-operator -o yaml -n everest-system | grep image
...
image: docker.io/perconalab/everest-operator:1.1.0

Cause:
There is this make bundle command which is used during the operator release. This command uses
the IMG variable, which uses
the IMAGE_TAG_BASE variable, which uses
the IMAGE_TAG_OWNER variable, which was always set to perconalab
and as a result config/manager/kustomization.yaml is always linked to perconalab

Solution:
Update the Makefile during the release so that depending on the build type (RC or Release) the IMAGE_TAG_OWNER would point to perconalab or percona

@oksana-grishchenko oksana-grishchenko requested a review from a team as a code owner August 13, 2024 16:11
@oksana-grishchenko oksana-grishchenko merged commit 09cbec2 into main Aug 14, 2024
11 checks passed
@oksana-grishchenko oksana-grishchenko deleted the EVEREST-107-fix-perconalab-tag branch August 14, 2024 09:23
oksana-grishchenko added a commit that referenced this pull request Aug 19, 2024
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 this pull request may close these issues.

2 participants