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

feat(container): update app-template ( 3.6.1 → 3.7.1 ) #563

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Update Change
app-template minor 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@home0ps
Copy link

home0ps bot commented Feb 7, 2025

--- 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

@renovate renovate bot changed the title feat(container): update app-template ( 3.6.1 → 3.7.0 ) feat(container): update app-template ( 3.6.1 → 3.7.1 ) Feb 11, 2025
@renovate renovate bot force-pushed the renovate/app-template-3.x branch from c12f62b to 23a59d4 Compare February 11, 2025 16:04
@home0ps
Copy link

home0ps bot commented Feb 11, 2025

--- 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

@renovate renovate bot force-pushed the renovate/app-template-3.x branch from 23a59d4 to a19fd59 Compare February 11, 2025 16:05
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.

0 participants