Skip to content

Commit

Permalink
Bump image tags to v1.0.1-beta.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Jul 27, 2023
1 parent aff1031 commit ec5dcea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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:v1.0.0
image: docker.io/nephio/nephio-operator:v1.0.1-beta.1
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:v1.0.0
image: docker.io/nephio/nephio-operator:v1.0.1-beta.1
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:v1.0.0
image: docker.io/nephio/network-config-operator:v1.0.1-beta.1
livenessProbe:
httpGet:
path: /healthz
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:v1.0.0
image: docker.io/nephio/resource-backend-controller:v1.0.1-beta.1
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: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
- image: docker.io/nephio/ueransim-deploy-fn:v1.0.1-beta.1
- image: docker.io/nephio/interface-fn:v1.0.1-beta.1
- image: docker.io/nephio/nad-fn:v1.0.1-beta.1
- image: docker.io/nephio/interface-fn:v1.0.1-beta.1
- image: docker.io/nephio/ueransim-deploy-fn:v1.0.1-beta.1

0 comments on commit ec5dcea

Please sign in to comment.