diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d23f5f7..6f424255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=90s - name: Import image into kind - run: kind load docker-image postfinance/kubenurse:latest + run: kind load docker-image postfinance/kubenurse:latest-ci - name: Deploy example setup run: | kubectl apply -k ci/deployment/ diff --git a/ci/deployment/kustomization.yaml b/ci/deployment/kustomization.yaml index 3dd2d4b1..3adbb966 100644 --- a/ci/deployment/kustomization.yaml +++ b/ci/deployment/kustomization.yaml @@ -4,4 +4,4 @@ patchesStrategicMerge: - conf.yaml images: - name: postfinance/kubenurse - newTag: latest + newTag: latest-ci