Ilya Lesikov
Ilya Lesikov
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem Installation of CRDs from ./crds can't be disabled in werf. ### Solution (if you have one) There...
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem Some charts require those to be specified separately: https://github.com/grafana/helm-charts/tree/main/charts/loki-simple-scalable ### Solution (if you have one) Expose registry...
## Argo features that we want ArgoCD * Pull-model * Rich GUI * Questionable: - Multicluster delivery (possible in Push-model with a CI/build server like GitLab CI) - Cold cluster:...
Currently, the namespace user deploying to is not managed as part of a release and created before creating the release. This means there is no way to attach labels/annotations to...
Given: ```yaml # werf.yaml: project: none configVersion: 1 --- image: image1 from: alpine shell: install: - mkdir -p /src/app/nested - touch /src/app/test1 /src/app/test2.jar /src/app/nested/test3 /src/app/nested/test4.jar --- image: image2 from: alpine...
## Progress For native-rootless (oci) Buildah mode on host (non-containerized) this should be set up in install.sh: - [ ] install GPG - [ ] install Git - [ ]...
As of now, Buildah can work without `slirp4netns`, which provides rootless user-mode networking. Looks like when slirp4netns is missing some kind of host networking is used (`buildah from --network host`)....
Figure out whether we really need to disable all of these. If so, maybe more relaxed profiles can be provided/bundled?
Command: ```shell WERF_OLD_SECRET_KEY=WERF_OLD_SECRET_KEY werf helm secret rotate-secret-key ``` May result in: ``` Error: unable to read werf giterminism config: the untracked file "werf-giterminism.yaml" must be committed To provide a strong...