Skip to content

Commit

Permalink
bump n4k images version to v1.5.8-n4kbuild.1 release tag (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored Mar 7, 2022
1 parent acb8f79 commit f99ca41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/nirmata/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: kyverno
version: v1.1.0
appVersion: v1.5.1-n4kbuild.1
version: v1.2.0
appVersion: v1.5.8-n4kbuild.1
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/nirmata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rbac:
image:
repository: ghcr.io/nirmata/kyverno
# Defaults to appVersion in Chart.yaml if omitted
tag: v1.5.1-n4kbuild.1
tag: v1.5.8-n4kbuild.1
pullPolicy: IfNotPresent
pullSecrets:
registry: ghcr.io
Expand All @@ -31,7 +31,7 @@ image:
initImage:
repository: ghcr.io/nirmata/kyvernopre
# If initImage.tag is missing, defaults to image.tag
tag: v1.5.1-n4kbuild.1
tag: v1.5.8-n4kbuild.1
# If initImage.pullPolicy is missing, defaults to image.pullPolicy
pullPolicy:
# No pull secrets just for initImage; just add to image.pullSecrets
Expand Down

0 comments on commit f99ca41

Please sign in to comment.