Commit 28987f3
authored
[feat] add helm plugin config (#182)
This pull request introduces significant updates to the `helmper`
project, including the addition of a Helm plugin, installation scripts,
and enhancements to the documentation. The changes focus on improving
usability, providing installation guidance, and ensuring compatibility
with OCI-compliant registries. Below is a breakdown of the most
important changes:
### Helm Plugin Addition
* Added `plugin.yaml` to define the Helm plugin, including features like
vulnerability scanning, image patching, and artifact signing. It also
specifies installation, update, and uninstallation hooks.
### Installation and Uninstallation Scripts
* Added `scripts/install.sh` to automate the installation of the Helm
plugin, including checks for prerequisites (`cosign`, `trivy`, and
`copa`) and downloading the appropriate binary based on the OS and
architecture.
* Added `scripts/uninstall.sh` to cleanly remove the plugin binary and
its directory.
### Documentation Enhancements
* Updated `README.md` to include detailed installation and usage
instructions for the Helm plugin, along with prerequisites for specific
functionalities.
[[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R173-R201)
[[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L185-R210)
[[3]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L194-R240)
* Reformatted sections in `README.md` for better readability and
consistency, such as changing headings for installation instructions.
[[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L185-R210)
[[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L194-R240)
### Minor Updates
* Added a disclaimer in `README.md` to indicate that `helmper` is in
beta and subject to changes.1 parent 92751ad commit 28987f3
File tree
10 files changed
+1787
-244
lines changed- internal/bootstrap
- pkg
- copa
- flow
- scripts
10 files changed
+1787
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
| 150 | + | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
174 | 199 | | |
175 | 200 | | |
176 | | - | |
| 201 | + | |
177 | 202 | | |
178 | 203 | | |
179 | 204 | | |
| |||
182 | 207 | | |
183 | 208 | | |
184 | 209 | | |
185 | | - | |
| 210 | + | |
186 | 211 | | |
187 | 212 | | |
188 | 213 | | |
| |||
191 | 216 | | |
192 | 217 | | |
193 | 218 | | |
194 | | - | |
| 219 | + | |
195 | 220 | | |
196 | 221 | | |
197 | 222 | | |
198 | 223 | | |
199 | 224 | | |
200 | 225 | | |
201 | 226 | | |
202 | | - | |
203 | | - | |
| 227 | + | |
| 228 | + | |
204 | 229 | | |
205 | 230 | | |
206 | 231 | | |
207 | | - | |
208 | | - | |
| 232 | + | |
| 233 | + | |
209 | 234 | | |
210 | 235 | | |
211 | 236 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
216 | 241 | | |
217 | 242 | | |
218 | 243 | | |
| |||
0 commit comments