File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies:
28
28
version: 0.1.33
29
29
- name: dbpartition
30
30
repository: file://charts/dbpartition
31
- version: 0.1.10
31
+ version: 0.1.11
32
32
- name: db-simulation
33
33
repository: file://charts/db-simulation
34
34
version: 0.1.11
@@ -56,5 +56,5 @@ dependencies:
56
56
- name: backup-consumer
57
57
repository: file://charts/backup-consumer
58
58
version: 0.0.3
59
- digest: sha256:1da6cbdfad12a0e2d23b1a24633da649f464efaf77444384797857b601ba7f03
60
- generated: "2023-12-16T16:32:04.603943 +08:00"
59
+ digest: sha256:fb23872583e43da18a82a66979e2c0be8bc737d32fa04fc5e567741392484e25
60
+ generated: "2023-12-16T16:58:39.846364 +08:00"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
39
39
- condition : dbpartition.enabled
40
40
name : dbpartition
41
41
repository : file://charts/dbpartition
42
- version : 0.1.10
42
+ version : 0.1.11
43
43
- condition : db-simulation.enabled
44
44
name : db-simulation
45
45
repository : file://charts/db-simulation
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: 0.0.1-alpha.138
3
3
name : dbpartition
4
4
description : A Helm chart for db partition service
5
5
type : application
6
- version : 0.1.10
6
+ version : 0.1.11
Original file line number Diff line number Diff line change 54
54
successThreshold : {{ .Values.readinessProbe.successThreshold | default 1}}
55
55
failureThreshold : {{ .Values.readinessProbe.failureThreshold | default 1}}
56
56
env :
57
- {{- include "dbm.envs" . | trim | nindent 12 }}
58
57
{{- if .Values.envs -}}
59
58
{{- include "envs" . | trim | nindent 12 }}
60
59
{{- end }}
You can’t perform that action at this time.
0 commit comments