Skip to content

Tags: secure-code-demo/helmify

Tags

v0.4.9

Toggle v0.4.9's commit message
Handle images with digests

Previously, we were splitting image addresses at the _last_ instance of
a colon; this had unfortunate side-effects when said address included a
digest.

This change causes us to look for the _first_ instance of a colon,
allowing both tag and digest to properly co-exist; we don't try to do
anything fancier than that.

v0.4.8

Toggle v0.4.8's commit message
feat: add deployment revisionHistoryLimit

v0.4.7

Toggle v0.4.7's commit message
Stop trimming "controller-manager-" from PDB name

...though it will be there for kubebuilder projects, and will make
things inconsistent with other objects.

v0.4.6

Toggle v0.4.6's commit message
upgrade to go 1.21

v0.4.5

Toggle v0.4.5's commit message
fix goreleaser

v0.4.4

Toggle v0.4.4's commit message
Move existing annotations to values.yaml

v0.4.3

Toggle v0.4.3's commit message
Fixed the rest of the linting that went a little crazy

v0.4.2

Toggle v0.4.2's commit message
Add support for extracting args from containers.

This updates the PodSpec processor to extract args from containers as
options.

If a Container doesn't have an args field it will be passed through
untouched.

v0.4.1

Toggle v0.4.1's commit message
remove extra files

v0.4.0

Toggle v0.4.0's commit message
arttor#100 support filesystem as a source