diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 56b53f2b..3ab7b4e3 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.1.0" +appVersion: "2.1.1" description: A Helm chart for Kubernetes to configure the policy agent name: policy-agent -version: 2.1.0 +version: 2.1.1 maintainers: - name: Weaveworks email: support@weave.works diff --git a/helm/templates/agent.yaml b/helm/templates/agent.yaml index bf102cb0..8e8761f0 100644 --- a/helm/templates/agent.yaml +++ b/helm/templates/agent.yaml @@ -322,7 +322,7 @@ webhooks: clientConfig: service: name: policy-agent - namespace: policy-system + namespace: {{ .Release.Namespace }} path: /validate-v2beta2-policyconfig failurePolicy: Fail rules: diff --git a/version.txt b/version.txt index 50aea0e7..7c327287 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file