Skip to content

Commit

Permalink
update ingress from v1beta to v1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x authored Dec 29, 2021
1 parent a88778f commit e628a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-mailserver/templates/ingress-rainloop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e628a3f

Please sign in to comment.