Skip to content

Comments

feat(helm)!: Update chart pod-gateway ( 6.6.1 → 7.1.1 )#2803

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pod-gateway-7.x
Open

feat(helm)!: Update chart pod-gateway ( 6.6.1 → 7.1.1 )#2803
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pod-gateway-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Update Change
pod-gateway (source) major 6.6.17.1.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angelnu/helm-charts (pod-gateway)

v7.1.1

Compare Source

Changelog:

Changed
  • fix probes definition for webhook container

v7.1.0

Compare Source

Changelog:

Changed
  • use combined PEM file for webhook TLS certificate

v7.0.5

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

v7.0.4

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

v7.0.3

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

v7.0.2

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

v7.0.1

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

v7.0.0

Compare Source

Changelog:

Changed
  • BREAKING: Updated library version to 4.5.0. If you have only changed the default values in this chart and not done any fine-tunning then you only need to change: - VPN settings - moved from Values.addons.vpn to Values.controllers.main.containers.gluetun - networkPolicies - moved from Values.addons.vpn.networkPolicies to Values.networkPolicies - image versions - moved to Values.controllers.main.containers..image

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.

| datasource | package     | from  | to    |
| ---------- | ----------- | ----- | ----- |
| helm       | pod-gateway | 6.6.1 | 7.1.1 |
@mglants-bot
Copy link

mglants-bot bot commented Feb 17, 2026

--- kubernetes/subterra/apps/networking/vpn-gateway/app Kustomization: flux-system/cluster-apps-vpn-gateway HelmRelease: networking/vpn-gateway

+++ kubernetes/subterra/apps/networking/vpn-gateway/app Kustomization: flux-system/cluster-apps-vpn-gateway HelmRelease: networking/vpn-gateway

@@ -14,13 +14,13 @@

       chart: pod-gateway
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: angelnu-charts
         namespace: flux-system
-      version: 6.6.1
+      version: 7.1.1
   interval: 5m
   values:
     DNSPolicy: ClusterFirst
     addons:
       vpn:
         enabled: true

@mglants-bot
Copy link

mglants-bot bot commented Feb 17, 2026

--- HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway

+++ HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway

@@ -1,22 +0,0 @@

----
-apiVersion: v1
-kind: Service
-metadata:
-  name: vpn-gateway-pod-gateway
-  labels:
-    app.kubernetes.io/service: vpn-gateway-pod-gateway
-    app.kubernetes.io/instance: vpn-gateway
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: pod-gateway
-spec:
-  type: ClusterIP
-  clusterIP: None
-  ports:
-  - port: 4789
-    targetPort: http
-    protocol: UDP
-    name: http
-  selector:
-    app.kubernetes.io/instance: vpn-gateway
-    app.kubernetes.io/name: pod-gateway
-
--- HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway-webhook

+++ HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway-webhook

@@ -1,20 +1,23 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: vpn-gateway-pod-gateway-webhook
   labels:
-    app.kubernetes.io/name: pod-gateway
     app.kubernetes.io/instance: vpn-gateway
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: pod-gateway
+    app.kubernetes.io/service: vpn-gateway-pod-gateway-webhook
+  namespace: networking
 spec:
   type: ClusterIP
   ports:
-  - name: http
+  - port: 8080
+    targetPort: 8080
     protocol: TCP
-    port: 8080
-    targetPort: http
+    name: http
   selector:
-    app.kubernetes.io/name: pod-gateway-webhook
+    app.kubernetes.io/controller: webhook
     app.kubernetes.io/instance: vpn-gateway
+    app.kubernetes.io/name: pod-gateway
 
--- HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway

+++ HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway

@@ -1,92 +0,0 @@

