Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 8992d5b

Browse files
authored
Fix missing image registry part in the gc job (#12)
* Fix missing image registry part in the gc job * Bump version to 0.1.3
1 parent 69faa0e commit 8992d5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/ks-devops/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/ks-devops/templates/cronjob-gc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- ks
2525
- pip
2626
- gc
27-
image: {{ tpl .Values.image.tools.repository . }}:{{ tpl .Values.image.tools.tag . }}
27+
image: "{{ .Values.image.registry }}/{{ tpl .Values.image.tools.repository . }}:{{ tpl .Values.image.tools.tag . }}"
2828
imagePullPolicy: {{ tpl .Values.image.pullPolicy . }}
2929
args:
3030
- "--max-count={{ .Values.gcJobs.maxCount }}"

0 commit comments

Comments
 (0)