feat(helm)!: Update chart pod-gateway ( 6.6.1 → 7.1.1 )#2803
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(helm)!: Update chart pod-gateway ( 6.6.1 → 7.1.1 )#2803renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | helm | pod-gateway | 6.6.1 | 7.1.1 |
--- 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 |
--- 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
+ |
This file contains hidden or 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
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:
6.6.1→7.1.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angelnu/helm-charts (pod-gateway)
v7.1.1Compare Source
Changelog:
Changed
v7.1.0Compare Source
Changelog:
Changed
v7.0.5Compare Source
Changelog:
Changed
v7.0.4Compare Source
Changelog:
Changed
v7.0.3Compare Source
Changelog:
Changed
v7.0.2Compare Source
Changelog:
Changed
v7.0.1Compare Source
Changelog:
Changed
v7.0.0Compare Source
Changelog:
Changed
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.