Skip to content

Commit

Permalink
fix: removed unused ingressPaths from ingress (mend#647)
Browse files Browse the repository at this point in the history
* fix: removed unused ingressPaths from ingress

* fix: removed unused ingressPaths from ingress

---------

Co-authored-by: nabeelsaabna <nabeel.saabna@mend.io>
  • Loading branch information
nabeelsaabna and nabeelsaabna authored Jan 28, 2025
1 parent 843d36c commit 933af88
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mend-renovate-ce
version: 9.3.0
version: 9.3.1
appVersion: 9.3.0
description: Mend Renovate Community Edition
home: https://github.com/mend/renovate-ce-ee
Expand Down
1 change: 0 additions & 1 deletion helm-charts/mend-renovate-ce/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "mend-renovate.fullname" . -}}
{{- $ingressPaths := .Values.ingress.paths -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mend-renovate-enterprise-edition
version: 3.3.0
version: 3.3.1
appVersion: 9.3.0
description: Mend Renovate Enterprise Edition
home: https://github.com/mend/renovate-ce-ee
Expand Down
1 change: 0 additions & 1 deletion helm-charts/mend-renovate-ee/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "mend-renovate.fullname" . -}}
{{- $ingressPaths := .Values.ingress.paths -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down

0 comments on commit 933af88

Please sign in to comment.