Skip to content

Conversation

@rm3l
Copy link
Member

@rm3l rm3l commented Jan 21, 2026

Description of the change

Bumps charts minor versions to avoid conflicts when they will be packaged from the release-1.9 branch.

Which issue(s) does this PR fix or relate to

How to test changes / Special notes to the reviewer

Checklist

  • For each Chart updated, version bumped in the corresponding Chart.yaml according to Semantic Versioning.
  • For each Chart updated, variables are documented in the values.yaml and added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Use pre-commit run -a to apply changes. The pre-commit Workflow will do this automatically for you if needed.
  • JSON Schema template updated and re-generated the raw schema via the pre-commit hook.
  • Tests pass using the Chart Testing tool and the ct lint command.
  • If you updated the orchestrator-infra chart, make sure the versions of the Knative CRDs are aligned with the versions of the CRDs installed by the OpenShift Serverless operators declared in the values.yaml file. See Installing Knative Eventing and Knative Serving CRDs for more details.

@sonarqubecloud
Copy link

@rhdh-qodo-merge
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🔒 No security concerns identified
⚡ Recommended focus areas for review

YAML/Template Validity

The checksum/dynamic-plugins annotation was reformatted into a single templating line under a folded scalar (>-). Please validate that the indentation and scalar formatting still render to valid YAML and that Helm templating produces the intended checksum value (no leading/trailing whitespace/newlines affecting the hash).

        - name: extensions-catalog
          mountPath: /extensions
        - name: temp
          mountPath: /tmp
      workingDir: /opt/app-root/src
  installDir: /opt/app-root/src
  podAnnotations:
    checksum/dynamic-plugins: >-
      {{- include "common.tplvalues.render" ( dict "value" .Values.global.dynamic "context" $) | sha256sum }}
ingress:
  host: "{{ .Values.global.host }}"
metrics:
  serviceMonitor:
    enabled: false
    path: /metrics
    port: http-metrics
📄 References
  1. redhat-developer/rhdh-chart/charts/orchestrator-software-templates-infra/ci/upstream-values.yaml [1-27]
  2. redhat-developer/rhdh-chart/charts/orchestrator-infra/values.yaml [37-41]
  3. redhat-developer/rhdh-chart/charts/orchestrator-infra/crds/knative-serving/knative-serving-crd.yaml [505-516]
  4. redhat-developer/rhdh-chart/charts/orchestrator-infra/crds/knative-eventing/knative-eventing-crd.yaml [494-505]
  5. redhat-developer/rhdh-chart/charts/orchestrator-infra/crds/knative-serving/knative-serving-crd.yaml [2365-2374]
  6. redhat-developer/rhdh-chart/charts/orchestrator-infra/crds/knative-eventing/knative-eventing-crd.yaml [2262-2271]
  7. redhat-developer/rhdh-chart/cr.yaml [1-2]
  8. redhat-developer/rhdh-chart/charts/backstage/values.yaml [432-441]

@rhdh-qodo-merge rhdh-qodo-merge bot added the enhancement New feature or request label Jan 21, 2026
@rhdh-qodo-merge
Copy link

PR Type

Enhancement


Description

  • Bump backstage chart minor version from 5.0.1 to 5.1.0

  • Bump orchestrator-infra chart minor version from 0.4.0 to 0.5.0

  • Bump orchestrator-software-templates-infra chart minor version from 0.3.1 to 0.4.0

  • Bump orchestrator-software-templates chart minor version from 0.2.1 to 0.3.0

  • Align backstage values.yaml formatting by removing extra blank lines


File Walkthrough

Relevant files
Configuration changes
4 files
Chart.yaml
Bump backstage chart version to 5.1.0                                       
+1/-1     
Chart.yaml
Bump orchestrator-infra chart version to 0.5.0                     
+1/-1     
Chart.yaml
Bump orchestrator-software-templates-infra version to 0.4.0
+1/-1     
Chart.yaml
Bump orchestrator-software-templates chart version to 0.3.0
+1/-1     
Documentation
4 files
README.md
Update backstage version references to 5.1.0                         
+2/-2     
README.md
Update orchestrator-infra version references to 0.5.0       
+2/-2     
README.md
Update orchestrator-software-templates-infra version to 0.4.0
+2/-2     
README.md
Update orchestrator-software-templates version references to 0.3.0
+2/-2     
Formatting
1 files
values.yaml
Remove extra blank lines for formatting consistency           
+1/-33   

@rhdh-qodo-merge
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@rm3l rm3l added the lgtm label Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant