Skip to content

Commit

Permalink
fix: incorrect service referred name
Browse files Browse the repository at this point in the history
incremental patch Chart version increase
  • Loading branch information
jpkraemer-mg committed Dec 19, 2024
1 parent 8bc394e commit 1db7435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/4allportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "3.10.38"
description: A Helm chart for 4ALLPORTAL version 3.10.0 and up
name: 4allportal
version: 20.3.3
version: 20.3.4
icon: https://4allportal.com/wp-content/uploads/2022/07/cropped-4ap_logo.png
keywords:
- 4ALLPORTAL
Expand Down
2 changes: 1 addition & 1 deletion charts/4allportal/templates/samba/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
type: ExternalName
externalName: {{ .Values.samba.service.prefix | default "portals" }}-samba-server.{{ .Values.samba.service.namespace | default "portals" }}.svc.cluster.local
externalName: {{ .Values.samba.service.prefix | default "portals" }}-samba-bridge-server.{{ .Values.samba.service.namespace | default "portals" }}.svc.cluster.local
ports:
- name: ws
port: 80
Expand Down

0 comments on commit 1db7435

Please sign in to comment.