combine helm image set and upgrade

This commit is contained in:
2026-05-29 12:10:03 -04:00
parent 67460d7eda
commit d40431fb35
7 changed files with 32 additions and 75 deletions
+1 -2
View File
@@ -21,9 +21,8 @@ Reusable composite actions for Gitea CI/CD pipelines.
| Action | Description |
|---|---|
| [helm/diff](helm/diff/README.md) | Diff a Helm chart against a running deployment |
| [helm/set_deployment_image](helm/set_deployment_image/README.md) | Set the image for a Kubernetes deployment via Helm |
| [helm/template](helm/template/README.md) | Render a Helm chart for a deployment |
| [helm/upgrade](helm/upgrade/README.md) | Log in to an OCI registry and run `helm upgrade` for the chart in the current directory |
| [helm/upgrade](helm/upgrade/README.md) | Log in to an OCI registry, update chart dependencies, and run `helm upgrade` |
### Infisical