skyhook-io/Skyhook Kustomize Edit

Edit kustomize overlays - set images, labels, annotations, name/namespace, replicas, ConfigMap values

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
overlay_dirPath to kustomize overlay directoryyes
debugEnable debug outputnofalse
imageContainer image (e.g., registry.io/app or registry.io/app:v1.2.3)no
tagImage tag (e.g., v1.2.3, latest, sha-abc123)no
images_jsonMultiple images as JSON array: [{"name":"registry.io/app","newName":"other.io/app","newTag":"v1.2.3"}]no
version_labelValue for app.kubernetes.io/version labelno
annotationsAnnotations to add (key:value or key=value format, one per line)no
labelsLabels to add (key:value or key=value format, one per line)no
name_prefixName prefix to setno
name_suffixName suffix to setno
namespaceNamespace to setno
replicasReplicas count to set (JSON format, e.g., [{"name":"deployment-name","count":3}])no
env_patchesEnvironment file patches (JSON format matching patch-env-files, e.g., {"container.env":{"SENTRY_RELEASE":"v1.2.3"}})no
namedescription
overlay_dirPath to the edited overlay
kustomization_filePath to kustomization.yaml