Skip to content

Commit

Permalink
Update vault chart for new ingress API
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Sep 13, 2023
1 parent 1e7b6b0 commit 434c5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vault/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.6.1
appVersion: 1.9.2
version: 0.6.2
appVersion: 1.14.2
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
sources:
Expand Down
2 changes: 1 addition & 1 deletion vault/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "vault.fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ template "vault.fullname" . }}
Expand Down

0 comments on commit 434c5b2

Please sign in to comment.