Skip to content

Commit be3acb2

Browse files
committed
✨ tag: v0.1.0
1 parent 066b22f commit be3acb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

envs/test.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORT="8000"
22

33
PROJECT_NAME="Zerohertz's FastAPI Cookbook (test)"
4-
VERSION="v0.0.1"
4+
VERSION="v0.1.0"
55
PREFIX="/api"
66

77
DB_TYPE="sqlite"

k8s/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ data:
66
dev.env: |
77
PORT="8000"
88
PROJECT_NAME="Zerohertz's FastAPI Cookbook (dev)"
9-
VERSION="v0.0.1"
9+
VERSION="v0.1.0"
1010
PREFIX="/api"
1111
DB_ECHO=true
1212
DB_TABLE_CREATE=true
1313
prod.env: |
1414
PORT="8000"
1515
PROJECT_NAME="Zerohertz's FastAPI Cookbook (prod)"
16-
VERSION="v0.0.1"
16+
VERSION="v0.1.0"
1717
PREFIX=""
1818
DB_ECHO=false
1919
DB_TABLE_CREATE=false

k8s/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ spec:
8686
- protocol: TCP
8787
port: 3306
8888
targetPort: 3306
89-
ClusterIP: None
89+
clusterIP: None

0 commit comments

Comments
 (0)