Skip to content

Commit

Permalink
Merge branch 'main' into add-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly authored Nov 1, 2023
2 parents 7ad0390 + 2825860 commit d6929b0
Show file tree
Hide file tree
Showing 28 changed files with 286 additions and 444 deletions.
2 changes: 1 addition & 1 deletion .docs/LABELS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Labels docs

This docs contains informations on how we use GitHub labels on issues and pull requests.
This docs contains information on how we use GitHub labels on issues and pull requests.

## Labels

Expand Down
2 changes: 1 addition & 1 deletion .docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release docs

This docs contains informations for releasing releasing.
This docs contains information for releasing.

## Create a release

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
description: >-
What version of the Kyverno JSON are you running?
options:
- 1.0.0
- 0.1.0
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ct-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
- name: Run chart-testing (lint)
run: |
set -e
Expand Down
Loading

0 comments on commit d6929b0

Please sign in to comment.