Skip to content

Commit

Permalink
Use v1.0.0 tags (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Jun 30, 2023
1 parent 9d9bf31 commit 70d674a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion free5gc-operator/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
cpu: 5m
memory: 64Mi
- name: operator
image: docker.io/nephio/free5gc-operator:latest
image: docker.io/nephio/free5gc-operator:v1.0.0
command:
- /free5gc-operator
args:
Expand Down
14 changes: 7 additions & 7 deletions pkg-example-amf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: cm-namespace.yaml
- image: docker.io/nephio/amf-deploy-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/amf-deploy-fn:latest
- image: docker.io/nephio/amf-deploy-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/nad-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/amf-deploy-fn:v1.0.0
14 changes: 7 additions & 7 deletions pkg-example-smf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: cm-namespace.yaml
- image: docker.io/nephio/smf-deploy-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/smf-deploy-fn:latest
- image: docker.io/nephio/smf-deploy-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/nad-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/smf-deploy-fn:v1.0.0
14 changes: 7 additions & 7 deletions pkg-example-upf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: package-context.yaml
- image: docker.io/nephio/upf-deploy-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/upf-deploy-fn:latest
- image: docker.io/nephio/upf-deploy-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/nad-fn:v1.0.0
- image: docker.io/nephio/dnn-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/upf-deploy-fn:v1.0.0

0 comments on commit 70d674a

Please sign in to comment.