----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: vpn-gateway-pod-gateway
-  labels:
-    app.kubernetes.io/instance: vpn-gateway
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: pod-gateway
-spec:
-  revisionHistoryLimit: 3
-  replicas: 1
-  strategy:
-    type: Recreate
-  selector:
-    matchLabels:
-      app.kubernetes.io/name: pod-gateway
-      app.kubernetes.io/instance: vpn-gateway
-  template:
-    metadata:
-      labels:
-        app.kubernetes.io/name: pod-gateway
-        app.kubernetes.io/instance: vpn-gateway
-    spec:
-      serviceAccountName: default
-      automountServiceAccountToken: true
-      dnsPolicy: ClusterFirst
-      enableServiceLinks: true
-      initContainers:
-      - command:
-        - /bin/gateway_init.sh
-        image: ghcr.io/b-tuma/pod-gateway-udp:v1.11.0
-        imagePullPolicy: IfNotPresent
-        name: routes
-        securityContext:
-          privileged: true
-        volumeMounts:
-        - mountPath: /config
-          name: config
-          readOnly: true
-      containers:
-      - name: vpn-gateway-pod-gateway
-        image: ghcr.io/b-tuma/pod-gateway-udp:v1.11.0
-        imagePullPolicy: IfNotPresent
-        command:
-        - /bin/gateway_sidecar.sh
-        securityContext:
-          capabilities:
-            add:
-            - NET_RAW
-            - NET_ADMIN
-        ports:
-        - name: http
-          containerPort: 4789
-          protocol: UDP
-        volumeMounts:
-        - name: config
-          mountPath: /config
-          readOnly: true
-        - name: tun
-          mountPath: /dev/net/tun
-      - env:
-        - name: VPN_SERVICE_PROVIDER
-          value: custom
-        - name: VPN_TYPE
-          value: wireguard
-        - name: VPN_INTERFACE
-          value: wg0
-        - name: FIREWALL_ENABLED_DISABLING_IT_SHOOTS_YOU_IN_YOUR_FOOT
-          value: 'off'
-        - name: DOT
-          value: 'off'
-        envFrom:
-        - secretRef:
-            name: vpn-gateway-secret
-        image: qmcgaw/gluetun:v3.41.1
-        imagePullPolicy: null
-        name: gluetun
-        securityContext:
-          capabilities:
-            add:
-            - NET_ADMIN
-      volumes:
-      - name: config
-        configMap:
-          defaultMode: 365
-          name: vpn-gateway-pod-gateway
-      - name: tun
-        hostPath:
-          path: /dev/net/tun
-          type: CharDevice
-
--- HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway-webhook

+++ HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway-webhook

@@ -1,92 +1,101 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: vpn-gateway-pod-gateway-webhook
   labels:
-    app.kubernetes.io/name: pod-gateway
+    app.kubernetes.io/controller: webhook
     app.kubernetes.io/instance: vpn-gateway
     app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: pod-gateway
+  annotations:
+    reloader.stakater.com/auto: 'true'
+  namespace: networking
 spec:
+  revisionHistoryLimit: 3
   replicas: 1
   strategy:
-    type: RollingUpdate
+    type: Recreate
   selector:
     matchLabels:
-      app.kubernetes.io/name: pod-gateway-webhook
+      app.kubernetes.io/controller: webhook
+      app.kubernetes.io/name: pod-gateway
       app.kubernetes.io/instance: vpn-gateway
   template:
     metadata:
       labels:
-        app.kubernetes.io/name: pod-gateway-webhook
+        app.kubernetes.io/controller: webhook
         app.kubernetes.io/instance: vpn-gateway
+        app.kubernetes.io/name: pod-gateway
     spec:
-      volumes:
-      - name: certs
-        secret:
-          secretName: vpn-gateway-pod-gateway-webhook-tls
-          defaultMode: 420
+      enableServiceLinks: false
+      serviceAccountName: default
+      automountServiceAccountToken: true
+      hostIPC: false
+      hostNetwork: false
+      hostPID: false
+      dnsPolicy: ClusterFirst
       containers:
