Skip to content

Commit 26b62a2

Browse files
author
Ahmed El-Sayed
authored
Merge pull request #134 from weaveworks/dev
release v2.1.1
2 parents 0a3e3cd + cfff526 commit 26b62a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.1.0"
2+
appVersion: "2.1.1"
33
description: A Helm chart for Kubernetes to configure the policy agent
44
name: policy-agent
5-
version: 2.1.0
5+
version: 2.1.1
66
maintainers:
77
- name: Weaveworks
88
email: support@weave.works

helm/templates/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ webhooks:
322322
clientConfig:
323323
service:
324324
name: policy-agent
325-
namespace: policy-system
325+
namespace: {{ .Release.Namespace }}
326326
path: /validate-v2beta2-policyconfig
327327
failurePolicy: Fail
328328
rules:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)