File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ type: application
20
20
# This is the chart version. This version number should be incremented each time you make changes
21
21
# to the chart and its templates, including the app version.
22
22
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23
- version : 0.1.1
23
+ version : 0.2.0
24
24
25
25
# This is the version number of the application being deployed. This version number should be
26
26
# incremented each time you make changes to the application. Versions are not expected to
27
27
# follow Semantic Versioning. They should reflect the version the application is using.
28
28
# It is recommended to use it with quotes.
29
- appVersion : " v5.0 .1"
29
+ appVersion : " 24.4 .1"
30
30
31
31
dependencies :
32
32
- name : redis
Original file line number Diff line number Diff line change @@ -132,8 +132,6 @@ spec:
132
132
{{- toYaml .Values.worker.securityContext | nindent 12 }}
133
133
image : " {{ .Values.worker.image.repository }}:{{ .Values.worker.image.tag | default .Chart.AppVersion }}"
134
134
imagePullPolicy : {{ .Values.worker.image.pullPolicy }}
135
- args :
136
- - worker
137
135
env :
138
136
- name : RUN_ENV
139
137
value : " ENTERPRISE"
@@ -219,9 +217,9 @@ spec:
219
217
value : {{ include "codecov.fullname" . }}-api-svc
220
218
- name : CODECOV_IA_PORT
221
219
value : {{ .Values.api.service.port | quote }}
222
- - name : CODECOV_FRONTEND_HOST
220
+ - name : CODECOV_DEFAULT_HOST
223
221
value : {{ include "codecov.fullname" . }}-frontend
224
- - name : CODECOV_FRONTEND_PORT
222
+ - name : CODECOV_DEFAULT_PORT
225
223
value : {{ .Values.frontend.service.port | quote }}
226
224
{{- if .Values.minio.embedded }}
227
225
- name : CODECOV_MINIO_HOST
You can’t perform that action at this time.
0 commit comments