Rancher v2 Workload Redeploy (updated)
Version updated for https://github.com/farnabaz/rancher-redeploy to version v0.6.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
rancher-redeploy is a GitHub action that automates the redeployment of Kubernetes workloads using Rancher’s API. It provides a simple way to update the Docker image tag for an existing workload, without needing to delete and recreate it. This tool can help streamline development workflows by enabling quick updates to containerized applications in a Kubernetes environment managed by Rancher.
What’s Changed
- chore: code style (838f342)
- feat: bundle code (1e4185f)
- v0.5.2 (c459253)
- feat: use ofetch (2b31aff)
- update (2e6ae16)
- Update deploy.js (2e51f89)
- 0.5.0 (4a560e7)
- removed dependencies. (0c3f40c)
- 0.4.1 (6e4a005)
- Switched to node12 syntax, cleaned up action. (9a59315)