Skip to content

Commit

Permalink
feat: argo-workflows v3.5.7 (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <jesse@akuity.io>
  • Loading branch information
jessesuen committed May 30, 2024
1 parent 5466224 commit 1158446
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-workflows/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-workflows/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1158446

Please sign in to comment.