We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed75000 commit c28f83eCopy full SHA for c28f83e
Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
description: GitLab Auto-deploy Helm Chart - Rails version
3
name: auto-deploy-rails
4
-version: 0.3.0
+version: 0.3.1
5
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
templates/ingress.yaml
{{- if .Values.service.enabled -}}
-apiVersion: networking.k8s.io/v1beta
+apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "fullname" . }}
0 commit comments