File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ annotations:
2
2
category : Infrastructure
3
3
apiVersion : v2
4
4
appVersion : latest
5
- version : 0.1.3
5
+ version : 0.1.4
6
6
name : localstack
7
7
description : A fully functional local AWS cloud stack
8
8
type : application
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ The following table lists the configurable parameters of the Localstack chart an
106
106
107
107
## Change Log
108
108
109
+ * v0.1.4: Fix a typo that breaks the installation
109
110
* v0.1.3: Allow easy exposure of multiple API services from values config
110
111
111
112
## License
Original file line number Diff line number Diff line change 33
33
imagePullPolicy : {{ .Values.image.pullPolicy }}
34
34
ports :
35
35
- name : {{ .Values.service.edgeService.name }}
36
- container : {{ .Values.service.edgeService.targetPort }}
36
+ containerPort : {{ .Values.service.edgeService.targetPort }}
37
37
protocol : TCP
38
38
{{- range .Values.service.apiServices }}
39
39
- name : {{ .name }}
You can’t perform that action at this time.
0 commit comments