werf icon indicating copy to clipboard operation
werf copied to clipboard

A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

Results 292 werf issues
Sort by recently updated
recently updated
newest added

### Before proceeding - [x] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version 2.34.1 ### How to reproduce ```shell werf cr login --docker-config=import --username json_key --password-stdin cr.yandex werf bundle copy...

type: bug
scope: deploy
priority: normal

### Before proceeding - [x] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem No native rollback in werf, only `werf helm rollback`, which does not leverage Nelm and has issues,...

type: feature
scope: deploy
priority: normal

### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem `werf plan` doesn't work with bundles, requiring access to the app's Git repository. ### Solution (if you...

type: feature
priority: low
scope: bundle
scope: plan

### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version v2.16.1+fix1 ### How to reproduce 1. configure werf.yaml ```yaml build: platform: - linux/amd64 - linux/arm64 ``` 2....

type: bug
scope: build
scope: deploy
priority: normal

https://github.com/werf/helm/blob/master/pkg/chart/loader/load.go#L39 Somehow this Loader function ignores global loader options.

type: bug
scope: deploy
priority: low

``` export tmpdir_values=$(mktemp -d) werf converge --values=${tmpdir_values}/settings/k8s/hello.yml ``` ``` # werf-giterminism.yaml helm: allowUncommittedFiles: - /tmp/** ``` Gives an error like: ``` Error: helm upgrade have failed: unable to read chart...

type: bug
scope: deploy
priority: low

### Before proceeding - [x] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem I need to add a custom root ca to the werf docker container. This is not possible...

type: feature
scope: build

### Before proceeding - [x] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem werf does not work through proxy ### Solution (if you have one) I use werf in docker...

type: feature
scope: build

### Before proceeding - [x] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Problem It happens due to the existing workflow configurations in the repo, such as [test_daily.yml](https://github.com/werf/werf/blob/main/.github/workflows/test_daily.yml) and [test_cr-cleanup.yml](https://github.com/werf/werf/blob/main/.github/workflows/test_cr-cleanup.yml). This...

type: chore