Skip to content

Commit

Permalink
Release 0.1.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
1 parent b374175 commit c652cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/master/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: *name
image: null:null # MASTER IMAGE
image: ghcr.io/funcid/web-k8s:0.1.0-master # MASTER IMAGE
securityContext:
runAsNonRoot: true
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion deployment/worker/daemonset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: *name
image: null:null # WORKER IMAGE
image: ghcr.io/funcid/web-k8s:0.1.0-worker # WORKER IMAGE
env:
- name: WEBK8S_NODE_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion pkg/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "front",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c652cc7

Please sign in to comment.