Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .github/workflows/publish-bootstrap-k0s.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .moon/proto/hadolint.toml

This file was deleted.

1 change: 0 additions & 1 deletion .moon/workspace.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
projects:
sources:
bootstrap-k0s: 'bootstrap/k0s'
dns-mirror: 'services/dns-mirror'
github-token-broker: 'services/github-token-broker'
labctl: 'tools/labctl'
Expand Down
2 changes: 0 additions & 2 deletions .prototools
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
cue = "=0.16.1"
hadolint = "=2.14.0"

[plugins.tools]
cue = "file://.moon/proto/cue.toml"
hadolint = "file://.moon/proto/hadolint.toml"
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"bootstrap/cilium": "1.2.0",
"bootstrap/argocd": "1.1.0",
"bootstrap/kro": "1.1.0",
"bootstrap/k0s": "0.2.2",
"services/dns-mirror": "0.3.1",
"services/github-token-broker": "0.2.1",
"tools/labctl": "0.2.0"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ the repository foundation each time.
## Current Projects

- `bootstrap/argocd`, `bootstrap/cilium`, `bootstrap/kro`: reusable bootstrap chart wrappers published to GHCR
- `bootstrap/k0s`: historical bootstrap image from the abandoned VyOS-hosted
management cluster path, pending a later cleanup decision
- `services/dns-mirror`: Route 53 private-zone mirror daemon for the AWS subnet router

## Quick Start
Expand Down
8 changes: 1 addition & 7 deletions bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This subtree is the canonical source for platform-owned bootstrap/core operator
delivery.

Most operator directories are wrapper Helm charts:
The operator directories are wrapper Helm charts:

- `Chart.yaml` defines the released chart version and the pinned upstream chart
dependency
Expand All @@ -14,10 +14,6 @@ Most operator directories are wrapper Helm charts:
chart
- `render/` contains the tracked raw manifests consumed by Talos day-0 inputs

`bootstrap/k0s` is the exception. It is a released bootstrap image directory,
not a wrapper chart. It packages a temporary VyOS-hosted k0s management plane
and publishes the resulting image to GHCR for `infra` to consume by release tag.

The tracked render surface is:

- `cilium/render/bootstrap.yaml`
Expand All @@ -36,5 +32,3 @@ Use:
- `just render-all` to also materialize local-only outputs
- `just validate` to lint the charts, refresh dependencies, and confirm tracked
artifacts are current and free of embedded secret material
- `moon run bootstrap-k0s:check --summary minimal` to lint and build the
`bootstrap-k0s` image locally
28 changes: 0 additions & 28 deletions bootstrap/k0s/CHANGELOG.md

This file was deleted.

100 changes: 0 additions & 100 deletions bootstrap/k0s/Dockerfile

This file was deleted.

Loading
Loading