-      - name: webhook
-        image: ghcr.io/angelnu/gateway-admision-controller:v3.12.0
-        args:
+      - args:
         - --webhook-listen-address=:8080
-        - --gateway=vpn-gateway-pod-gateway.networking.svc.cluster.local
+        - --gateway=vpn-gateway-pod-gateway-main.networking.svc.cluster.local
         - --DNS=172.16.0.1
         - --configmapName=vpn-gateway-pod-gateway
         - --setGatewayLabel=setGateway
         - --setGatewayAnnotation=setGateway
-        - --tls-cert-file-path=/tls/tls.crt
+        - --tls-cert-file-path=/tls/tls-combined.pem
         - --tls-key-file-path=/tls/tls.key
         - --DNSPolicy=ClusterFirst
-        - --initImage=ghcr.io/b-tuma/pod-gateway-udp:v1.11.0
+        - --initImage=ghcr.io/angelnu/pod-gateway:v1.13.0
         - --initImagePullPol=IfNotPresent
         - --initCmd=/bin/client_init.sh
         - --initMountPoint=/config
-        - --sidecarImage=ghcr.io/b-tuma/pod-gateway-udp:v1.11.0
+        - --sidecarImage=ghcr.io/angelnu/pod-gateway:v1.13.0
         - --sidecarImagePullPol=IfNotPresent
         - --sidecarCmd=/bin/client_sidecar.sh
         - --sidecarMountPoint=/config
-        ports:
-        - name: http
-          containerPort: 8080
-          protocol: TCP
-        resources: {}
-        volumeMounts:
-        - name: certs
-          readOnly: true
-          mountPath: /tls
+        image: ghcr.io/angelnu/gateway-admision-controller:v3.12.0
+        imagePullPolicy: IfNotPresent
         livenessProbe:
+          failureThreshold: 5
           httpGet:
             path: /wh/health
             port: 8080
             scheme: HTTPS
           initialDelaySeconds: 1
+          periodSeconds: 10
           timeoutSeconds: 10
-          periodSeconds: 10
-          successThreshold: 1
+        name: main
+        readinessProbe:
           failureThreshold: 5
-        readinessProbe:
           httpGet:
             path: /wh/health
             port: 8080
             scheme: HTTPS
           initialDelaySeconds: 1
+          periodSeconds: 10
           timeoutSeconds: 10
-          periodSeconds: 10
-          successThreshold: 1
-          failureThreshold: 5
         startupProbe:
+          failureThreshold: 30
           httpGet:
             path: /wh/health
             port: 8080
             scheme: HTTPS
+          initialDelaySeconds: 0
+          periodSeconds: 1
           timeoutSeconds: 1
-          periodSeconds: 1
-          successThreshold: 1
-          failureThreshold: 30
-        terminationMessagePath: /dev/termination-log
-        terminationMessagePolicy: File
-        imagePullPolicy: IfNotPresent
-      restartPolicy: Always
+        volumeMounts:
+        - mountPath: /tls
+          name: certs
+        - mountPath: /dev/net/tun
+          name: tun
+      volumes:
+      - name: certs
+        secret:
+          defaultMode: 420
+          secretName: vpn-gateway-pod-gateway-webhook-tls
+      - hostPath:
+          path: /dev/net/tun
+          type: CharDevice
+        name: tun
 
--- HelmRelease: networking/vpn-gateway Certificate: networking/vpn-gateway-pod-gateway-webhook-tls

+++ HelmRelease: networking/vpn-gateway Certificate: networking/vpn-gateway-pod-gateway-webhook-tls

@@ -15,7 +15,9 @@

     name: vpn-gateway-pod-gateway-webhook-ca
     kind: Issuer
   dnsNames:
   - vpn-gateway-pod-gateway-webhook
   - vpn-gateway-pod-gateway-webhook.networking
   - vpn-gateway-pod-gateway-webhook.networking.svc
+  additionalOutputFormats:
+  - type: CombinedPEM
 
