From 3038b374da512bc6c8632b21e5e188e7cbcf2cfd Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Tue, 31 Jan 2023 11:15:54 +0100 Subject: [PATCH] cli: update helm chart render expectations testdata is now expecting the charts to render for ko images. --- .../charts/constellation-operator/templates/deployment.yaml | 2 +- .../charts/constellation-operator/templates/deployment.yaml | 2 +- .../charts/constellation-operator/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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