Skip to content

Commit

Permalink
同步版本信息至v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Nov 17, 2019
1 parent b8be291 commit 12d47ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: hhyo/archery
tag: 1.7.0
tag: 1.7.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
3 changes: 2 additions & 1 deletion src/docker-compose/archery/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'common/static'), ]
STATICFILES_STORAGE = 'common.storage.ForgivingManifestStaticFilesStorage'

# 扩展django admin里users字段用到,指定了sql/models.py里的class users
AUTH_USER_MODEL = "sql.users"
Expand Down Expand Up @@ -162,7 +163,7 @@
},
"dingding": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/1",
"LOCATION": "redis://redis:6379/1",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
"PASSWORD": "123456"
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "./inception/config.toml:/etc/config.toml"

archery:
image: hhyo/archery:1.7.1
image: hhyo/archery:1.7.2
container_name: archery
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose/inception/inc.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ general_log_file=inception.log
port=6669
socket=/tmp/inc.socket
character-set-client-handshake=0
character-set-server=utf8mb4
character-set-server=utf8
inception_language_code=zh-CN
inception_remote_system_password=123456
inception_remote_system_user=root
Expand Down

0 comments on commit 12d47ed

Please sign in to comment.