Helm-based operator does not reconcile operand with base image v1.34.0 #6706
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/helm
Issue is related to a Helm operator project
triage/duplicate
Indicates an issue is a duplicate of other open issue.
Bug Report
What did you do?
Updated the operator-sdk base image for my helm-based operator to use v1.34.0. After installing my operator, it did not reconcile its operand. No status is shown in the CR nor are there logs in the operator pod showing that it reconciled the CR.
Link to my operator.
Steps to build and run operator for testing, assuming you cloned the repo:
community-issue
branchexport QUAY_REGISTRY=<your personal registry>
export DEV_REGISTRY=$QUAY_REGISTRY
make build-image-dev
make build-bundle-image
make run-bundle
This issue exists in v1.34.1 as well. If I change the base image in the Dockerfile to v1.33.0, this error does not exist.
What did you expect to see?
The operator reconciles its operand
What did you see instead? Under which circumstances?
After creating an operand, the operator does not reconcile it
Environment
Operator type:
/language helm
Kubernetes cluster type:
$ operator-sdk version
$ go version
(if language is Go)$ kubectl version
Possible Solution
Additional context
Tested with v1.33.0 base image, and the issue is not present
The text was updated successfully, but these errors were encountered: