Skip to content

Commit

Permalink
fix(4allportal): incorrect service referred name (#284)
Browse files Browse the repository at this point in the history
* fix: incorrect service referred name

incremental patch Chart version increase

* chore: Update 'README.md's

---------

Co-authored-by: jpkraemer-mg <jpkraemer-mg@users.noreply.github.com>
  • Loading branch information
jpkraemer-mg and jpkraemer-mg authored Dec 19, 2024
1 parent 8bc394e commit f6d6451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4allportal

![Version: 20.3.3](https://img.shields.io/badge/Version-20.3.3-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)
![Version: 20.3.4](https://img.shields.io/badge/Version-20.3.4-informational?style=flat-square) ![AppVersion: 3.10.38](https://img.shields.io/badge/AppVersion-3.10.38-informational?style=flat-square)

A Helm chart for 4ALLPORTAL version 3.10.0 and up

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 f6d6451

Please sign in to comment.