Skip to content

Commit

Permalink
Merge pull request #265 from opendevstack/feature/roll-deployment
Browse files Browse the repository at this point in the history
Automatically roll interceptor deployment
  • Loading branch information
michaelsauter authored Nov 2, 2021
2 parents 17d1457 + 366d885 commit 21d04e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Note that changes which ONLY affect documentation or the testsuite will not be
listed in the changelog.

## [Unreleased]
### Changed

- Automatically roll webhook interceptor deployment when related config map or secret changes ([#252](https://github.com/opendevstack/ods-pipeline/issues/252))

## [0.1.1] - 2021-10-28
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
metadata:
labels:
{{- include "chart.selectorLabels" . | nindent 8}}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap-bitbucket.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret-bitbucket-auth.yaml") . | sha256sum }}
spec:
containers:
- name: {{.Chart.Name}}
Expand Down

0 comments on commit 21d04e6

Please sign in to comment.