Skip to content

Commit

Permalink
Merge branch 'main' into go-1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-chdhry authored May 3, 2024
2 parents 6ab5e24 + 5ac96a0 commit d4584dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Helm
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.10.3
- name: Run chart-releaser
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/kyverno/kyverno v1.10.2
github.com/kyverno/pkg/certmanager v0.0.10
github.com/kyverno/pkg/tls v0.0.9
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503092559-230887462bf1
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503122916-ddfb6d426d8f
github.com/notaryproject/notation-core-go v1.0.2
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354/go.mod h1:KSVJerMDfblTH7p5MZaTt+8zaT2iEk3AkVb9PQdZuE8=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503092559-230887462bf1 h1:yarXLr1CKy0xkQDrJfMkoI8fogf/Xpkc12TFiigV4Sg=
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503092559-230887462bf1/go.mod h1:GjwSD0JxqFIfT+SvuOaVNEc0A10tgVULwv6imDCYWd4=
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503122916-ddfb6d426d8f h1:sppNpG4D51S0lGr+0WC8fJWTyoVPQKGKZfWcO4G/fto=
github.com/nirmata/kyverno-notation-verifier v1.0.2-0.20240503122916-ddfb6d426d8f/go.mod h1:GjwSD0JxqFIfT+SvuOaVNEc0A10tgVULwv6imDCYWd4=
github.com/nishanths/exhaustive v0.1.0/go.mod h1:S1j9110vxV1ECdCudXRkeMnFQ/DQk9ajLT0Uf2MYZQQ=
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ=
github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE=
Expand Down

0 comments on commit d4584dc

Please sign in to comment.