Skip to content

Commit

Permalink
prefect-agent: update agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Apr 24, 2022
1 parent 8303641 commit cc047c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.3.1
version: 0.4.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.14.22-python3.6
appVersion: 1.2.0-python3.7
6 changes: 5 additions & 1 deletion charts/prefect-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ spec:
- name: SERVICE_ACCOUNT_NAME
value: ''
- name: PREFECT__BACKEND
value: server
value: cloud
- name: PREFECT__CLOUD__AGENT__AGENT_ADDRESS
value: http://:8080
- name: PREFECT__CLOUD__API_KEY
value: {{ .Values.agent.token }}
- name: PREFECT__CLOUD__TENANT_ID
value: ''
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
livenessProbe:
failureThreshold: 2
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: prefecthq/prefect
tag: 0.14.22-python3.6
tag: 1.2.0-python3.7

namespace: default

Expand Down

0 comments on commit cc047c7

Please sign in to comment.