Skip to content

Commit

Permalink
Make that v0.0.27
Browse files Browse the repository at this point in the history
Signed-off-by: John Belamaric <[email protected]>
  • Loading branch information
johnbelamaric committed Sep 28, 2023
1 parent abbcd01 commit 048bf26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: gcr.io/kpt-dev/porch-function-runner:v0.0.26
image: gcr.io/kpt-dev/porch-function-runner:v0.0.27
imagePullPolicy: IfNotPresent
command:
- /server
Expand All @@ -44,7 +44,7 @@ spec:
- --pod-namespace=porch-fn-system
env:
- name: WRAPPER_SERVER_IMAGE
value: gcr.io/kpt-dev/porch-wrapper-server:v0.0.26
value: gcr.io/kpt-dev/porch-wrapper-server:v0.0.27
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 @@ -43,7 +43,7 @@ spec:
containers:
- name: porch-server
# Update image to the image of your porch apiserver build.
image: gcr.io/kpt-dev/porch-server:v0.0.26
image: gcr.io/kpt-dev/porch-server:v0.0.27
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: gcr.io/kpt-dev/porch-controllers:v0.0.26
image: gcr.io/kpt-dev/porch-controllers:v0.0.27
# 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

0 comments on commit 048bf26

Please sign in to comment.