-
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
🤖 Update chart app-template to 3.7.1 #406
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
--- HelmRelease: observability/unpoller Service: observability/unpoller
+++ HelmRelease: observability/unpoller Service: observability/unpoller
@@ -5,12 +5,13 @@
name: unpoller
labels:
app.kubernetes.io/instance: unpoller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: unpoller
app.kubernetes.io/service: unpoller
+ namespace: observability
spec:
type: ClusterIP
ports:
- port: 9130
targetPort: 9130
protocol: TCP
--- HelmRelease: observability/unpoller Deployment: observability/unpoller
+++ HelmRelease: observability/unpoller Deployment: observability/unpoller
@@ -5,12 +5,13 @@
name: unpoller
labels:
app.kubernetes.io/component: unpoller
app.kubernetes.io/instance: unpoller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: unpoller
+ namespace: observability
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
--- HelmRelease: observability/unpoller ServiceMonitor: observability/unpoller
+++ HelmRelease: observability/unpoller ServiceMonitor: observability/unpoller
@@ -4,12 +4,13 @@
metadata:
name: unpoller
labels:
app.kubernetes.io/instance: unpoller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: unpoller
+ namespace: observability
spec:
jobLabel: unpoller
namespaceSelector:
matchNames:
- observability
selector:
--- HelmRelease: kube-system/irqbalance DaemonSet: kube-system/irqbalance
+++ HelmRelease: kube-system/irqbalance DaemonSet: kube-system/irqbalance
@@ -5,12 +5,13 @@
name: irqbalance
labels:
app.kubernetes.io/component: fstrim
app.kubernetes.io/instance: irqbalance
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: irqbalance
+ namespace: kube-system
spec:
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/component: fstrim
app.kubernetes.io/name: irqbalance
--- HelmRelease: external/kromgo Service: external/kromgo
+++ HelmRelease: external/kromgo Service: external/kromgo
@@ -5,12 +5,13 @@
name: kromgo
labels:
app.kubernetes.io/instance: kromgo
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: kromgo
app.kubernetes.io/service: kromgo
+ namespace: external
spec:
type: ClusterIP
ports:
- port: 8888
targetPort: 8888
protocol: TCP
--- HelmRelease: external/kromgo Deployment: external/kromgo
+++ HelmRelease: external/kromgo Deployment: external/kromgo
@@ -5,12 +5,13 @@
name: kromgo
labels:
app.kubernetes.io/component: kromgo
app.kubernetes.io/instance: kromgo
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: kromgo
+ namespace: external
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: RollingUpdate
selector: |
--- cluster/kubernetes/apps/kube-system/irqbalance/app Kustomization: flux-system/irqbalance HelmRelease: kube-system/irqbalance
+++ cluster/kubernetes/apps/kube-system/irqbalance/app Kustomization: flux-system/irqbalance HelmRelease: kube-system/irqbalance
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.7.0
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- cluster/kubernetes/apps/external/kromgo/app Kustomization: flux-system/kromgo HelmRelease: external/kromgo
+++ cluster/kubernetes/apps/external/kromgo/app Kustomization: flux-system/kromgo HelmRelease: external/kromgo
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.7.0
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- cluster/kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller HelmRelease: observability/unpoller
+++ cluster/kubernetes/apps/observability/unpoller/app Kustomization: flux-system/unpoller HelmRelease: observability/unpoller
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.7.0
+ version: 3.7.1
dependsOn:
- name: kube-prometheus-stack
namespace: observability
install:
remediation:
retries: 3 |
chrede88
approved these changes
Feb 11, 2025
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:
3.7.0
->3.7.1
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.
This PR has been generated by Renovate Bot.