Skip to content

Commit

Permalink
sibling of 4707b3d
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamFahmy98 committed Sep 11, 2024
1 parent 95f622b commit 1ef386d
Show file tree
Hide file tree
Showing 3,226 changed files with 56,344 additions and 106,148 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
fullName: true
forceTerminationGracePeriod: 5s
delayBeforeCleanup: 3s

template: false
786 changes: 0 additions & 786 deletions .chainsaw/crds/vpa.yaml

This file was deleted.

29 changes: 13 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ body:
label: Kyverno Version
description: What version of Kyverno are you running?
options:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
validations:
required: true
- type: dropdown
Expand All @@ -27,16 +26,14 @@ body:
label: Kubernetes Version
description: What version of Kubernetes are you running?
options:
- "1.20"
- "1.21"
- "1.22"
- "1.23"
- "1.24"
- "1.25"
- "1.26"
- "1.27"
- "1.28"
- "1.29"
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
- 1.24.x
- 1.25.x
- 1.26.x
- 1.27.x
validations:
required: true
- type: dropdown
Expand Down
20 changes: 0 additions & 20 deletions .github/actions/run-tests/action.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/actions/setup-env/action.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directories:
- /
- /.github/actions/*/
directory: /
schedule:
interval: daily
2 changes: 0 additions & 2 deletions .github/kind.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
featureGates:
ProcMountType: true
kubeadmConfigPatches:
- |-
kind: ClusterConfiguration
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/cel-test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec # v3.0.3
with:
allowlist: |
kyverno/chainsaw
33 changes: 0 additions & 33 deletions .github/workflows/check-codegen.yml

This file was deleted.

25 changes: 6 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,25 @@ concurrency:
cancel-in-progress: true

jobs:
artifacthub-lint:
runs-on: ubuntu-latest
container:
image: artifacthub/ah
options: --user root
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: policies
- name: Run ah lint
working-directory: .
run: ah lint -k kyverno
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: policies
- name: Validate all policies
run: ./.hack/verify-files-structure.sh
working-directory: policies
- name: Clone Kyverno
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: kyverno/kyverno
path: kyverno
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ~1.21.1
- name: Test Policy
Expand All @@ -58,18 +45,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: policies
- name: Checkout Kyverno
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: kyverno/kyverno
path: kyverno
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ~1.21.1
- name: Lint policies
Expand Down
Loading

0 comments on commit 1ef386d

Please sign in to comment.