Commit Graph

9 Commits

Author SHA1 Message Date
232e17dfe0 Skip init containers for same pods 2022-06-10 15:59:18 +02:00
8d0ab2ad0c Use dot, not "minus" for "kind" of file names 2022-06-10 13:42:30 +02:00
a5036e1b80 Fix problem when several cron are declared 2022-06-10 12:10:18 +02:00
403e7fb7e5 Fix path label 2022-06-01 16:51:45 +02:00
adrian-salas
1e8fd44857 ISSUE-12 - Trim space on port label (#14)
Co-authored-by: Adrian SALAS <adrian.salas@smile.fr>

fix #12
2022-05-22 22:53:05 +02:00
418a0a8029 Use compose-go + improvements (#9)
Use compose-go https://github.com/compose-spec/compose-go  to make Katenary parsing compose file the official way.
Add labels:
- `volume-from` (with `same-pod`) to avoid volume repetition
- `ignore` to ignore a service
- `mapenv` (replaces the `env-to-service`) to map environment to helm variable (as a template string)
- `secret-vars` declares variables as secret values

More:
- Now, environment (as secret vars) are set in values.yaml
- Ingress has got annotations in values.yaml
- Probes (liveness probe) are improved
- fixed code to optimize
- many others fixes about path, bad volume check, refactorisation, tests...
2022-05-08 09:55:25 +02:00
7b774e84d8 Develop (#3)
* Update command added
* Ensure that the upgraded version is really greater
* Update command should not update prerelease
* Minor presentation changes
* Fix command generation in containers from docker-compose file
- Refactored service creation
* Place the full command to the "cmd" package
* Update cobra to v1.4.0
* Updated build and release creation
* Created an install script
* Add more doc
* Add some tests...
* Add a test directive in Makefile
2022-03-31 14:12:20 +02:00
513039e3c9 Add ability to link containers in one pod 2022-02-16 17:40:11 +01:00
df60c2c866 Refactorisation to writers in generator package 2021-12-05 10:13:11 +01:00