Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
fc0ba41
feat(common): remove envList support
stavros-k Oct 23, 2025
171e562
fix
stavros-k Oct 23, 2025
ffe4e8c
Nuke containers that are going to be replaced with "ubuntu" container
Crow-Control Nov 23, 2025
8cae0f2
nuke go-yq image from common
Crow-Control Nov 23, 2025
d3cb188
remove redisclient (-> valkey)
Crow-Control Nov 23, 2025
9d02f1e
remove unused openvpn and wireguard image refs
Crow-Control Feb 1, 2026
9b1b7a8
feat: add script to generate docs from schema
Crow-Control Feb 14, 2026
087761e
Refactor common values schema into docs-aligned modular tree with ful…
Copilot Feb 14, 2026
ceb6186
improve newdocs structure
Crow-Control Feb 14, 2026
89a890f
Add missing Common chart docs for route, metrics, HPA, and VPA (#44928)
Copilot Feb 14, 2026
8aacf90
hmm
Crow-Control Feb 14, 2026
2f69ef5
Fix test failures from removed image references (#44932)
Copilot Feb 14, 2026
7be357e
feat(common): create emptydir for crontab by default (#35087)
Crow-Control Feb 14, 2026
9d739ce
chore(networkPolicy): refactor networkPolicy (#34653)
Crow-Control Feb 14, 2026
4302152
Add schema test script
Crow-Control Feb 14, 2026
98b0e06
feat(common): add schema validation constraints from documentation (#…
Copilot Feb 14, 2026
f4f3165
Update schema test script
Crow-Control Feb 14, 2026
ed27595
more work on automated schema testing
Crow-Control Feb 14, 2026
a313573
fix(common): correct JSON schema primitive type definitions (#44935)
Copilot Feb 14, 2026
da4415f
add json schema to all charts
Crow-Control Feb 14, 2026
90f8781
relative paths
Crow-Control Feb 14, 2026
572e888
run test locally
Crow-Control Feb 14, 2026
90589b8
schema: enabled is boolean or string
Crow-Control Feb 14, 2026
48fc9d5
port can be string or int
Crow-Control Feb 14, 2026
b986387
more schema work
Crow-Control Feb 14, 2026
021859f
fix schema testing errors
Crow-Control Feb 14, 2026
b425708
tweak ingress schema
Crow-Control Feb 14, 2026
5741af1
[WIP] Refactor common network policy and schema support (#44936)
Copilot Feb 14, 2026
b171054
simplify addons schema
Crow-Control Feb 14, 2026
7a80789
dependencies schema now allows for unlimited nested copies of common …
Crow-Control Feb 14, 2026
4986937
add enable to dependencies
Crow-Control Feb 14, 2026
42ebd9f
feat(common): add settings property to addons schema (#44937)
Copilot Feb 14, 2026
2b855df
fix common-lint issues
Crow-Control Feb 14, 2026
2d045e5
move some schemas to folders
Crow-Control Feb 14, 2026
f8d3f80
move some schemas around
Crow-Control Feb 14, 2026
1ebb844
create folders for root level dict-dicts and move schemas around
Crow-Control Feb 14, 2026
c962b5f
move around more schema files
Crow-Control Feb 14, 2026
c2902cb
work on example for schema layout
Crow-Control Feb 14, 2026
3aaa4a9
flatten
Crow-Control Feb 14, 2026
570756e
cleanup duplicates
Crow-Control Feb 14, 2026
52fba85
fix weirdness with env
Crow-Control Feb 14, 2026
be8a0f7
persistence not usefull
Crow-Control Feb 14, 2026
038c9e9
folder shuffle
Crow-Control Feb 14, 2026
52e4b97
schema struct based on example struct
Crow-Control Feb 14, 2026
9dc584d
flatten and heal
Crow-Control Feb 14, 2026
7e4899a
schema bugfix
Crow-Control Feb 14, 2026
23b5ff9
remove main hardcoding from schema and fix tests
Crow-Control Feb 14, 2026
2ab0b66
cleanup and ingress schema cleanup
Crow-Control Feb 14, 2026
348003c
more ref workthrough
Crow-Control Feb 14, 2026
87c0823
more ref fixes
Crow-Control Feb 14, 2026
6fe45b1
more
Crow-Control Feb 14, 2026
3a6a8a6
collect some trash
Crow-Control Feb 14, 2026
fc8732a
improve schema coverage and initial coverage test
Crow-Control Feb 14, 2026
7ab0fe8
add verbosity to schema coverage test script
Crow-Control Feb 14, 2026
591651a
add testing for schema coverage
Crow-Control Feb 14, 2026
33a55f0
Fix current test failures
Crow-Control Feb 14, 2026
e8fe7a0
improve descriptions for schema
Crow-Control Feb 14, 2026
4478685
allow json schema to be used in code editor
Crow-Control Feb 14, 2026
56904d0
feat(common): Auto-generate complete-values-structure.yaml with objec…
Copilot Feb 14, 2026
17c939b
apply some of the defaults from old docs
Crow-Control Feb 14, 2026
4a37f8d
update newdocs generation scripting
Crow-Control Feb 14, 2026
ee4892a
Add docs-schema-mapping.yaml for documentation-schema relationships (…
Copilot Feb 14, 2026
8049c10
schema enum work
Crow-Control Feb 14, 2026
9e12e81
more enum work
Crow-Control Feb 14, 2026
fd14e23
remove json schema from common-test
Crow-Control Feb 14, 2026
bf544e2
remove values.schema.json for now from normal charts to prevent overt…
Crow-Control Feb 14, 2026
fedde77
feat(common): enhance JSON schemas with type, enum, default, and vali…
Copilot Feb 14, 2026
78b399c
fix(common): resolve schema validation failures and missing image ref…
Copilot Feb 14, 2026
9a516a2
improve newdocs gen
Crow-Control Feb 14, 2026
10a0d9b
fix default disaply errors
Crow-Control Feb 14, 2026
24dd9d4
markdown linting added to doc generator
Crow-Control Feb 14, 2026
183a59b
mostly fixed doc generator
Crow-Control Feb 14, 2026
4bd6695
add full example handling
Crow-Control Feb 14, 2026
53ecdf7
initial missing list
Crow-Control Feb 14, 2026
a1e6e28
fixes
Crow-Control Feb 14, 2026
46d9044
remove old docs
Crow-Control Feb 14, 2026
e97d548
rename generate_newdocs
Crow-Control Feb 14, 2026
6a2be16
some todo lists
Crow-Control Feb 14, 2026
52bf084
auto-generate docs
Crow-Control Feb 14, 2026
91876b9
remove old renovate config stuff
Crow-Control Feb 15, 2026
05d76f3
pin dependency versions in CI
Crow-Control Feb 15, 2026
5629707
feat(common): Auto-generate connection info in NOTES.txt for dependen…
Copilot Feb 15, 2026
624e44e
ensure failed dependency installs are retried
Crow-Control Feb 15, 2026
c98daf5
Merge branch 'master' into common2026
Crow-Control Feb 15, 2026
dac919a
feat(common): Add configMapsFromFolder for generating ConfigMaps from…
Copilot Feb 15, 2026
89490cf
feat(common): add multi-layer variable tracking for template key extr…
Copilot Feb 15, 2026
b731025
Merge branch 'master' into common2026
Crow-Control Feb 15, 2026
616385f
correctly pipe route to chartContext
Crow-Control Feb 15, 2026
276565d
Merge branch 'master' into common2026
Crow-Control Feb 15, 2026
334cdf7
add more unittesting
Crow-Control Feb 15, 2026
13c5191
more fixes for routes instead of ingress
Crow-Control Feb 15, 2026
db7baee
fix some test issues
Crow-Control Feb 15, 2026
9b9000f
feat(common): add Gateway API Gateway resource with automatic route l…
Copilot Feb 15, 2026
6d49ccb
feat(common): add GatewayClass support with targetSelector linking (#…
Copilot Feb 15, 2026
b587b03
feat(common): migrate gluetun and tailscale to containerforge registr…
Copilot Feb 15, 2026
b5b1534
feat(common): add universal dependency system replacing helm-dependen…
Copilot Feb 15, 2026
d259a0e
Merge branch 'master' into common2026
Crow-Control Feb 15, 2026
6d796a5
fix(common-test): address test failures from dependency system refact…
Copilot Feb 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- When editing `charts/library/common`, also update the Helm unit tests in `charts/library/common-test` accordingly.
- For common library changes, run `./run_common_tests.sh` (requires the Helm `unittest` plugin).
- Dont manually alter chart readme's or changelogs
- never bump common-test
78 changes: 0 additions & 78 deletions .github/renovate/basics/commitMessage.json5

This file was deleted.

45 changes: 0 additions & 45 deletions .github/renovate/basics/labels.json5

This file was deleted.

20 changes: 0 additions & 20 deletions .github/renovate/kinds/docker.json5

This file was deleted.

16 changes: 0 additions & 16 deletions .github/renovate/kinds/flux.json5

This file was deleted.

15 changes: 0 additions & 15 deletions .github/renovate/kinds/githubactions.json5

This file was deleted.

15 changes: 0 additions & 15 deletions .github/renovate/kinds/go.json5

This file was deleted.

16 changes: 0 additions & 16 deletions .github/renovate/kinds/helm-values.json5

This file was deleted.

15 changes: 0 additions & 15 deletions .github/renovate/kinds/helm.json5

This file was deleted.

14 changes: 0 additions & 14 deletions .github/renovate/kinds/npm.json5

This file was deleted.

63 changes: 0 additions & 63 deletions .github/renovate/main.json5

This file was deleted.

33 changes: 0 additions & 33 deletions .github/renovate/special/customClusterManagers.json5

This file was deleted.

32 changes: 0 additions & 32 deletions .github/renovate/special/customRules.json5

This file was deleted.

Loading