Skip to content

Commit

Permalink
Use v1.0.0 tag (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Jun 30, 2023
1 parent 3fc0722 commit eda8125
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
value: "true"
- name: CLIENT_PROXY_ADDRESS
value: resource-backend-controller-grpc-svc.backend-system.svc.cluster.local:9999
image: docker.io/nephio/nephio-operator:latest
image: docker.io/nephio/nephio-operator:v1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
value: gitea
- name: ENABLE_TOKENS
value: "true"
image: docker.io/nephio/nephio-operator:latest
image: docker.io/nephio/nephio-operator:v1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion network-config/app/controller/deployment-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
value: "true"
- name: ENABLE_NETWORKCONFIGS
value: "true"
image: docker.io/nephio/network-config-operator:latest
image: docker.io/nephio/network-config-operator:v1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 2 additions & 2 deletions porch-dev/2-function-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: porch-fn-runner
containers:
- name: function-runner
image: nephio/porch-function-runner:latest
image: nephio/porch-function-runner:v1.0.0
imagePullPolicy: IfNotPresent
command:
- /server
Expand All @@ -44,7 +44,7 @@ spec:
- --pod-namespace=porch-fn-system
env:
- name: WRAPPER_SERVER_IMAGE
value: nephio/porch-wrapper-server:latest
value: nephio/porch-wrapper-server:v1.0.0
ports:
- containerPort: 9445
# Add grpc readiness probe to ensure the cache is ready
Expand Down
2 changes: 1 addition & 1 deletion porch-dev/3-porch-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
containers:
- name: porch-server
# Update image to the image of your porch apiserver build.
image: nephio/porch-server:latest
image: nephio/porch-server:v1.0.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion porch-dev/9-controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
containers:
- name: porch-controllers
# Update to the image of your porch-controllers build.
image: nephio/porch-controllers:latest
image: nephio/porch-controllers:v1.0.0
# Note: only the existence of the variable matters for enabling the reconciler
# So, be sure to remove the var not just change the value to false
env:
Expand Down
2 changes: 1 addition & 1 deletion resource-backend/app/controller/deployment-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
value: "true"
- name: ENABLE_RAWTOPOLOGIES
value: "true"
image: docker.io/nephio/resource-backend-controller:latest
image: docker.io/nephio/resource-backend-controller:v1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
10 changes: 5 additions & 5 deletions ueransim/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: package-context.yaml
- image: docker.io/nephio/ueransim-deploy-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/ueransim-deploy-fn:latest
- image: docker.io/nephio/ueransim-deploy-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/nad-fn:v1.0.0
- image: docker.io/nephio/interface-fn:v1.0.0
- image: docker.io/nephio/ueransim-deploy-fn:v1.0.0

0 comments on commit eda8125

Please sign in to comment.