Skip to content

Commit

Permalink
Merge pull request #178 from weaveworks/dev
Browse files Browse the repository at this point in the history
bump helm version to v2.4.0
  • Loading branch information
waleedhammam authored May 30, 2023
2 parents 080cda6 + d7afe7e commit fd61694
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/release_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Policy Agent

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

```bash
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.3.0"
appVersion: "2.4.0"
description: A Helm chart for Kubernetes to configure the policy agent
name: policy-agent
version: 2.3.0
version: 2.4.0
maintainers:
- name: Weaveworks
email: support@weave.works
2 changes: 1 addition & 1 deletion helm/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
securityContext:
fsGroup: 1000
containers:
- image: {{ .Values.image }}:{{ .Chart.AppVersion }}
- image: {{ .Values.image }}:{{ .Values.imageTag }}
imagePullPolicy: IfNotPresent
name: policy-agent
args: [
Expand Down
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

image: weaveworks/policy-agent
imageTag: v2.4.0
failurePolicy: Fail

# If you don't want to use cert-manager, set useCertManager to false and provide your own certs
Expand Down
1 change: 1 addition & 0 deletions test/integration/data/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
imageTag: test
config:
admission:
mutate: true
Expand Down

0 comments on commit fd61694

Please sign in to comment.