From 9498870c02488104b89eb85ebae1847867c112c4 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Sun, 13 Jun 2021 12:30:38 +0200 Subject: [PATCH] fix pod-gateway service definition (#1003) Co-authored-by: angelnu --- charts/stable/pod-gateway/Chart.yaml | 2 +- charts/stable/pod-gateway/README.md | 8 +++++++- charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/pod-gateway/templates/common.yaml | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/charts/stable/pod-gateway/Chart.yaml b/charts/stable/pod-gateway/Chart.yaml index ecbb3c22..c4a79e0f 100644 --- a/charts/stable/pod-gateway/Chart.yaml +++ b/charts/stable/pod-gateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.6 description: Admision controller to change the default gateway and DNS server of PODs name: pod-gateway -version: 3.0.1 +version: 3.0.2 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 f1e04998..730397e2 100644 --- a/charts/stable/pod-gateway/README.md +++ b/charts/stable/pod-gateway/README.md @@ -1,6 +1,6 @@ # pod-gateway -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 1.2.6](https://img.shields.io/badge/AppVersion-1.2.6-informational?style=flat-square) +![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-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 @@ -143,6 +143,12 @@ 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). +### [3.0.2] + +#### Fixed + +- ClusterIP must be none - fixed service definition + ### [3.0.1] #### Fixed diff --git a/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl b/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl index d79dcf96..10428a88 100644 --- a/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl +++ b/charts/stable/pod-gateway/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ 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). +### [3.0.2] + +#### Fixed + +- ClusterIP must be none - fixed service definition + ### [3.0.1] #### Fixed diff --git a/charts/stable/pod-gateway/templates/common.yaml b/charts/stable/pod-gateway/templates/common.yaml index 18641184..1d5a22f7 100644 --- a/charts/stable/pod-gateway/templates/common.yaml +++ b/charts/stable/pod-gateway/templates/common.yaml @@ -55,10 +55,10 @@ probes: service: main: + type: ClusterIP + clusterIP: None ports: http: - type: ClusterIP - clusterIP: None port: 4789 protocol: UDP