From 1158446e3071fbc8b15fcc3fe05cb1aaa4056991 Mon Sep 17 00:00:00 2001 From: Jesse Suen Date: Thu, 30 May 2024 12:43:24 -0600 Subject: [PATCH] feat: argo-workflows v3.5.7 (#69) Signed-off-by: Jesse Suen --- charts/argo-workflows/Chart.yaml | 4 ++-- charts/argo-workflows/README.md | 4 ++-- charts/argo-workflows/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index 4ad3c3e..edca1eb 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -version: 3.5.6-ak.0.0 -appVersion: 3.5.6 +version: 3.5.7-ak.0.0 +appVersion: 3.5.7 name: argo-workflows description: A Helm chart for Argo Workflows type: application diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index 2ef0f31..0161dc0 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -1,6 +1,6 @@ # argo-workflows -![Version: 3.5.6-ak.0.0](https://img.shields.io/badge/Version-3.5.6--ak.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square) +![Version: 3.5.7-ak.0.0](https://img.shields.io/badge/Version-3.5.7--ak.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.7](https://img.shields.io/badge/AppVersion-3.5.7-informational?style=flat-square) A Helm chart for Argo Workflows @@ -32,7 +32,7 @@ A Helm chart for Argo Workflows | executor | object | `{"image":{"repository":"quay.io/akuity/argoexec","tag":""}}` | Executor controls how the init and wait container should be customized. | | executor.image.repository | string | `"quay.io/akuity/argoexec"` | Image repository. | | executor.image.tag | string | `""` | Overrides the image tag whose default is `global.image.tag`. | -| global.image.tag | string | `"v3.5.0-rc1-ak.0"` | The default image tag applied to all Argo Workflows deployments. | +| global.image.tag | string | `"v3.5.6-ak.0"` | The default image tag applied to all Argo Workflows deployments. | | server | object | `{"extraArgs":[],"extraEnv":[],"image":{"repository":"quay.io/akuity/argocli","tag":""},"ingress":{"annotations":{},"className":"","enabled":false,"host":"argo-workflows.example.com","tls":{"enabled":false,"secretName":null}},"secure":true,"service":{"type":null}}` | Server customizes the deployment of Argo Server | | server.extraArgs | list | `[]` | Extra arguments to provide to the Argo Server binary. | | server.extraEnv | list | `[]` | Extra environment variables to provide to the argo-server container. | diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 02dd30c..2ef5c7f 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -1,7 +1,7 @@ global: image: # -- The default image tag applied to all Argo Workflows deployments. - tag: v3.5.6-ak.0 + tag: v3.5.7-ak.0 # -- Controller customizes the deployment of Argo Workflows controller. controller: