diff --git a/charts/prefect-agent/Chart.yaml b/charts/prefect-agent/Chart.yaml index 08ddad4..4f57e2c 100644 --- a/charts/prefect-agent/Chart.yaml +++ b/charts/prefect-agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/prefect-agent/templates/deployment.yaml b/charts/prefect-agent/templates/deployment.yaml index 5198dd0..925ad6b 100644 --- a/charts/prefect-agent/templates/deployment.yaml +++ b/charts/prefect-agent/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: - name: NAMESPACE value: {{ .Values.namespace }} - name: IMAGE_PULL_SECRETS - value: '' + value: {{ .Values.job.imagePullSecret | quote }} - name: PREFECT__CLOUD__AGENT__LABELS value: '{{ .Values.agent.labels }}' - name: JOB_MEM_REQUEST diff --git a/charts/prefect-agent/values.yaml b/charts/prefect-agent/values.yaml index 4f3ec39..9e0ea93 100644 --- a/charts/prefect-agent/values.yaml +++ b/charts/prefect-agent/values.yaml @@ -12,6 +12,8 @@ agent: labels: '' job: + imagePullSecret: '' + resources: requests: cpu: ''