Commit f93f576 1 parent 83b02ca commit f93f576 Copy full SHA for f93f576
File tree 3 files changed +5
-7
lines changed
scripts/helm-charts/yatai-deployment-comp-operator
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : " 0.10.0 "
18
+ version : " 0.10.1 "
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.10.0 "
24
+ appVersion : " 0.10.1 "
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: component.yatai.ai/v1alpha1
2
2
kind : Deployment
3
3
metadata :
4
4
name : deployment
5
- {{- with .Values.deployment }}
6
5
spec :
6
+ {{- with .Values.deployment }}
7
7
{{- toYaml . | nindent 2 }}
8
8
{{- end }}
9
9
Original file line number Diff line number Diff line change 10
10
repository : yatai-deployment-comp-operator
11
11
pullPolicy : IfNotPresent
12
12
# Overrides the image tag whose default is the chart appVersion.
13
- tag : " v0.10.0 "
13
+ tag : " v0.10.1 "
14
14
15
15
imagePullSecrets : []
16
16
nameOverride : " "
@@ -83,9 +83,7 @@ tolerations: []
83
83
84
84
affinity : {}
85
85
86
- deployment :
87
- minio : {}
88
- dockerRegistry : {}
86
+ deployment : {}
89
87
90
88
yatai :
91
89
endpoint : ' '
You can’t perform that action at this time.
0 commit comments