From e628a3f5e4a4c3c9ec8da3fed6166c21669b6342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Wed, 29 Dec 2021 18:23:31 +0100 Subject: [PATCH] update ingress from v1beta to v1 (#45) --- charts/docker-mailserver/Chart.yaml | 2 +- charts/docker-mailserver/templates/ingress-rainloop.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/docker-mailserver/Chart.yaml b/charts/docker-mailserver/Chart.yaml index c7711cd5..bf3c8c8c 100644 --- a/charts/docker-mailserver/Chart.yaml +++ b/charts/docker-mailserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "8.0.1" description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker. name: docker-mailserver -version: 0.3.1 +version: 0.3.2 sources: - https://github.com/funkypenguin/helm-docker-mailserver maintainers: diff --git a/charts/docker-mailserver/templates/ingress-rainloop.yaml b/charts/docker-mailserver/templates/ingress-rainloop.yaml index e5fcfb3e..fafdac14 100644 --- a/charts/docker-mailserver/templates/ingress-rainloop.yaml +++ b/charts/docker-mailserver/templates/ingress-rainloop.yaml @@ -3,7 +3,7 @@ {{- $fullName := include "dockermailserver.fullname" . -}} {{- $servicePort := .Values.rainloop.service.port -}} {{- $ingressPath := .Values.rainloop.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: labels: