UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 96097516 authored by Samuel Sarnowski's avatar Samuel Sarnowski Committed by Michael Martin
Browse files

Duplicate ServiceEntry name template fix

parent 5bc15ef7
No related branches found
No related tags found
1 merge request!210Duplicate ServiceEntry name template fix
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [9.7.3-bb.1] - 2024-05-03
### Fixed
- Duplicate Istio ServiceEntry name for SSO
## [9.7.3-bb.0] - 2024-05-02
### Changed
- ironbank/opensource/mattermost/mattermost updated from 9.7.2 to 9.7.3
......
# mattermost
![Version: 9.7.3-bb.0](https://img.shields.io/badge/Version-9.7.3--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.7.3](https://img.shields.io/badge/AppVersion-9.7.3-informational?style=flat-square)
![Version: 9.7.3-bb.1](https://img.shields.io/badge/Version-9.7.3--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.7.3](https://img.shields.io/badge/AppVersion-9.7.3-informational?style=flat-square)
Deployment of mattermost
......
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: 9.7.3-bb.0
version: 9.7.3-bb.1
appVersion: 9.7.3
description: "Deployment of mattermost"
keywords:
......
......@@ -3,7 +3,7 @@
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: {{ .Release.Name }}-mattermost
name: {{ .Release.Name }}-sso-mattermost
namespace: {{ $.Release.Namespace }}
spec:
hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment