Skip to content

Commit

Permalink
feat(backend): release #5902
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Jul 29, 2024
1 parent 4f06d3f commit c0e9041
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.40
version: 0.1.41
- 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:211cbc86c01848d761b86c87dd7b06d4420f47d14b27597bdbf5a879d8afe11b
generated: "2024-07-23T20:18:54.846506+08:00"
digest: sha256:8579111c843172c7a673000c2ea5670af11a1ce2246cedb4dce2be50f7882143
generated: "2024-07-29T20:45:35.237228+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.40
version: 0.1.41
- 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.5.0-alpha.1
appVersion: 1.5.0-alpha.1
version: 1.5.0-alpha.2
appVersion: 1.5.0-alpha.2
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.5.0-alpha.103
appVersion: 1.5.0-alpha.155
description: A Helm chart for dbm
name: dbm
type: application
version: 0.1.40
version: 0.1.41
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "dbm.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.saas.celeryWorker.replicaCount | default 1}}
replicas: {{ .Values.saas.celeryBeat.replicaCount | default 1}}
{{- end }}
selector:
matchLabels:
Expand Down

0 comments on commit c0e9041

Please sign in to comment.