Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a328d7

Browse files
authoredSep 25, 2024··
Merge branch 'main' into TA-update-configs-to-enable-mtls
2 parents e8f7ae2 + e40e3eb commit 6a328d7

File tree

103 files changed

+2040
-4227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+2040
-4227
lines changed
 

‎.chloggen/enhanced-webhook.yaml

-16
This file was deleted.

‎.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- group: e2e-multi-instrumentation
4242
setup: "add-multi-instrumentation-params prepare-e2e"
4343
- group: e2e-metadata-filters
44-
setup: "add-operator-arg OPERATOR_ARG='--annotations-filter=.*filter.out --annotations-filter=config.*.gke.io.* --labels=.*filter.out' prepare-e2e"
44+
setup: "add-operator-arg OPERATOR_ARG='--annotations-filter=.*filter.out --annotations-filter=config.*.gke.io.* --labels-filter=.*filter.out' prepare-e2e"
4545
- group: e2e-ta-collector-mtls
4646
setup: "add-operator-arg OPERATOR_ARG='--feature-gates=operator.targetallocator.mtls' add-certmanager-permissions prepare-e2e"
4747
- group: e2e-automatic-rbac
@@ -60,7 +60,7 @@ jobs:
6060
path: bin
6161
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }}-${{ steps.setup-go.outputs.go-version }}
6262
- name: Install chainsaw
63-
uses: kyverno/action-install-chainsaw@v0.2.9
63+
uses: kyverno/action-install-chainsaw@v0.2.10
6464
- name: Install tools
6565
run: make install-tools
6666
- name: Prepare e2e tests

0 commit comments

Comments
 (0)
Please sign in to comment.