diff --git a/charts/cdogs/Chart.yaml b/charts/cdogs/Chart.yaml index 1dbb8ac..44e96c8 100644 --- a/charts/cdogs/Chart.yaml +++ b/charts/cdogs/Chart.yaml @@ -3,7 +3,7 @@ name: common-document-generation-service # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.5 +version: 0.0.6 kubeVersion: ">= 1.13.0" description: A microservice for merging JSON data into xml-based templates (powered by Carbone.io) # A chart can be either an 'application' or a 'library' chart. diff --git a/charts/cdogs/README.md b/charts/cdogs/README.md index 646d27c..fa05f59 100644 --- a/charts/cdogs/README.md +++ b/charts/cdogs/README.md @@ -1,6 +1,6 @@ # common-document-generation-service -![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) A microservice for merging JSON data into xml-based templates (powered by Carbone.io) diff --git a/charts/cdogs/templates/networkpolicy.yaml b/charts/cdogs/templates/networkpolicy.yaml index 724f681..a403476 100644 --- a/charts/cdogs/templates/networkpolicy.yaml +++ b/charts/cdogs/templates/networkpolicy.yaml @@ -12,8 +12,6 @@ spec: - namespaceSelector: matchLabels: network.openshift.io/policy-group: ingress - - podSelector: - matchLabels: {{ include "cdogs.selectorLabels" . | nindent 14 }} ports: - port: {{ default "8080" .Values.config.configMap.SERVER_PORT | atoi }} protocol: TCP