Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
notevery committed Oct 13, 2022
1 parent 5ac0a16 commit a02c88f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arkid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: arkid
spec:
chart: arkid
version: 3.0.16
version: 3.1.1
repo: https://harbor.longguikeji.com/chartrepo/public
targetNamespace: arkid
valuesContent: |-
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ annotations:
category: sso
apiVersion: v2
name: arkid
version: 3.1.0
appVersion: "2.6.0"
version: 3.1.1
appVersion: "2.6.1"
kubeVersion: ">= 1.13.0 < 1.23.12"
description: ArkID is an enterprise SSO solutions, it supports LDAP, OpenID, SAML, OAuth and more
type: application
Expand Down
11 changes: 10 additions & 1 deletion chart/templates/deployment-be-celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,13 @@ spec:
- configMap:
name: {{ template "arkid.fullname" . }}
name: settings-local

initContainers:
- command:
- /bin/sh
- '-c'
- "until nc -z -w 2 {{ include "arkid.fullname" . }}-be 80 && echo {{ include "arkid.fullname" . }}-be ok; do sleep 2; done;"
image: {{ .Values.initContainers.image }}
imagePullPolicy: {{ .Values.initContainers.pullPolicy }}
name: check-be


4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ portal:
# or specify the whole set of anti-affinity rules instead of them.
podAntiAffinity: {}
desktop:
image: registry.cn-zhangjiakou.aliyuncs.com/ark-releases/ark-desktop:2.6.2
image: registry.cn-zhangjiakou.aliyuncs.com/ark-releases/ark-desktop:2.6.3
resources:
limits: {}
requests: {"cpu": "100m", "memory": "124Mi"}
tasks:
image: registry.cn-zhangjiakou.aliyuncs.com/ark-releases/arkid-celery-tasks:2022-10-12-17-48-37
image: registry.cn-zhangjiakou.aliyuncs.com/ark-releases/arkid-celery-tasks:2022-10-13-15-05-26
## 主机标签
## 要符合json格式,如:
## {
Expand Down

0 comments on commit a02c88f

Please sign in to comment.