actions-marketplace-validations/Rancher Update Service
An action for updating a service in the Rancher 2.x environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rancher_url | Rancher instance URL | yes | — |
| rancher_token | Rancher API access token | yes | — |
| cluster_id | Rancher/Kubernetes Cluster ID | yes | — |
| namespace | Rancher/Kubernetes Namespace | yes | — |
| workloads | Workloads (Deployment, CronJob, StatefulSet, ...) within the Namespace Can be multiple, separated by commas or spaces or newlines. Format: `kind/name[/container][:image[:tag]]` - container defaults to `0` - image:tag defaults to input `docker_image` | yes | — |
| docker_image | Docker image. Not required if every workload specifies it. | no | — |
| redeploy | Whether to redeploy the service after updating the image. If set to `true`, the service will be redeployed by adding a timestamp annotation to the pod. Does not apply to Jobs or CronJobs. | no | false |
| timeout | How many seconds to wait until HTTP requests time out. | no | 15 |
Outputs
no outputs