Skip to content

Commit

Permalink
add set-namespace v0.3.4 to porch dockerfile (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 authored Aug 3, 2022
1 parent b62cb71 commit d6c2034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions porch/func/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FROM gcr.io/kpt-fn/set-annotations:v0.1.4 as set-annotations
FROM gcr.io/kpt-fn/set-image:v0.1.0 as set-image
FROM gcr.io/kpt-fn/set-labels:v0.1.5 as set-labels
FROM gcr.io/kpt-fn/set-namespace:v0.2.0 as set-namespace
FROM gcr.io/kpt-fn/set-namespace:v0.3.4 as set-namespace-v3
FROM gcr.io/kpt-fn/set-project-id:v0.2.0 as set-project-id
FROM gcr.io/kpt-fn/starlark:v0.3.0 as starlark
FROM gcr.io/kpt-fn/upsert-resource:v0.2.0 as upsert-resource
Expand Down Expand Up @@ -52,6 +53,7 @@ COPY --from=set-annotations /usr/local/bin/function /functions/set-annota
COPY --from=set-image /usr/local/bin/function /functions/set-image
COPY --from=set-labels /usr/local/bin/function /functions/set-labels
COPY --from=set-namespace /usr/local/bin/function /functions/set-namespace
COPY --from=set-namespace-v3 /usr/local/bin/function /functions/set-namespace-v3
COPY --from=set-project-id /usr/local/bin/function /functions/set-project-id
COPY --from=starlark /usr/local/bin/star /functions/starlark
COPY --from=upsert-resource /usr/local/bin/function /functions/upsert-resource
Expand Down
4 changes: 4 additions & 0 deletions porch/func/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ functions:
images:
- gcr.io/kpt-fn/set-namespace@sha256:7adc23986f97572d75af9aec6a7f74d60f7b9976227f43a75486633e7c539e6f
- gcr.io/kpt-fn/set-namespace:v0.2.0
- function: set-namespace-v3
images:
- gcr.io/kpt-fn/set-namespace@sha256:0ec0fb2380be42142a87a7c9815f0d30415e2da07468591dd9345c7c81d6c93e
- gcr.io/kpt-fn/set-namespace:v0.3.4
- function: upsert-resource
images:
- gcr.io/kpt-fn/upsert-resource@sha256:77196bdb9e33e4259d530ee1996a05c40bbefe39b80d52dcb66c32f7b85a62f1
Expand Down

0 comments on commit d6c2034

Please sign in to comment.