John Lee
12/16/2022, 3:26 PMworkspace:
enabled: true
servers:
- host: "k8s-my-pipeline"
port: 3030
name: "my-pipeline"
When I update the image tag in the values.yaml of the subchart and redeploy it, the code server image updates correctly but the jobs launched from dagit still use the original image.
deployments:
- name: "k8s-my-pipeline"
image:
repository: "my_pipeline_image"
tag: changed_tag
pullPolicy: Always
dagsterApiGrpcArgs:
- "--python-file"
- "/opt/my_pipeline/repository.py"
port: 3030
includeConfigInLaunchedRuns:
enabled: True
Adam Bloom
12/16/2022, 3:30 PMJohn Lee
12/16/2022, 3:35 PMjamie
12/16/2022, 3:37 PMdaniel
12/16/2022, 3:39 PMJohn Lee
12/16/2022, 3:44 PMdaniel
12/16/2022, 4:25 PMJohn Lee
12/16/2022, 4:33 PMdaniel
12/16/2022, 4:37 PMJohn Lee
12/16/2022, 4:40 PMdaniel
12/16/2022, 4:44 PMAttributeError: 'function' object has no attribute 'handle_event'
John Lee
12/16/2022, 6:24 PM