Skip to content

Commit

Permalink
Merge pull request #52 from lgg42/bump-ingress-api-version-due-to-dep…
Browse files Browse the repository at this point in the history
…recation
  • Loading branch information
shaikatz authored Feb 24, 2021
2 parents d6fdd8a + c7e984f commit 8137731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kamus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: An open source, git-ops, zero-trust secrets encryption and decryption solution for Kubernetes applications
name: kamus
version: 0.9.5
version: 0.9.6
home: https://kamus.soluto.io
icon: https://raw.githubusercontent.com/Soluto/kamus/master/images/logo.png
appVersion: 0.9.0.5
Expand Down
4 changes: 4 additions & 0 deletions charts/kamus/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{- if .Values.ingress.enabled -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1beta1
{{- else -}}
apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: {{ template "kamus.name" . }}
Expand Down

0 comments on commit 8137731

Please sign in to comment.