Skip to content

Commit cfc8e94

Browse files
committed
fix
1 parent 0e2efac commit cfc8e94

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

charts/istio-member-namespaces/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.7
18+
version: 1.2.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/istio-member-namespaces/templates/networkpolicy-allow-any-istio-rev.yaml renamed to charts/istio-member-namespaces/templates/networkpolicies-allow-any-istio-rev.yaml

File renamed without changes.

charts/istio-member-namespaces/templates/networkpolicy-allow-istio-system.yaml renamed to charts/istio-member-namespaces/templates/networkpolicies-allow-istio-system.yaml

File renamed without changes.

charts/istio-member-namespaces/templates/networkpolicy-ambient-allow-kubelet-healthprobes.yaml renamed to charts/istio-member-namespaces/templates/networkpolicies-ambient-allow-kubelet-healthprobes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apiVersion: networking.k8s.io/v1
66
kind: NetworkPolicy
77
metadata:
88
name: ambient-allow-kubelet-healthprobes
9+
namespace: {{ . }}
910
spec:
1011
podSelector: {}
1112
ingress:

0 commit comments

Comments
 (0)