--- HelmRelease: networking/vpn-gateway NetworkPolicy: networking/vpn-gateway-pod-gateway

+++ HelmRelease: networking/vpn-gateway NetworkPolicy: networking/vpn-gateway-pod-gateway

@@ -0,0 +1,29 @@

+---
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  name: vpn-gateway-pod-gateway
+  labels:
+    app.kubernetes.io/instance: vpn-gateway
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: pod-gateway
+  namespace: networking
+spec:
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/controller: main
+      app.kubernetes.io/instance: vpn-gateway
+      app.kubernetes.io/name: pod-gateway
+  policyTypes:
+  - Egress
+  egress:
+  - ports:
+    - port: 1194
+      protocol: UDP
+    to:
+    - ipBlock:
+        cidr: 0.0.0.0/0
+  - to:
+    - ipBlock:
+        cidr: 10.0.0.0/8
+
--- HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway-main

+++ HelmRelease: networking/vpn-gateway Service: networking/vpn-gateway-pod-gateway-main

@@ -0,0 +1,24 @@

+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: vpn-gateway-pod-gateway-main
+  labels:
+    app.kubernetes.io/instance: vpn-gateway
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: pod-gateway
+    app.kubernetes.io/service: vpn-gateway-pod-gateway-main
+  namespace: networking
+spec:
+  type: ClusterIP
+  clusterIP: None
+  ports:
+  - port: 4789
+    targetPort: 4789
+    protocol: UDP
+    name: http
+  selector:
+    app.kubernetes.io/controller: main
+    app.kubernetes.io/instance: vpn-gateway
+    app.kubernetes.io/name: pod-gateway
+
--- HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway-main

+++ HelmRelease: networking/vpn-gateway Deployment: networking/vpn-gateway-pod-gateway-main

@@ -0,0 +1,76 @@

+---
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: vpn-gateway-pod-gateway-main
+  labels:
+    app.kubernetes.io/controller: main
+    app.kubernetes.io/instance: vpn-gateway
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: pod-gateway
+  annotations:
+    reloader.stakater.com/auto: 'true'
+  namespace: networking
+spec:
+  revisionHistoryLimit: 3
+  replicas: 1
+  strategy:
+    type: Recreate
+  selector:
+    matchLabels:
+      app.kubernetes.io/controller: main
+      app.kubernetes.io/name: pod-gateway
+      app.kubernetes.io/instance: vpn-gateway
+  template:
+    metadata:
+      labels:
+        app.kubernetes.io/controller: main
+        app.kubernetes.io/instance: vpn-gateway
+        app.kubernetes.io/name: pod-gateway
+    spec:
+      enableServiceLinks: false
+      serviceAccountName: default
+      automountServiceAccountToken: true
+      hostIPC: false
+      hostNetwork: false
+      hostPID: false
+      dnsPolicy: ClusterFirst
+      initContainers:
+      - command:
+        - /bin/gateway_init.sh
+        image: ghcr.io/angelnu/pod-gateway:v1.13.0
+        imagePullPolicy: IfNotPresent
+        name: routes
+        securityContext:
+          privileged: true
+        volumeMounts:
+        - mountPath: /config
+          name: config
+        - mountPath: /dev/net/tun
+          name: tun
+      containers:
+      - command:
+        - /bin/gateway_sidecar.sh
+        image: ghcr.io/angelnu/pod-gateway:v1.13.0
+        imagePullPolicy: IfNotPresent
+        name: main
+        securityContext:
+          capabilities:
+            add:
+            - NET_RAW
+            - NET_ADMIN
+        volumeMounts:
+        - mountPath: /config
+          name: config
+        - mountPath: /dev/net/tun
+          name: tun
+      volumes:
+      - configMap:
+          defaultMode: 365
+          name: vpn-gateway-pod-gateway
+        name: config
+      - hostPath:
+          path: /dev/net/tun
+          type: CharDevice
+        name: tun
+

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