Skip to content

Tags: arttor/helmify

Tags

v0.4.17

Toggle v0.4.17's commit message
Update examples/operator templates and values

v0.4.16

Toggle v0.4.16's commit message
fixed typo

v0.4.15

Toggle v0.4.15's commit message
* Add an option for enable/disable webhook for a standard operator ge…

…nerated by kubebuilder.

* Use regular expressions to match the containerPort of the webhook.

Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>

v0.4.14

Toggle v0.4.14's commit message
fix release job

v0.4.13

Toggle v0.4.13's commit message
Add preserve-ns in README.md

v0.4.12

Toggle v0.4.12's commit message
Add the -original-name flag description to README.md

v0.4.11

Toggle v0.4.11's commit message
update examples

v0.4.10

Toggle v0.4.10's commit message
fix image processing for repo with port

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