Skip to content

Commit

Permalink
feat(helm-charts): helm chart ingress 支持公网 #3555
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Mar 14, 2024
1 parent cd69144 commit a90fa55
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# public
/.github @zhangzhw8 @gaohongsong @iSecloud
/docs @zhangzhw8 @gaohongsong @iSecloud
/*.md @zhangzhw8 @gaohongsong @iSecloud
/helm-charts @zhangzhw8 @gaohongsong @iSecloud
/.github @zhangzhw8 @iSecloud
/docs @zhangzhw8 @iSecloud
/*.md @zhangzhw8 @iSecloud
/helm-charts @zhangzhw8 @iSecloud

# dbm-ui
/dbm-ui @zhangzhw8 @gaohongsong @iSecloud
/dbm-ui @zhangzhw8 @iSecloud
/dbm-ui/frontend @hLinx @jinquantianxia

# dbm-services common
/dbm-services/common @seanlook @xfwduke @lukemakeit @xiepaup @ymakedaq
/dbm-services/common/db-config @seanlook @xfwduke
/dbm-services/common/db-resource @ymakedaq @seanlook @xfwduke
/dbm-services/common/db-dns @omg-by @xiepaup @lukemakeit
/dbm-services/common/dbha @zyqlzr @xjxia
/dbm-services/common/dbha @xjxia

# bigdata
/dbm-services/bigdata @zhangrq5 @zvictorino @wangyao963
Expand All @@ -23,7 +23,7 @@

# mysql
/dbm-services/mysql @seanlook @xfwduke @yksitu @ymakedaq
/dbm-services/mysql/db-partition @fanfanyangyang @xfwduke @seanlook
/dbm-services/mysql/db-partition @fanfanyangyang @xfan0805
/dbm-services/mysql/db-priv @fanfanyangyang @xfwduke @seanlook
/dbm-services/mysql/db-remote-service @xfwduke @seanlook
/dbm-services/mysql/db-simulation @seanlook @xfwduke @ymakedaq
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/bk-dbm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
version: 7.9.8
- name: dbm
repository: file://charts/dbm
version: 0.1.33
version: 0.1.34
- name: dbconfig
repository: file://charts/dbconfig
version: 0.1.13
Expand Down Expand Up @@ -56,5 +56,5 @@ dependencies:
- name: backup-consumer
repository: file://charts/backup-consumer
version: 0.0.3
digest: sha256:bf4ff8ce83089fd40ede0edf862d7e1f1c13a8b1d63a717f6fd51cee0d3a252a
generated: "2024-03-13T16:49:07.079999+08:00"
digest: sha256:f17faac7a3be2b32bf6f4c1d57656d98dd9e7ce5a13f3fe5004b955d11c4b558
generated: "2024-03-14T15:09:23.636756+08:00"
6 changes: 3 additions & 3 deletions helm-charts/bk-dbm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- condition: dbm.enabled
name: dbm
repository: file://charts/dbm
version: 0.1.33
version: 0.1.34
- condition: dbconfig.enabled
name: dbconfig
repository: file://charts/dbconfig
Expand Down Expand Up @@ -79,5 +79,5 @@ dependencies:
description: A Helm chart for bk-dbm
name: bk-dbm
type: application
version: 1.3.0-alpha.41
appVersion: 1.3.0-alpha.41
version: 1.3.0-alpha.42
appVersion: 1.3.0-alpha.42
4 changes: 2 additions & 2 deletions helm-charts/bk-dbm/charts/dbm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.3.0-alpha.503
appVersion: 1.3.0-alpha.507
description: A Helm chart for dbm
name: dbm
type: application
version: 0.1.33
version: 0.1.34
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: {{ $fullName }}
name: {{ printf "%s-%s" (include "bk-dbm.fullname" .) "public" }}
labels:
{{- include "bk-dbm.labels" . | nindent 4 }}
{{- with .Values.ingressPublic.annotations }}
Expand Down

0 comments on commit a90fa55

Please sign in to comment.