Skip to content

Commit

Permalink
chore: prepare release v1.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Nov 3, 2023
1 parent f1f5a5b commit 2d56aff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/core-agents-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
requests:
cpu: 500m
memory: 16Mi
image: mayadata/mcp-core:v1.0.8
image: mayadata/mcp-core:v1.0.9
imagePullPolicy: IfNotPresent
args:
- "-smayastor-etcd"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
requests:
cpu: 16m
memory: 64Mi
image: mayadata/mcp-csi-controller:v1.0.8
image: mayadata/mcp-csi-controller:v1.0.9
imagePullPolicy: IfNotPresent
args:
- "--csi-socket=/var/lib/csi/sockets/pluginproxy/csi.sock"
Expand Down
2 changes: 1 addition & 1 deletion deploy/msp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
requests:
cpu: 50m
memory: 16Mi
image: mayadata/mcp-msp-operator:v1.0.8
image: mayadata/mcp-msp-operator:v1.0.9
imagePullPolicy: IfNotPresent
args:
- "-e http://rest:8081"
Expand Down
2 changes: 1 addition & 1 deletion deploy/rest-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
requests:
cpu: 50m
memory: 32Mi
image: mayadata/mcp-rest:v1.0.8
image: mayadata/mcp-rest:v1.0.9
imagePullPolicy: IfNotPresent
args:
- "--dummy-certificates"
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-deploy-yamls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ROOTDIR="$SCRIPTDIR"/../
DEPLOYDIR="$ROOTDIR"/deploy

PROFILE=release
TAG=v1.0.8
TAG=v1.0.9

"$SCRIPTDIR"/generate-deploy-yamls.sh -t "$TAG" "$PROFILE"

Expand Down

0 comments on commit 2d56aff

Please sign in to comment.