Skip to content

Commit

Permalink
Update proxy release version
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Jan 19, 2023
1 parent 651e29d commit 4f68e1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/k8s/test-operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: eigr/spawn-operator:0.5.0-rc.9
image: eigr/spawn-operator:0.5.0-rc.10
name: spawn-operator
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/test/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- secretRef:
name: spawn-system-secret
name: actor-host-function
image: eigr/spawn-proxy:0.5.0-rc.9
image: eigr/spawn-proxy:0.5.0-rc.10
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8800
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/test/proxy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
spawn-eigr.io/controller.version: 0.5.0-rc.9
spawn-eigr.io/controller.version: 0.5.0-rc.10
name: spawn-proxy-test-svc
namespace: default
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ defmodule SpawnOperator.K8s.Deployment do
Application.get_env(
:spawn_operator,
:proxy_image,
"docker.io/eigr/spawn-proxy:0.5.0-rc.9"
"docker.io/eigr/spawn-proxy:0.5.0-rc.10"
)
end

0 comments on commit 4f68e1e

Please sign in to comment.