Skip to content

Commit c28f83e

Browse files
committed
v1beta1 not v1beta
1 parent ed75000 commit c28f83e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: GitLab Auto-deploy Helm Chart - Rails version
33
name: auto-deploy-rails
4-
version: 0.3.0
4+
version: 0.3.1
55
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png

templates/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.service.enabled -}}
2-
apiVersion: networking.k8s.io/v1beta
2+
apiVersion: networking.k8s.io/v1beta1
33
kind: Ingress
44
metadata:
55
name: {{ template "fullname" . }}

0 commit comments

Comments
 (0)