Skip to content

Commit fd61694

Browse files
authored
Merge pull request #178 from weaveworks/dev
bump helm version to v2.4.0
2 parents 080cda6 + d7afe7e commit fd61694

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

docs/release_steps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Policy Agent
44

5-
- Create a pull request from `dev` to `master`
5+
- Update the [HelmChart](../helm/Chart.yaml) version.
6+
- Update the HelmChart [values.yaml](../helm/values.yaml) version.
7+
- Create a pull request from `dev` to `master`.
68
- Create a new tag and push it to origin as the following example:
79

810
```bash

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.3.0"
2+
appVersion: "2.4.0"
33
description: A Helm chart for Kubernetes to configure the policy agent
44
name: policy-agent
5-
version: 2.3.0
5+
version: 2.4.0
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
@@ -164,7 +164,7 @@ spec:
164164
securityContext:
165165
fsGroup: 1000
166166
containers:
167-
- image: {{ .Values.image }}:{{ .Chart.AppVersion }}
167+
- image: {{ .Values.image }}:{{ .Values.imageTag }}
168168
imagePullPolicy: IfNotPresent
169169
name: policy-agent
170170
args: [

helm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
image: weaveworks/policy-agent
3+
imageTag: v2.4.0
34
failurePolicy: Fail
45

56
# If you don't want to use cert-manager, set useCertManager to false and provide your own certs

test/integration/data/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
imageTag: test
12
config:
23
admission:
34
mutate: true

0 commit comments

Comments
 (0)