Skip to content

Commit

Permalink
Including busybox image from artifactory (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-vanak authored Jun 16, 2022
1 parent ea0eda5 commit d243fef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: cray-kyverno
version: 1.1.0
version: 1.2.0
appVersion: v1.6.2
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
Expand All @@ -28,4 +28,6 @@ annotations:
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyverno:v1.6.2
- name: kyvernopre
image: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyvernopre:v1.6.2
- name: busybox
image: artifactory.algol60.net/csm-docker/stable/docker.io/library/busybox:1.28.0-glibc
artifacthub.io/license: MIT
5 changes: 4 additions & 1 deletion charts/kyverno/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ kyverno:
registry:
repository: artifactory.algol60.net/csm-docker/stable/ghcr.io/kyverno/kyvernopre
tag: v1.6.2

testImage:
repository: artifactory.algol60.net/csm-docker/stable/docker.io/library/busybox
tag: 1.28.0-glibc

# Desired number of pods/replica
replicaCount: 3

0 comments on commit d243fef

Please sign in to comment.