From 032525ebcc1c2b519c0133cc9622dc5b4671105d Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Fri, 20 Oct 2023 16:18:31 -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 c45f994816..e7a30865dc 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.9.1"` | Docker image tag | +| image.tag | string | `"1.10.0"` | 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 89f3835892..f7d538770b 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.9.1" + image: "ghcr.io/flyteorg/flyteagent:1.10.0" imagePullPolicy: "IfNotPresent" name: flyteagent volumeMounts: