Skip to content

Commit

Permalink
chore(update): sync with upstream/development
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed May 19, 2022
2 parents f05c1d9 + eec0541 commit dd85e5a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/bk-user/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bk-user
description: A Helm chart for bk-user
type: application
version: 1.2.13
appVersion: "v2.3.4-beta.21"
version: 1.2.14
appVersion: "v2.3.4-beta.22"

dependencies:

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: api
description: Api module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.21"
appVersion: "v2.3.4-beta.22"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-api
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.21"
tag: "v2.3.4-beta.22"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: login
description: login module for blueking
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.21"
appVersion: "v2.3.4-beta.22"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-login
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.21"
tag: "v2.3.4-beta.22"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: saas
description: SaaS module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.21"
appVersion: "v2.3.4-beta.22"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-saas
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.21"
tag: "v2.3.4-beta.22"

command: []
args: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def forwards_func(apps, schema_editor):
need_connect_types = [CategoryType.MAD.value, CategoryType.LDAP.value]
new_setting_meta_map = {}
for category_type in need_connect_types:
meta = SettingMeta.objects.get_or_create(
meta, _ = SettingMeta.objects.get_or_create(
namespace=SettingsEnableNamespaces.FIELDS.value,
region="group",
category_type=category_type,
Expand Down
10 changes: 5 additions & 5 deletions src/api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataclasses = "0.7"
django-mptt = "0.12.0"
jsonfield = "3.1.0"
gunicorn = "19.9.0"
ldap3 = "2.6.1"
ldap3 = "^2.9.1"
PyMySQL = "1.0.2"
phonenumbers = "8.11.0"
whitenoise = "5.2.0"
Expand Down

0 comments on commit dd85e5a

Please sign in to comment.