hull-demo-1.31.1
Changelog
[1.31.1]
FIXES:
- fixed follow-up problem with a previous fix for calculation of
hashsumAnnotation
for ConfigMaps or Secrets. In an unlikely case, where a ConfigMap or Secret object has nodata
property set and is then disabled, an unintended error was thrown. ConfigMaps or Secrets with no actualdata
properties can now be disabled without thehashsumAnnotation
functionality failing.
CHANGES:
- added include shortform transformation
_HT/
to the allowed transformations that can be used within_HT!
tpl transformations. Similar to using the_HT*
get syntax within_HT!
transformations, the_HT/
include syntax is now embeddable as well. To delimit the_HT/
arguments from the rest of the_HT!
content, the_HT/
block must have a clear ending suffix/TH_
, similar to bashsif
/fi
style. For example, the following syntax now executes the include function within the tpl content:_HT!{{- printf "%s-%s" _HT/hull.metadata.name:COMPONENT:"tpl-include"/TH_ "example" -}}
- added possibility to override individual object instance namespaces by setting an optional
namespaceOverride
property on the object instance. CAUTION: creating objects in multiple namespaces may go against Helm principles since normally all objects are created only in the release namespace! - added more example
values.yaml
files tofiles/examples
and updated outdated ones