Skip to content

Commit

Permalink
Fix ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Aug 21, 2024
1 parent 75afb1f commit 4146db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dvt-relayer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: dvt-relayer
version: 0.0.1
version: 0.0.2
appVersion: "relayer"
kubeVersion: "^1.14.0-0"
description: The relayer for the v3-operator service to register DVT validators that used DKG to generate the private keys.
Expand Down
2 changes: 1 addition & 1 deletion charts/dvt-relayer/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "common.names.fullname" . -}}
{{- $svcPort := .Values.service.ports.http -}}
{{- $svcPort := .Values.service.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
Expand Down

0 comments on commit 4146db7

Please sign in to comment.