Mangirdas Judeikis
Mangirdas Judeikis
The code uses a library: ``` - package: gopkg.in/yaml.v2 repo: https://github.com/go-yaml/yaml.git version: v2.2.1 ``` which is not vendored in. This means if you use this library and do full vendoring,...
**What happened**: When installing ingress into cluster with `NetworkPolicies` enabled using helm chart by default kubernetes API is **not** able to reach into validating webhook controller: ``` kubectl --context test.aks...
``` Linux unknown 5.14.16-201.fc34.x86_64 #1 SMP Wed Nov 3 13:57:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ``` same result on ubuntu too ### What programming language are you using (C/C++/Go/Rust)?...
### Pull Request Motivation Add support for NetworkPolicies in helm chart, so we can deploy cert-manager into NetworkPolicies enabled cluster without external actions ### Kind This is new feature inside...
**Describe the PR** When building more complicated apps go is a mandatory dependency In the image due to https://github.com/swaggo/swag/blob/6cdaaf5c77457e82d9e0f8fccd303fefb8dc8072/golist.go#L14-L15 So we need to use image with go. Otherwise, it fails...
This adds azp (authorized party) claim to the `Claims`. We ran into the issue where using OpenID this field comes up very often. It's not part of JWT spec, but...
Adds no-cost image build on release to GHCR
Would be nice to have few examples docs/examples how one could run all these pipelines outside VSTS and build their own images. For now this project looks like one-leg-opensource, where...
### Version ### Describe the bug Current version of the buildah in the release is `1.23.1` . I suspect ubuntu repos/package was out of date during release as it has...
Ou test jobs are depending on multiple targets to be completed. In example: ``` name: pull-ci-openshift-openshift-azure-master-e2e-upgrade-v1.2 rerun_command: /test e2e-upgrade-v1.2 spec: containers: - args: - --artifact-dir=$(ARTIFACTS) - --give-pr-author-access-to-namespace=true - --target=[images] -...