diff --git a/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml b/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml index 98b3f5a0c..d4814c207 100644 --- a/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml +++ b/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml @@ -63,7 +63,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect command: - - /manager + - /ko-app/v2 env: - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local diff --git a/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml b/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml index c9b018a6c..c9cb61dd3 100644 --- a/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml +++ b/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml @@ -63,7 +63,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect command: - - /manager + - /ko-app/v2 env: - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local diff --git a/cli/internal/helm/testdata/QEMU/constellation-operators/charts/constellation-operator/templates/deployment.yaml b/cli/internal/helm/testdata/QEMU/constellation-operators/charts/constellation-operator/templates/deployment.yaml index fbb075dd7..d49130153 100644 --- a/cli/internal/helm/testdata/QEMU/constellation-operators/charts/constellation-operator/templates/deployment.yaml +++ b/cli/internal/helm/testdata/QEMU/constellation-operators/charts/constellation-operator/templates/deployment.yaml @@ -63,7 +63,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect command: - - /manager + - /ko-app/v2 env: - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local