Skip to content

Commit

Permalink
CI: Use latest-ci image for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djboris9 committed Apr 20, 2021
1 parent 18c19a7 commit eb11afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion ci/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ patchesStrategicMerge:
- conf.yaml
images:
- name: postfinance/kubenurse
newTag: latest
newTag: latest-ci

0 comments on commit eb11afb

Please sign in to comment.