Skip to content

Commit

Permalink
Release enterprise kyverno 1.8.3 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
atulatnirmata authored Dec 9, 2022
1 parent 03afe38 commit 95d9a9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion aws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: kyverno-chart
version: v1.10.0-05-aws
appVersion: v1.8.1
appVersion: v1.8.3
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 aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image:
repository: 709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyverno
# -- Image tag
# Defaults to appVersion in Chart.yaml if omitted
tag: v1.8.1-n4kbuild.1
tag: v1.8.3-n4kbuild.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand All @@ -46,7 +46,7 @@ initImage:
repository: 709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyvernopre
# -- Image tag
# If initImage.tag is missing, defaults to image.tag
tag: v1.8.1-n4kbuild.1
tag: v1.8.3-n4kbuild.1
# -- Image pull policy
# If initImage.pullPolicy is missing, defaults to image.pullPolicy
pullPolicy:
Expand Down
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: v2
name: kyverno
version: v1.5.4
appVersion: v1.8.1-n4kbuild.1
version: v1.5.5
appVersion: v1.8.3-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 @@ -27,7 +27,7 @@ image:
repository: ghcr.io/nirmata/kyverno
# -- Image tag
# Defaults to appVersion in Chart.yaml if omitted
tag: v1.8.1-n4kbuild.1
tag: v1.8.3-n4kbuild.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand All @@ -46,7 +46,7 @@ initImage:
repository: ghcr.io/nirmata/kyvernopre
# -- Image tag
# If initImage.tag is missing, defaults to image.tag
tag: v1.8.1-n4kbuild.1
tag: v1.8.3-n4kbuild.1
# -- Image pull policy
# If initImage.pullPolicy is missing, defaults to image.pullPolicy
pullPolicy:
Expand Down
6 changes: 3 additions & 3 deletions scripts/aws-marketplace/delivery-options-details.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"Version": {
"ReleaseNotes": "Kyverno v1.8.1 for AWS EKS and on-prem",
"VersionTitle": "v1.8.1-05"
"ReleaseNotes": "Kyverno v1.8.3 for AWS EKS and on-prem",
"VersionTitle": "v1.8.3-01"
},
"DeliveryOptions": [{
"Details": {
"HelmDeliveryOptionDetails": {
"CompatibleServices": ["EKS", "EKS-Anywhere"],
"ContainerImages": ["709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyverno:v1.8.1-n4kbuild.1","709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyvernopre:v1.8.1-n4kbuild.1", "709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/awslm:0.1-rc1"],
"ContainerImages": ["709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyverno:v1.8.3-n4kbuild.1","709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyvernopre:v1.8.3-n4kbuild.1", "709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/awslm:0.1-rc1"],
"HelmChartUri": "709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kyverno-chart:v1.10.0-05-aws",
"Description": "Deploy Kyverno using Helm",
"UsageInstructions": "Once the Helm chart is installed successfully, verify that the Kyverno pod is running:\n```kubectl get pods -n kyverno```",
Expand Down

0 comments on commit 95d9a9f

Please sign in to comment.