generated from onedr0p/cluster-template
-
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
feat(container): update app-template ( 3.6.1 → 3.7.1 ) #563
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/app-template-3.x
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.
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
--- kubernetes/router/apps/default/wireguard/app Kustomization: flux-system/wg HelmRelease: default/wg
+++ kubernetes/router/apps/default/wireguard/app Kustomization: flux-system/wg HelmRelease: default/wg
@@ -14,13 +14,13 @@
chart: app-template
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.1
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 15m
upgrade:
cleanupOnFail: true
--- kubernetes/router/apps/default/ufw/app Kustomization: flux-system/ufw HelmRelease: default/ufw
+++ kubernetes/router/apps/default/ufw/app Kustomization: flux-system/ufw HelmRelease: default/ufw
@@ -14,13 +14,13 @@
chart: app-template
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.1
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 15m
upgrade:
cleanupOnFail: true |
c12f62b
to
23a59d4
Compare
--- HelmRelease: default/wg ServiceAccount: default/wg
+++ HelmRelease: default/wg ServiceAccount: default/wg
@@ -4,9 +4,10 @@
metadata:
name: wg
labels:
app.kubernetes.io/instance: wg
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: wg
+ namespace: default
secrets:
- name: wg-default-sa-token
--- HelmRelease: default/wg ConfigMap: default/wg-entrypoint
+++ HelmRelease: default/wg ConfigMap: default/wg-entrypoint
@@ -4,12 +4,13 @@
metadata:
name: wg-entrypoint
labels:
app.kubernetes.io/instance: wg
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: wg
+ namespace: default
data:
entrypoint.sh: |
#!/bin/sh
# Load the WireGuard configuration from the secret
cp /tmp/wg-config/wg0.conf /etc/wireguard/wg0.conf
--- HelmRelease: default/wg Deployment: default/wg
+++ HelmRelease: default/wg Deployment: default/wg
@@ -7,12 +7,13 @@
app.kubernetes.io/component: wg
app.kubernetes.io/instance: wg
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: wg
annotations:
reloader.stakater.com/auto: 'true'
+ namespace: default
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
--- HelmRelease: default/ufw ServiceAccount: default/ufw
+++ HelmRelease: default/ufw ServiceAccount: default/ufw
@@ -4,9 +4,10 @@
metadata:
name: ufw
labels:
app.kubernetes.io/instance: ufw
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ufw
+ namespace: default
secrets:
- name: ufw-default-sa-token
--- HelmRelease: default/ufw ConfigMap: default/ufw-config
+++ HelmRelease: default/ufw ConfigMap: default/ufw-config
@@ -4,12 +4,13 @@
metadata:
name: ufw-config
labels:
app.kubernetes.io/instance: ufw
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ufw
+ namespace: default
data:
ufw-rules.sh: |
#!/bin/bash
find /etc/ufw/ -name "*.rules.*" -type f -mtime +30 -exec rm -f {} \;
ufw --force reset
--- HelmRelease: default/ufw ConfigMap: default/ufw-ipsum
+++ HelmRelease: default/ufw ConfigMap: default/ufw-ipsum
@@ -4,12 +4,13 @@
metadata:
name: ufw-ipsum
labels:
app.kubernetes.io/instance: ufw
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ufw
+ namespace: default
data:
ipsum-rules.sh: |
#!/bin/bash
# URL to download the IP blocklist from the ipsum repository
ipsum_url='https://raw.githubusercontent.com/stamparm/ipsum/master/ipsum.txt'
--- HelmRelease: default/ufw DaemonSet: default/ufw
+++ HelmRelease: default/ufw DaemonSet: default/ufw
@@ -7,12 +7,13 @@
app.kubernetes.io/component: ufw
app.kubernetes.io/instance: ufw
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ufw
annotations:
reloader.stakater.com/auto: 'true'
+ namespace: default
spec:
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/component: ufw
app.kubernetes.io/name: ufw |
23a59d4
to
a19fd59
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:
3.6.1
->3.7.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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 was generated by Mend Renovate. View the repository job log.