Skip to content

Commit 92c9faa

Browse files
committed
fix(template/tilt): Support secret-operator helm overrides, and DaemonSet image_json_path
1 parent 7ad8caf commit 92c9faa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/Tiltfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if os.path.exists('result'):
2626
# oci.stackable.tech/sandbox/opa-operator:7y19m3d8clwxlv34v5q2x4p7v536s00g instead of
2727
# oci.stackable.tech/sandbox/opa-operator:0.0.0-dev (which does not exist)
2828
k8s_kind('Deployment', image_json_path='{.spec.template.metadata.annotations.internal\\.stackable\\.tech/image}')
29+
k8s_kind('DaemonSet', image_json_path='{.spec.template.metadata.annotations.internal\\.stackable\\.tech/image}')
2930

3031
# Exclude stale CRDs from Helm chart, and apply the rest
3132
helm_crds, helm_non_crds = filter_yaml(
@@ -35,6 +36,7 @@ helm_crds, helm_non_crds = filter_yaml(
3536
namespace="stackable-operators",
3637
set=[
3738
'image.repository=' + registry + '/' + operator_name,
39+
'secretOperator.image.repository=' + registry + '/' + operator_name,
3840
],
3941
),
4042
api_version = "^apiextensions\\.k8s\\.io/.*$",

0 commit comments

Comments
 (0)