Skip to content

Commit

Permalink
Merge pull request #127 from asobti/vbump
Browse files Browse the repository at this point in the history
Version bump to v0.3.0
  • Loading branch information
asobti authored Nov 27, 2018
2 parents 78d4aaf + 04cf1e6 commit 0ffb140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.3
v0.3.0
2 changes: 1 addition & 1 deletion examples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
command:
- "/kube-monkey"
args: ["-v=5", "-log_dir=/var/log/kube-monkey"]
image: ayushsobti/kube-monkey:v0.2.3
image: ayushsobti/kube-monkey:v0.3.0
volumeMounts:
- name: config-volume
mountPath: "/etc/kube-monkey"
Expand Down
2 changes: 1 addition & 1 deletion helm/kubemonkey/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rbac:
enabled: true
image:
repository: ayushsobti/kube-monkey
tag: v0.2.3
tag: v0.3.0
pullPolicy: IfNotPresent
config:
dryRun: false
Expand Down

0 comments on commit 0ffb140

Please sign in to comment.