@@ -40,7 +40,7 @@ microfunctionsapis:
40
40
repository : microfunctions/microfunctions-apis
41
41
pullPolicy : IfNotPresent
42
42
# Overrides the image tag whose default is the chart appVersion.
43
- tag : 0.1 .0
43
+ tag : 1.0 .0
44
44
45
45
autoscaling :
46
46
enabled : false
@@ -66,7 +66,7 @@ microfunctionsauth:
66
66
repository : microfunctions/microfunctions-auth
67
67
pullPolicy : IfNotPresent
68
68
# Overrides the image tag whose default is the chart appVersion.
69
- tag : 0.1 .0
69
+ tag : 1.0 .0
70
70
71
71
autoscaling :
72
72
enabled : false
@@ -94,7 +94,7 @@ microfunctionscluster:
94
94
repository : microfunctions/microfunctions-cluster
95
95
pullPolicy : IfNotPresent
96
96
# Overrides the image tag whose default is the chart appVersion.
97
- tag : 0.1 .0
97
+ tag : 1.0 .0
98
98
99
99
autoscaling :
100
100
enabled : false
@@ -120,7 +120,7 @@ microfunctionsserverless:
120
120
repository : microfunctions/microfunctions-serverless
121
121
pullPolicy : IfNotPresent
122
122
# Overrides the image tag whose default is the chart appVersion.
123
- tag : 0.1 .0
123
+ tag : 1.0 .0
124
124
125
125
autoscaling :
126
126
enabled : false
@@ -143,7 +143,7 @@ microfunctionsinitjob:
143
143
repository : microfunctions/microfunctions-init-job
144
144
pullPolicy : IfNotPresent
145
145
# Overrides the image tag whose default is the chart appVersion.
146
- tag : 0.1 .0
146
+ tag : 1.0 .0
147
147
restartPolicy : OnFailure
148
148
autoscaling :
149
149
enabled : false
@@ -169,7 +169,7 @@ microfunctionscontroller:
169
169
repository : microfunctions/microfunctions-controller
170
170
pullPolicy : IfNotPresent
171
171
# Overrides the image tag whose default is the chart appVersion.
172
- tag : 0.1 .0
172
+ tag : 1.0 .0
173
173
174
174
imagePullSecrets : [ ]
175
175
nameOverride : " "
@@ -259,7 +259,7 @@ microfunctionsconsole:
259
259
repository : microfunctions/microfunctions-console
260
260
pullPolicy : IfNotPresent
261
261
# Overrides the image tag whose default is the chart appVersion.
262
- tag : 0.1 .0
262
+ tag : 1.0 .0
263
263
264
264
imagePullSecrets : [ ]
265
265
nameOverride : " "
0 commit comments