Skip to content

Helm install operator using released versions for released images#34992

Merged
alex-hunt-materialize merged 1 commit intoMaterializeInc:mainfrom
alex-hunt-materialize:fix_operator_installation
Feb 17, 2026
Merged

Helm install operator using released versions for released images#34992
alex-hunt-materialize merged 1 commit intoMaterializeInc:mainfrom
alex-hunt-materialize:fix_operator_installation

Conversation

@alex-hunt-materialize
Copy link
Contributor

Helm install operator using released versions for released images. Also fix waiting for crd to be established.

Motivation

Fixes mix/match of orchestratord and helm chart. Previously we always used the current in-git helm chart, even for much older releases of orchestratord. The helm chart is not backwards compatible with older orchestratord versions, so that breaks, for example, when adding new args to orchestratord.

@github-actions
Copy link

Pre-merge checklist

  • The PR title is descriptive and will make sense in the git log.
  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).

Helm install operator using released versions for released images.
Also fix waiting for crd to be established.
@alex-hunt-materialize alex-hunt-materialize marked this pull request as ready for review February 12, 2026 17:20
@alex-hunt-materialize alex-hunt-materialize merged commit ffbba60 into MaterializeInc:main Feb 17, 2026
17 of 19 checks passed
@alex-hunt-materialize alex-hunt-materialize deleted the fix_operator_installation branch February 17, 2026 10:03
patrickwwbutler pushed a commit to patrickwwbutler/materialize that referenced this pull request Feb 19, 2026
…terializeInc#34992)

Helm install operator using released versions for released images. Also
fix waiting for crd to be established.

<!--
PR Title Guidelines:
  - Use imperative mood: "Fix X" not "Fixed X" or "Fixes X"
  - Be specific: "Fix panic in catalog sync when controller restarts"
    not "Fix bug" or "Update catalog code"
- Prefix with area if helpful: "compute: ", "storage: ", "adapter: ",
"sql: "
-->


### Motivation

Fixes mix/match of orchestratord and helm chart. Previously we always
used the current in-git helm chart, even for much older releases of
orchestratord. The helm chart is not backwards compatible with older
orchestratord versions, so that breaks, for example, when adding new
args to orchestratord.

<!--
### Description

What does this PR actually do? Focus on the approach and any non-obvious
decisions. The diff shows the code --- use this space to explain what
the
diff *can't* tell a reviewer.
-->

<!--
### Verification

How do you know this change is correct? Describe new or existing
automated
tests, or manual steps you took.
-->
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