Skip to content

Commit 0bc62a4

Browse files
authored
Installing network policies when OSL is disabled (#234)
* Installing network policies when OSL is disabled * chart bump * typo fix
1 parent 2312184 commit 0bc62a4

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.

charts/backstage/templates/network-policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and .Values.orchestrator.enabled .Values.orchestrator.serverlessLogicOperator.enabled }}
1+
{{- if .Values.orchestrator.enabled }}
22
apiVersion: networking.k8s.io/v1
33
kind: NetworkPolicy
44
metadata:

charts/backstage/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,10 @@ test:
357357

358358
orchestrator:
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.

0 commit comments

Comments
 (0)