Skip to content

Commit

Permalink
fix: remove uds-runtime from bundle (#117)
Browse files Browse the repository at this point in the history
## Description

...

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-software-factory/blob/main/CONTRIBUTING.md#developer-workflow)
followed

Release-As: v0.3.0
  • Loading branch information
Racer159 authored Oct 29, 2024
1 parent 62d9ce3 commit 563928e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run:
strategy:
matrix:
type: [install, upgrade]
bundle: [k3d-demo, dev]
type: [install, upgrade]
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand Down
1 change: 0 additions & 1 deletion bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ packages:
ref: "0.30.0-upstream"
optionalComponents:
- metrics-server
- uds-runtime
overrides:
keycloak:
keycloak:
Expand Down

0 comments on commit 563928e

Please sign in to comment.