Skip to content

Commit 7a2d191

Browse files
committed
Merge tag '3.1.9' into develop
K8s config fix.
2 parents 62e5bf6 + 4cfc4dc commit 7a2d191

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
apiVersion: v1
33
kind: Namespace
44
metadata:
5-
name: "{{cookiecutter.project_name}}"
5+
name: "{{cookiecutter.kube_name}}"
66

77
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_template"
3-
version = "3.1.8"
3+
version = "3.1.9"
44
description = "Feature-rich robust FastAPI template"
55
authors = ["Pavel Kirilin <win10@list.ru>"]
66
packages = [{ include = "fastapi_template" }]

0 commit comments

Comments
 (0)