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

Repo restructure project - Merge helm-locker into local #74

Merged
merged 48 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
e31a535
rename example chart to be more specific
mallardduck Sep 9, 2024
8b98ad9
Add helm-locker docs
mallardduck Sep 9, 2024
b9a50bf
Reorg more files for project merge
mallardduck Sep 9, 2024
bc925c2
Add helm-locker charts
mallardduck Sep 9, 2024
9be3772
Adjust CRD reference yaml generation
mallardduck Sep 9, 2024
10028d7
Adjust default entry point to use explicit name
mallardduck Sep 9, 2024
42eff8b
Rename docker file to be specific
mallardduck Sep 9, 2024
78cec10
Rename docker file to better name
mallardduck Sep 9, 2024
4403c88
Adjust scripts to allow targeting other entrypoints
mallardduck Sep 9, 2024
7b9cc34
simplify docker bin target
mallardduck Sep 9, 2024
6b4cdc3
move CRDs for repo merge
mallardduck Sep 9, 2024
bd7c5b9
bring helm-locker code into local repo
mallardduck Sep 9, 2024
5396999
Adjust build target logic on build scripts
mallardduck Sep 10, 2024
d11e570
Move helm-project-operator to new cmd
mallardduck Sep 10, 2024
03f32b4
Add helm-locker local CLI
mallardduck Sep 10, 2024
43bad66
Reorg GHA ci files
mallardduck Sep 10, 2024
e8e9f46
Add helm-locker GHA into local repo
mallardduck Sep 10, 2024
f310e1c
Add go generate step to linter
mallardduck Sep 10, 2024
e89bd93
Add make build chart to lint job
mallardduck Sep 10, 2024
a8cc125
switch from ioutil to io
mallardduck Sep 10, 2024
b99ed1f
Fix linting issues
mallardduck Sep 10, 2024
f660e6d
Adjust ignore/keep for git
mallardduck Sep 10, 2024
dace9d8
Adjust GHA job names for package delineation
mallardduck Sep 10, 2024
5b7dcf0
update go deps files
mallardduck Sep 10, 2024
0c929cc
correct helm-ci target
mallardduck Sep 10, 2024
9086dbd
correct build scripts
mallardduck Sep 10, 2024
e56e833
correct syntax error in GHA workflow
mallardduck Sep 10, 2024
b4531f0
rename step name to be more accurate
mallardduck Sep 10, 2024
39dfd50
Adjust how tests are done to only test target command
mallardduck Sep 10, 2024
3a885f3
update target and script path
mallardduck Sep 10, 2024
b9b2527
Add missing cluster script
mallardduck Sep 10, 2024
a03241f
Bring over tests folder from helm-locker
mallardduck Sep 10, 2024
d7a4d99
Adjust more paths for repo re-org
mallardduck Sep 10, 2024
ad90f02
tweak publish workflows to work on specific tags for now...
mallardduck Sep 11, 2024
582ff22
Adjust style for easier workflow reading
mallardduck Sep 11, 2024
d0616ac
Correct e2e job name
mallardduck Sep 11, 2024
56cf70d
correct last reference to old name
mallardduck Sep 11, 2024
92721ba
fix scirpt job name
mallardduck Sep 11, 2024
3abe679
correct path for delete script
mallardduck Sep 11, 2024
1140ae4
remove duplicate crds file
mallardduck Sep 11, 2024
464f1fd
Merge 2 publish workflows into 1
mallardduck Sep 23, 2024
6d3ae41
Correct job name
mallardduck Sep 23, 2024
a24395e
Update readme docs
mallardduck Sep 23, 2024
43c4e68
Only trigger hl-e2e on push to paths related to helm-locker
mallardduck Sep 23, 2024
6cc146b
Test better image tags
mallardduck Sep 23, 2024
e69ff8e
Adjust rancher version annotations
mallardduck Sep 23, 2024
8f2a52b
update chart maintainer
mallardduck Sep 23, 2024
ec90559
Adjust both charts to use GHCR for images
mallardduck Sep 23, 2024
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/.dapper
/.cache
/bin
/cmd/helm-project-operator/fs/project-operator-example.tgz.base64
!/cmd/helm-project-operator/fs/.gitkeep

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to keep this dir? Can we recreated it when we need it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah - that's a fair point.
I tend to favor keeping dirs like this around - feels like it keeps things uniform and gives hints to the fact that the dir will be populated as part of a successful build. Not super attached to that though if we think it should just be fully excluded.

/cmd/helm-project-operator/fs/*
/dist
*.swp
.idea
Expand Down
Empty file.
Loading