diff --git a/nephio-controllers/app/controller/deployment-controller.yaml b/nephio-controllers/app/controller/deployment-controller.yaml index 34a6443c..e55d151f 100644 --- a/nephio-controllers/app/controller/deployment-controller.yaml +++ b/nephio-controllers/app/controller/deployment-controller.yaml @@ -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 diff --git a/nephio-controllers/app/controller/deployment-token-controller.yaml b/nephio-controllers/app/controller/deployment-token-controller.yaml index 9cf325a4..20beb57c 100644 --- a/nephio-controllers/app/controller/deployment-token-controller.yaml +++ b/nephio-controllers/app/controller/deployment-token-controller.yaml @@ -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 diff --git a/network-config/app/controller/deployment-controller.yaml b/network-config/app/controller/deployment-controller.yaml index 8246091f..f0334a04 100644 --- a/network-config/app/controller/deployment-controller.yaml +++ b/network-config/app/controller/deployment-controller.yaml @@ -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 diff --git a/porch-dev/2-function-runner.yaml b/porch-dev/2-function-runner.yaml index b24e40dc..5fbb5f43 100644 --- a/porch-dev/2-function-runner.yaml +++ b/porch-dev/2-function-runner.yaml @@ -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 @@ -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 diff --git a/porch-dev/3-porch-server.yaml b/porch-dev/3-porch-server.yaml index 70cfdaa0..c15f7924 100644 --- a/porch-dev/3-porch-server.yaml +++ b/porch-dev/3-porch-server.yaml @@ -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: diff --git a/porch-dev/9-controllers.yaml b/porch-dev/9-controllers.yaml index bfab215e..d02b1c3f 100644 --- a/porch-dev/9-controllers.yaml +++ b/porch-dev/9-controllers.yaml @@ -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: diff --git a/resource-backend/app/controller/deployment-controller.yaml b/resource-backend/app/controller/deployment-controller.yaml index 3de9d9aa..7596ef62 100644 --- a/resource-backend/app/controller/deployment-controller.yaml +++ b/resource-backend/app/controller/deployment-controller.yaml @@ -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 diff --git a/ueransim/Kptfile b/ueransim/Kptfile index ae8da7d6..1870ed45 100644 --- a/ueransim/Kptfile +++ b/ueransim/Kptfile @@ -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 \ No newline at end of file + - 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