-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update helm release reloader to v1.3.0 for prod env #190
Open
ixxeL2097
wants to merge
1
commit into
main
Choose a base branch
from
renovate/helm/stakater-prod
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- main/reloader_talos_manifests_stakater_prod_manifest_main.yaml 2025-03-20 02:56:26.717332747 +0000
+++ pr/reloader_talos_manifests_stakater_prod_manifest_pr.yaml 2025-03-20 02:56:23.969324450 +0000
@@ -1,38 +1,38 @@
---
# Source: reloader/charts/reloader/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
meta.helm.sh/release-namespace: "github-runner"
meta.helm.sh/release-name: "reloader"
labels:
app: reloader-reloader
- chart: "reloader-1.2.1"
+ chart: "reloader-1.3.0"
release: "reloader"
heritage: "Helm"
app.kubernetes.io/managed-by: "Helm"
name: reloader-reloader
namespace: github-runner
---
# Source: reloader/charts/reloader/templates/clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
meta.helm.sh/release-namespace: "github-runner"
meta.helm.sh/release-name: "reloader"
labels:
app: reloader-reloader
- chart: "reloader-1.2.1"
+ chart: "reloader-1.3.0"
release: "reloader"
heritage: "Helm"
app.kubernetes.io/managed-by: "Helm"
name: reloader-reloader-role
rules:
- apiGroups:
- ""
resources:
- secrets
- configmaps
@@ -57,39 +57,42 @@
- cronjobs
verbs:
- list
- get
- apiGroups:
- "batch"
resources:
- jobs
verbs:
- create
+ - delete
+ - list
+ - get
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
---
# Source: reloader/charts/reloader/templates/clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
meta.helm.sh/release-namespace: "github-runner"
meta.helm.sh/release-name: "reloader"
labels:
app: reloader-reloader
- chart: "reloader-1.2.1"
+ chart: "reloader-1.3.0"
release: "reloader"
heritage: "Helm"
app.kubernetes.io/managed-by: "Helm"
name: reloader-reloader-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: reloader-reloader-role
subjects:
- kind: ServiceAccount
@@ -98,50 +101,50 @@
---
# Source: reloader/charts/reloader/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
meta.helm.sh/release-namespace: "github-runner"
meta.helm.sh/release-name: "reloader"
labels:
app: reloader-reloader
- chart: "reloader-1.2.1"
+ chart: "reloader-1.3.0"
release: "reloader"
heritage: "Helm"
app.kubernetes.io/managed-by: "Helm"
group: com.stakater.platform
provider: stakater
- version: v1.2.1
+ version: v1.3.0
name: reloader-reloader
namespace: github-runner
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
app: reloader-reloader
release: "reloader"
template:
metadata:
labels:
app: reloader-reloader
- chart: "reloader-1.2.1"
+ chart: "reloader-1.3.0"
release: "reloader"
heritage: "Helm"
app.kubernetes.io/managed-by: "Helm"
group: com.stakater.platform
provider: stakater
- version: v1.2.1
+ version: v1.3.0
spec:
containers:
- - image: "ghcr.io/stakater/reloader:v1.2.1"
+ - image: "ghcr.io/stakater/reloader:v1.3.0"
imagePullPolicy: IfNotPresent
name: reloader-reloader
env:
- name: GOMAXPROCS
valueFrom:
resourceFieldRef:
resource: limits.cpu
divisor: '1'
- name: GOMEMLIMIT
valueFrom:
|
4a60fcb
to
c3dd48c
Compare
9333528
to
2dd1126
Compare
32c0a77
to
79d8dbc
Compare
2dd1126
to
dedff36
Compare
dedff36
to
e659475
Compare
47c7117
to
7ea057f
Compare
7ea057f
to
be94f5f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.1
->1.3.0
Release Notes
stakater/Reloader (reloader)
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: stakater/Reloader@v1.2.1...v1.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.