Skip to content

Commit 300da88

Browse files
authored
Bump chart version to 0.15.29 so that a release is created. (#273)
1 parent 931ab5a commit 300da88

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ The main issue is that you can't manage your node packages in the container usin
852852

853853
This is for performance reasons, but also because we want the packages to be compiled for and running in the same environment/operating system (`linux` in our case).
854854

855-
This results in us having to issue our `yarn` commands from **_within_** the containers, instead of from our native operating system.
855+
This results in us having to issue our `yarn` commands from **_within_** the containers instead of from our native operating system.
856856

857857
The `tidepool` helper script (see [Add Tidepool Helper Script](#add-tidepool-helper-script-recommended)) allows us to shell into a container and run commands.
858858

charts/tidepool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Tidepool
33
name: tidepool
4-
version: 0.15.28
4+
version: 0.15.29
55
maintainers:
66
- name: Todd Kazakov
77
email: todd@tidepool.org

charts/tidepool/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ global:
108108
# -- uploader service internal port
109109
uploader: 31501
110110
secret:
111+
# -- whether to create secrets for various services which can override a subchart secret.enabled value
111112
enabled: false
112113
generated: false
113114
templated: false

0 commit comments

Comments
 (0)