Skip to content
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.0.43 #2721

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
reloader patch 1.0.42 -> 1.0.43

Release Notes

stakater/Reloader (reloader)

v1.0.43

Compare Source

Changelog
  • 651320b Merge branch 'master' into fix/helm-rbac-cronjob
  • 31402aa Merge pull request #​538 from PatrickSpies/fix/helm-rbac-cronjob
  • 6a659de [skip-ci] Update artifacts
  • f33b5e9 fix(helm): add missing permissions to role too
  • 128612c fix(helm-chart): add missing rbac for cronjob-triggering

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Path: base/reloader/helmrelease.yaml
Version: 1.0.42 -> 1.0.43

@@ -59,6 +59,19 @@
 - update
 - patch
 - apiGroups:
+ - "batch"
+ resources:
+ - cronjobs
+ verbs:
+ - list
+ - get
+ - apiGroups:
+ - "batch"
+ resources:
+ - jobs
+ verbs:
+ - create
+ - apiGroups:
 - ""
 resources:
 - events
@@ -102,7 +115,7 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.42
+ version: v1.0.43
 name: reloader-reloader
 namespace: default
 spec:
@@ -121,10 +134,10 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.42
+ version: v1.0.43
 spec:
 containers:
- - image: "ghcr.io/stakater/reloader:v1.0.42"
+ - image: "ghcr.io/stakater/reloader:v1.0.43"
 imagePullPolicy: IfNotPresent
 name: reloader-reloader
 ports:

@rxbn rxbn merged commit c821219 into master Oct 11, 2023
2 checks passed
@rxbn rxbn deleted the renovate/reloader-1.x branch October 11, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant