Reloader
Reloader copied to clipboard
A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're usin...
It's a good practice to define memory request and limit for any resource which you deploy on your kubernetes cluster Solution -> The raw manifest file for reloader provided in...
I was downloading the latest image available, hoping it will resolve open UBI base OS vulnerabilities -- which it didn't, but also this tag, 1.0.79, is missing from the GitHub...
**Describe the bug** Tested with strategy: default or env-vars. Using `ArgoCD`. ArgoCD app `ory\oathkeeper` that includes the ConfigMap `accessrules` to monitor. The deployment has **annotation**: `configmap.reloader.stakater.com/reload: accessrules` When I modify...
We have some workloads that mount optional ConfigMaps. At some point it is possible that these ConfigMaps get deleted. When this deletion happens we would like to issue a rolling...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [k8s.io/utils](https://togithub.com/kubernetes/utils) | `v0.0.0-20240423183400-0849a56e8f22` -> `v0.0.0-20240502163921-fe8a2dddb1d0` | [](https://docs.renovatebot.com/merge-confidence/)...
I have an app deployed which has both configmap update & some app changes in the same. Below rolling update strategy **strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 0 type: RollingUpdate** liveness...
apiVersion: apps/v1 kind: Deployment metadata: name: nginx namespace: myapp annotations: reloader.stakater.com/auto: "true" spec: replicas: 1 selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec: containers: - args: - --namespace-selector=kubernetes.io/reloader-enabled:yes...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.19.0` -> `v1.19.1` | [](https://docs.renovatebot.com/merge-confidence/)...
I have a bunch of helm charts deployments, most with their own configmap/secret. I also have a couple of shared secrets and configmaps. The current configmaps and secrets have the...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | major | `v5` -> `v6` | ---...