Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix broken make dev-deploy script #290

Merged
merged 1 commit into from
Aug 7, 2024
Merged

🐛 Fix broken make dev-deploy script #290

merged 1 commit into from
Aug 7, 2024

Conversation

flowirtz
Copy link
Contributor

@flowirtz flowirtz commented Aug 7, 2024

The make dev-deploy script was previously broken, because it incorrectly included an ocurity/dracon prefix.

While the script itself didn't error, running any workflow would fail, as the images couldn't be found.
Removing this prefix resolves the issue.

Tested locally on a clean install via:

make dev-teardown

./scripts/kind-with-registry.sh
make dev-deploy

# Run example pipeline
make cmd/draconctl/bin
bin/cmd/draconctl pipelines deploy ./examples/pipelines/golang-project
kubectl create \
  -n dracon \
  -f ./examples/pipelines/golang-project/pipelinerun.yaml

@flowirtz flowirtz self-assigned this Aug 7, 2024
@flowirtz flowirtz marked this pull request as ready for review August 7, 2024 15:42
@flowirtz flowirtz merged commit 76b97db into main Aug 7, 2024
3 checks passed
@flowirtz flowirtz deleted the fix-dev-deploy branch August 7, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants