diff --git a/charts/ches/Chart.yaml b/charts/ches/Chart.yaml index fbe37a0..845c6d6 100644 --- a/charts/ches/Chart.yaml +++ b/charts/ches/Chart.yaml @@ -3,7 +3,7 @@ name: common-hosted-email-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: 1.0.0 +version: 1.0.1 kubeVersion: ">= 1.13.0" description: A microservice for managing access control to S3 Objects # A chart can be either an 'application' or a 'library' chart. diff --git a/charts/ches/templates/networkpolicy.yaml b/charts/ches/templates/networkpolicy.yaml index c715aa0..152938e 100644 --- a/charts/ches/templates/networkpolicy.yaml +++ b/charts/ches/templates/networkpolicy.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: {{ printf "%s-%s" "allow-openshift-ingress-to-ches-app" .Release.Name }} + name: {{ printf "%s-%s" "openshift-ingress-to-ches-app" .Release.Name }} labels: {{- include "ches.selectorLabels" . | nindent 4 }} spec: podSelector: @@ -24,7 +24,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-traffic-from-gateway-to-ches-master + name: traffic-from-gateway-to-ches-master spec: podSelector: matchLabels: @@ -48,7 +48,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-ches-{{ .Release.Name }}-to-postgres-master + name: ches-{{ .Release.Name }}-to-postgres-master labels: {{- include "ches.selectorLabels" . | nindent 4 }} spec: podSelector: @@ -69,7 +69,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-ches-{{ .Release.Name }}-pre-hook-to-postgres-master + name: ches-{{ .Release.Name }}-pre-hook-to-postgres-master labels: {{- include "ches.selectorLabels" . | nindent 4 }} spec: podSelector: @@ -89,7 +89,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-ches-{{ .Release.Name }}-to-redis-master + name: ches-{{ .Release.Name }}-to-redis-master labels: {{- include "ches.selectorLabels" . | nindent 4 }} spec: podSelector: @@ -114,7 +114,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: - name: allow-metabase-b160aa-tools-to-postgres + name: metabase-b160aa-tools-to-postgres spec: podSelector: matchLabels: