diff --git a/charts/stable/pod-gateway/Chart.yaml b/charts/stable/pod-gateway/Chart.yaml index 0bae9efc..61e8a94c 100644 --- a/charts/stable/pod-gateway/Chart.yaml +++ b/charts/stable/pod-gateway/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.2.5 +appVersion: 1.2.6 description: Admision controller to change the default gateway and DNS server of PODs name: pod-gateway -version: 2.1.0 +version: 2.1.1 kubeVersion: ">=1.16.0-0" keywords: - pod-gateway diff --git a/charts/stable/pod-gateway/README.md b/charts/stable/pod-gateway/README.md index 7b613ffc..5d39edb8 100644 --- a/charts/stable/pod-gateway/README.md +++ b/charts/stable/pod-gateway/README.md @@ -1,6 +1,6 @@ # pod-gateway -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 1.2.5](https://img.shields.io/badge/AppVersion-1.2.5-informational?style=flat-square) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: 1.2.6](https://img.shields.io/badge/AppVersion-1.2.6-informational?style=flat-square) Admision controller to change the default gateway and DNS server of PODs @@ -118,7 +118,7 @@ certificates. It does not install it as dependency to avoid conflicts. | command[0] | string | `"/bin/gateway_sidecar.sh"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/pod-gateway"` | | -| image.tag | string | `"v1.2.5"` | | +| image.tag | string | `"v1.2.6"` | | | initContainers[0].command[0] | string | `"/bin/gateway_init.sh"` | | | initContainers[0].image | string | `nil` | Will be set automatically | | initContainers[0].imagePullPolicy | string | `nil` | Will be set automatically | @@ -155,7 +155,7 @@ certificates. It does not install it as dependency to avoid conflicts. | webhook.args[5] | string | `"--DNSPolicy=None"` | | | webhook.image.pullPolicy | string | `"IfNotPresent"` | | | webhook.image.repository | string | `"ghcr.io/k8s-at-home/gateway-admision-controller"` | | -| webhook.image.tag | string | `"v3.3.1"` | | +| webhook.image.tag | string | `"v3.3.2"` | | | webhook.inserted.init.cmd | string | `"/bin/client_init.sh"` | | | webhook.inserted.init.mountPath | string | `"/config"` | | | webhook.inserted.init.pullPolicy | string | `nil` | Will be set automatically | @@ -179,6 +179,23 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.1.1] + +#### Added + +- Tolerate PODs that do not include namespace +- fix for missing VXLAN_GATEWAY_IP + +#### Changed + +- N/A + +#### Removed + +- N/A + +[2.1.1]: #2.1.1 + ### [2.1.0] #### Added diff --git a/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl b/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl index 367aa70d..edcb2d18 100644 --- a/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl +++ b/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl @@ -9,6 +9,23 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.1.1] + +#### Added + +- Tolerate PODs that do not include namespace +- fix for missing VXLAN_GATEWAY_IP + +#### Changed + +- N/A + +#### Removed + +- N/A + +[2.1.1]: #2.1.1 + ### [2.1.0] #### Added diff --git a/charts/stable/pod-gateway/values.yaml b/charts/stable/pod-gateway/values.yaml index 3227707f..0dcf7dfd 100644 --- a/charts/stable/pod-gateway/values.yaml +++ b/charts/stable/pod-gateway/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/k8s-at-home/pod-gateway pullPolicy: IfNotPresent - tag: v1.2.5 + tag: v1.2.6 # -- IP address of the DNS server within the vxlan tunnel. # All mutated PODs will get this as their DNS server. @@ -145,7 +145,7 @@ webhook: image: repository: ghcr.io/k8s-at-home/gateway-admision-controller pullPolicy: IfNotPresent - tag: v3.3.1 + tag: v3.3.2 # -- Selector for namespace. # All pods in this namespace will get their default gateway changed