Skip to content

Commit ebdff7b

Browse files
author
Mengqi Yu
authored
fix renamed fn image names (#2339)
* fix renamed fn image names * no unstable tags
1 parent baecb44 commit ebdff7b

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

e2e/testdata/fn-eval/image-pull-policy-never/.expected/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
testType: eval
16-
image: gcr.io/kpt-fn/not-exist:unstable
16+
image: gcr.io/kpt-fn/not-exist:v0.1
1717
imagePullPolicy: never
1818
exitCode: 1
1919
stdErr: "No such image"

e2e/testdata/fn-eval/preserve-comments/.expected/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
testType: eval
16-
image: gcr.io/kpt-fn-demo/drop-comments:unstable
16+
image: gcr.io/kpt-fn-demo/drop-comments:v0.1

e2e/testdata/fn-render/fnconfig-cannot-refer-subpkgs/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ metadata:
44
name: app-with-db
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn/set-label:unstable
7+
- image: gcr.io/kpt-fn/set-labels:v0.1
88
configPath: db/labelconfig.yaml

e2e/testdata/fn-render/fnconfig-missing-name/Kptfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: app-with-db
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn/set-namespace:unstable
7+
- image: gcr.io/kpt-fn/set-namespace:v0.1
88
configMap:
99
namespace: staging
10-
- image: gcr.io/kpt-fn/set-label:unstable
10+
- image: gcr.io/kpt-fn/set-labels:v0.1
1111
configPath: labelconfig.yaml

e2e/testdata/fn-render/generator-subpkgs/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ metadata:
44
name: app-with-generator
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn/upsert-resource:unstable
7+
- image: gcr.io/kpt-fn/upsert-resource:v0.1
88
configPath: fn-config.yaml

e2e/testdata/fn-render/generator-subpkgs/db/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ metadata:
44
name: db
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn/upsert-resource:unstable
7+
- image: gcr.io/kpt-fn/upsert-resource:v0.1
88
configPath: fn-config.yaml

e2e/testdata/fn-render/image-pull-policy-never/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: app
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn/not-exist:unstable
7+
- image: gcr.io/kpt-fn/not-exist:v0.1

e2e/testdata/fn-render/preserve-comments/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: app
55
pipeline:
66
mutators:
7-
- image: gcr.io/kpt-fn-demo/drop-comments:unstable
7+
- image: gcr.io/kpt-fn-demo/drop-comments:v0.1

e2e/testdata/fn-render/structured-results-from-muiltiple-fns/.expected/results.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: fnresults
55
exitCode: 1
66
items:
7-
- image: gcr.io/kpt-fn/enforce-gatekeeper:0.1.0
7+
- image: gcr.io/kpt-fn/gatekeeper:0.1.0
88
exitCode: 0
99
results:
1010
- message: |-

e2e/testdata/fn-render/structured-results-from-muiltiple-fns/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: app
55
pipeline:
66
validators:
7-
- image: gcr.io/kpt-fn/enforce-gatekeeper:0.1.0
7+
- image: gcr.io/kpt-fn/gatekeeper:0.1.0
88
- image: gcr.io/kpt-fn/kubeval:v0.1.1
99
configMap:
1010
ignore_missing_schemas: "true"

0 commit comments

Comments
 (0)