Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 21d04e6

Browse files
author
Michael Sauter
authored
Merge pull request #265 from opendevstack/feature/roll-deployment
Automatically roll interceptor deployment
2 parents 17d1457 + 366d885 commit 21d04e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Note that changes which ONLY affect documentation or the testsuite will not be
88
listed in the changelog.
99

1010
## [Unreleased]
11+
### Changed
12+
13+
- Automatically roll webhook interceptor deployment when related config map or secret changes ([#252](https://github.com/opendevstack/ods-pipeline/issues/252))
1114

1215
## [0.1.1] - 2021-10-28
1316
### Fixed

deploy/cd-namespace/chart/templates/deployment-interceptor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ spec:
1313
metadata:
1414
labels:
1515
{{- include "chart.selectorLabels" . | nindent 8}}
16+
annotations:
17+
checksum/config: {{ include (print $.Template.BasePath "/configmap-bitbucket.yaml") . | sha256sum }}
18+
checksum/secret: {{ include (print $.Template.BasePath "/secret-bitbucket-auth.yaml") . | sha256sum }}
1619
spec:
1720
containers:
1821
- name: {{.Chart.Name}}

0 commit comments

Comments
 (0)