File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ sources: []
4747# Versions are expected to follow Semantic Versioning (https://semver.org/)
4848# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
4949# it will follow the RHDH versioning 1.y.z
50- version : 4.5.6
50+ version : 4.5.7
Original file line number Diff line number Diff line change 11
22# RHDH Backstage Helm Chart for OpenShift
33
4- ![ Version: 4.5.6 ] ( https://img.shields.io/badge/Version-4.5.6 -informational?style=flat-square )
4+ ![ Version: 4.5.7 ] ( https://img.shields.io/badge/Version-4.5.7 -informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
66
77A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.
Original file line number Diff line number Diff line change 1- {{- if and .Values.orchestrator.enabled .Values.orchestrator.serverlessLogicOperator .enabled }}
1+ {{- if .Values.orchestrator.enabled }}
22apiVersion : networking.k8s.io/v1
33kind : NetworkPolicy
44metadata :
Original file line number Diff line number Diff line change @@ -357,8 +357,10 @@ test:
357357
358358orchestrator :
359359 enabled : false
360+ # Disable Serverless Logic Operator if it already exists on the cluster
360361 serverlessLogicOperator :
361362 enabled : true
363+ # Disable Serverless Operator if it already exists on the cluster
362364 serverlessOperator :
363365 enabled : true
364366 sonataflowPlatform :
@@ -399,7 +401,6 @@ orchestrator:
399401 # -- Image for the container used by the sonataflow data index, optional and used for disconnected environments
400402 dataIndexImage : " "
401403
402-
403404 # -- Orchestrator plugins and their configuration
404405 plugins :
405406 # RHDHBUGS-1464: Note that the plugins here fetch the packages from their direct HTTP download URLs from the (official) Red Hat NPM Registry.
You can’t perform that action at this time.
0 commit comments