File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ import (
2828)
2929
3030var (
31- trueVal = true
32- commaRE = regexp .MustCompile (`\\*,` )
31+ trueVal = true
32+ commaRE = regexp .MustCompile (`\\*,` )
33+ DefaultJobImage = "rancher/klipper-helm:v0.5.0-build20210505"
3334)
3435
3536type Controller struct {
@@ -41,12 +42,11 @@ type Controller struct {
4142}
4243
4344const (
44- DefaultJobImage = "rancher/klipper-helm:v0.5.0-build20210505"
45- Label = "helmcharts.helm.cattle.io/chart"
46- Annotation = "helmcharts.helm.cattle.io/configHash"
47- CRDName = "helmcharts.helm.cattle.io"
48- ConfigCRDName = "helmchartconfigs.helm.cattle.io"
49- Name = "helm-controller"
45+ Label = "helmcharts.helm.cattle.io/chart"
46+ Annotation = "helmcharts.helm.cattle.io/configHash"
47+ CRDName = "helmcharts.helm.cattle.io"
48+ ConfigCRDName = "helmchartconfigs.helm.cattle.io"
49+ Name = "helm-controller"
5050)
5151
5252func Register (ctx context.Context , apply apply.Apply ,
You can’t perform that action at this time.
0 commit comments