Skip to content

Commit

Permalink
Make proclaim secret optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 5, 2023
1 parent 4053b94 commit 031a524
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [0.4.4] - 2023-11-05

### Changed

- The dependency on the `proclaim` secret is now optional

## [0.4.3] - 2023-08-15

### Changed
Expand Down Expand Up @@ -109,6 +115,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[0.4.1]: https://github.com/dogmatiq/proclaim/releases/tag/v0.4.1
[0.4.2]: https://github.com/dogmatiq/proclaim/releases/tag/v0.4.2
[0.4.3]: https://github.com/dogmatiq/proclaim/releases/tag/v0.4.3
[0.4.4]: https://github.com/dogmatiq/proclaim/releases/tag/v0.4.4

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: proclaim
description: A Kubernetes controller and CRD that publishes DNS-SD records.
type: application
version: v0.4.2
appVersion: v0.4.2
version: v0.4.4
appVersion: v0.4.4
icon: https://dogmatiq.io/res/img/icon-144x144.png
1 change: 1 addition & 0 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
envFrom:
- secretRef:
name: {{ .Values.proclaim.secretName }}
optional: true
env:
{{- with .Values.env }}
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 031a524

Please sign in to comment.