Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix workflow #500

Open
wants to merge 3 commits into
base: release-1.13-n4k
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: kyverno
version: 3.3.1-rc3
version: 3.3.1-rc4
appVersion: v1.13.2-n4k.nirmata.2-rc5
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
Expand Down
2 changes: 1 addition & 1 deletion charts/nirmata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ metricsConfig:
disabledLabelDimensions: ["resource_namespace", "policy_namespace"]

# -- Image pull secrets for image verification policies, this will define the `--imagePullSecrets` argument
imagePullSecrets: {}
imagePullSecrets: []
# regcred:
# registry: foo.example.com
# username: foobar
Expand Down
Loading