-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(helm): update chart reloader to 1.0.85 #2371
Merged
Merged
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
snoopy82481-bot
bot
added
renovate/helm
type/patch
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
area/kubernetes
Changes made in the kubernetes namespace directory
labels
Apr 24, 2024
--- HelmRelease: kube-system/reloader Deployment: kube-system/reloader
+++ HelmRelease: kube-system/reloader Deployment: kube-system/reloader
@@ -9,13 +9,13 @@
app: reloader
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
group: com.stakater.platform
provider: stakater
- version: v1.0.80
+ version: v1.0.85
name: reloader
namespace: kube-system
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
@@ -28,16 +28,16 @@
app: reloader
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
group: com.stakater.platform
provider: stakater
- version: v1.0.80
+ version: v1.0.85
spec:
containers:
- - image: ghcr.io/stakater/reloader:v1.0.80
+ - image: ghcr.io/stakater/reloader:v1.0.85
imagePullPolicy: IfNotPresent
name: reloader
ports:
- name: http
containerPort: 9090
livenessProbe:
--- HelmRelease: kube-system/reloader PodMonitor: kube-system/reloader
+++ HelmRelease: kube-system/reloader PodMonitor: kube-system/reloader
@@ -18,11 +18,11 @@
namespaceSelector:
matchNames:
- kube-system
selector:
matchLabels:
app: reloader
- chart: reloader-1.0.80
+ chart: reloader-1.0.85
release: reloader
heritage: Helm
app.kubernetes.io/managed-by: Helm
|
--- kubernetes/apps/kube-system/reloader/app Kustomization: flux-system/cluster-apps-reloader HelmRelease: kube-system/reloader
+++ kubernetes/apps/kube-system/reloader/app Kustomization: flux-system/cluster-apps-reloader HelmRelease: kube-system/reloader
@@ -13,13 +13,13 @@
chart: reloader
interval: 15m
sourceRef:
kind: HelmRepository
name: stakater
namespace: flux-system
- version: 1.0.80
+ version: 1.0.85
install:
createNamespace: true
remediation:
retries: 5
interval: 15m
maxHistory: 2 |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
snoopy82481-bot
bot
force-pushed
the
renovate/reloader-1.x
branch
from
April 24, 2024 10:18
59475ae
to
3e3a647
Compare
snoopy82481-bot
bot
changed the title
fix(helm): update chart reloader to 1.0.81
fix(helm): update chart reloader to 1.0.82
Apr 24, 2024
snoopy82481-bot
bot
force-pushed
the
renovate/reloader-1.x
branch
from
April 25, 2024 20:17
3e3a647
to
4dc1775
Compare
snoopy82481-bot
bot
changed the title
fix(helm): update chart reloader to 1.0.82
fix(helm): update chart reloader to 1.0.83
Apr 25, 2024
snoopy82481-bot
bot
force-pushed
the
renovate/reloader-1.x
branch
from
April 26, 2024 12:30
4dc1775
to
c23cf77
Compare
snoopy82481-bot
bot
changed the title
fix(helm): update chart reloader to 1.0.83
fix(helm): update chart reloader to 1.0.84
Apr 26, 2024
| datasource | package | from | to | | ---------- | -------- | ------ | ------ | | helm | reloader | 1.0.80 | 1.0.85 |
snoopy82481-bot
bot
force-pushed
the
renovate/reloader-1.x
branch
from
April 26, 2024 15:18
c23cf77
to
59f2a68
Compare
snoopy82481-bot
bot
changed the title
fix(helm): update chart reloader to 1.0.84
fix(helm): update chart reloader to 1.0.85
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Changes made in the kubernetes namespace directory
renovate/helm
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
type/patch
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.0.80
->1.0.85
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
stakater/Reloader (reloader)
v1.0.84
Compare Source
Changelog
f0c3b61
Docs restructuring (#644)70eafce
[skip-ci] Update artifacts7cde0e7
chore(deps): update stakater/.github action to v0.0.71 (#634)v1.0.83
Compare Source
Changelog
768f719
[skip-ci] Update artifacts222a9fd
chore(deps): update dependency stakater/vale-package to v0.0.17 (#637)467a2e6
update (#643)v1.0.82
Compare Source
Changelog
038c923
Merge branch 'master' into close_body24bb264
Merge pull request #641 from testwill/close_body226f115
[skip-ci] Update artifacts0442c55
fix: close resp bodyv1.0.81
Compare Source
Changelog
6f798c0
Merge pull request #638 from diannaowa/loglevelc1bc54d
[skip-ci] Update artifacts2094906
support --log-level argument in command lineConfiguration
📅 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.
This PR has been generated by Renovate Bot.