Skip to content

Commit 4844f54

Browse files
authored
Update version and appVersion in Chart.yaml, remove args from worker container, update environment variable names in deployment.yaml (#65)
1 parent 5dc60d9 commit 4844f54

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

charts/codecov/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 0.1.1
23+
version: 0.2.0
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "v5.0.1"
29+
appVersion: "24.4.1"
3030

3131
dependencies:
3232
- name: redis

charts/codecov/templates/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ spec:
132132
{{- toYaml .Values.worker.securityContext | nindent 12 }}
133133
image: "{{ .Values.worker.image.repository }}:{{ .Values.worker.image.tag | default .Chart.AppVersion }}"
134134
imagePullPolicy: {{ .Values.worker.image.pullPolicy }}
135-
args:
136-
- worker
137135
env:
138136
- name: RUN_ENV
139137
value: "ENTERPRISE"
@@ -219,9 +217,9 @@ spec:
219217
value: {{ include "codecov.fullname" . }}-api-svc
220218
- name: CODECOV_IA_PORT
221219
value: {{ .Values.api.service.port | quote }}
222-
- name: CODECOV_FRONTEND_HOST
220+
- name: CODECOV_DEFAULT_HOST
223221
value: {{ include "codecov.fullname" . }}-frontend
224-
- name: CODECOV_FRONTEND_PORT
222+
- name: CODECOV_DEFAULT_PORT
225223
value: {{ .Values.frontend.service.port | quote }}
226224
{{- if .Values.minio.embedded }}
227225
- name: CODECOV_MINIO_HOST

0 commit comments

Comments
 (0)