From 705b7f51ac3899afa922c62a8f632c8cae16ce6a Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Tue, 26 Sep 2023 18:31:22 -0700 Subject: [PATCH] make helm Signed-off-by: Eduardo Apolinario --- charts/flyteagent/README.md | 2 +- deployment/agent/flyte_agent_helm_generated.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/flyteagent/README.md b/charts/flyteagent/README.md index 523312ac17..c45f994816 100644 --- a/charts/flyteagent/README.md +++ b/charts/flyteagent/README.md @@ -20,7 +20,7 @@ A Helm chart for Flyte agent | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | image.repository | string | `"ghcr.io/flyteorg/flyteagent"` | Docker image for flyteagent deployment | -| image.tag | string | `"1.8.3"` | Docker image tag | +| image.tag | string | `"1.9.1"` | Docker image tag | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | nodeSelector for flyteagent deployment | | podAnnotations | object | `{}` | Annotations for flyteagent pods | diff --git a/deployment/agent/flyte_agent_helm_generated.yaml b/deployment/agent/flyte_agent_helm_generated.yaml index 8ea6ede511..89f3835892 100644 --- a/deployment/agent/flyte_agent_helm_generated.yaml +++ b/deployment/agent/flyte_agent_helm_generated.yaml @@ -75,7 +75,7 @@ spec: - command: - pyflyte - serve - image: "ghcr.io/flyteorg/flyteagent:1.8.3" + image: "ghcr.io/flyteorg/flyteagent:1.9.1" imagePullPolicy: "IfNotPresent" name: flyteagent volumeMounts: