Skip to content

Commit

Permalink
chore(release): [skip ci] 4.3.6
Browse files Browse the repository at this point in the history
## [4.3.6](v4.3.5...v4.3.6) (2022-08-18)

### Bug Fixes

* **helm:** Publish helm chart on release ([7695d50](7695d50)), closes [#621](#621)
  • Loading branch information
semantic-release-bot committed Aug 18, 2022
1 parent 8607a79 commit 74becc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.6](https://github.com/metacontroller/metacontroller/compare/v4.3.5...v4.3.6) (2022-08-18)


### Bug Fixes

* **helm:** Publish helm chart on release ([7695d50](https://github.com/metacontroller/metacontroller/commit/7695d504750eb2648acfe4afe9a4838fede699a1)), closes [#621](https://github.com/metacontroller/metacontroller/issues/621)

## [4.3.5](https://github.com/metacontroller/metacontroller/compare/v4.3.4...v4.3.5) (2022-08-16)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/metacontroller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: v4.3.5
appVersion: v4.3.5
version: v4.3.6
appVersion: v4.3.6
kubeVersion: '^1.14.0-0'
name: metacontroller-helm
description: Writing kubernetes controllers can be simple
Expand Down
2 changes: 1 addition & 1 deletion manifests/production/metacontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: metacontroller
containers:
- name: metacontroller
image: metacontrollerio/metacontroller:v4.3.5
image: metacontrollerio/metacontroller:v4.3.6
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit 74becc1

Please sign in to comment.