Skip to content

Commit 968ba75

Browse files
author
Mengqi Yu
authored
use newer kubeval that works well with new kpt (#3190)
1 parent cfc3633 commit 968ba75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-examples/kustomize/bases/nginx/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ upstreamLock:
1818
commit: 4d2aa98b45ddee4b5fa45fbca16f2ff887de9efb
1919
pipeline:
2020
validators:
21-
- image: gcr.io/kpt-fn/kubeval:v0.1
21+
- image: gcr.io/kpt-fn/kubeval:v0.3

package-examples/nginx/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ info:
88
description: This is an example nginx package.
99
pipeline:
1010
validators:
11-
- image: gcr.io/kpt-fn/kubeval:v0.1
11+
- image: gcr.io/kpt-fn/kubeval:v0.3
1212
configMap:
1313
strict: "true"

package-examples/wordpress/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pipeline:
1212
configMap:
1313
app: wordpress
1414
validators:
15-
- image: gcr.io/kpt-fn/kubeval:v0.1
15+
- image: gcr.io/kpt-fn/kubeval:v0.3

0 commit comments

Comments
 (0)