mlibrary/MLibrary Deploy to Kubernetes Cluster

Deploys an image to a Kubernetes Cluster

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
registryRegistry to log intoghcr.io
registry_usernameUsername to log into the registry with${{ github.actor }}
registry_tokenyes
imageImage to deploy, e.g. registry/organization/image_name:tagyes
cluster_caThe Kubernetes cluster CA certificate, base64-encodedyes
cluster_serverThe Kubernetes server API endpointyes
namespace_tokenA base64-encoded Kubernetes service account tokenyes
namespaceThe Kubernetes namespace to deploy toyes
resource_typeAny resource type, comma-separated set of resource types, or 'all'deployment
resource_nameName of the resource whose image to set, a label selector like "--selector='app=someapp'", or "--all"web
containerThe container in the resource whose image to set, or "*" for all containersweb

no outputs