diff --git a/system/greenhouse-ccloud/Chart.yaml b/system/greenhouse-ccloud/Chart.yaml index 82998fd363..7a20615ead 100644 --- a/system/greenhouse-ccloud/Chart.yaml +++ b/system/greenhouse-ccloud/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: ccloud description: A Helm chart for the CCloud organization in Greenhouse. type: application -version: 1.11.7 +version: 1.12.0 diff --git a/system/greenhouse-ccloud/ci/test-values.yaml b/system/greenhouse-ccloud/ci/test-values.yaml index 7c438b9058..5282d7b5ec 100644 --- a/system/greenhouse-ccloud/ci/test-values.yaml +++ b/system/greenhouse-ccloud/ci/test-values.yaml @@ -13,6 +13,10 @@ teams: description: Team number 2 mappedIdPGroup: team2 isSupportGroup: false + team3: + description: Team number 2 + mappedIdPGroup: team three + isSupportGroup: false teamRoleBindings: - teamRef: team1 diff --git a/system/greenhouse-ccloud/templates/teams.yaml b/system/greenhouse-ccloud/templates/teams.yaml index a00c1f5ddd..c8c6eef5ae 100644 --- a/system/greenhouse-ccloud/templates/teams.yaml +++ b/system/greenhouse-ccloud/templates/teams.yaml @@ -13,4 +13,5 @@ metadata: spec: description: {{ $team.description | default (printf "Team %s" $teamName) }} mappedIdPGroup: {{ required "Team mappedGroupID is missing" $team.mappedIdPGroup | quote }} + joinUrl: "https://cam.int.sap/cam/ui/admin?item=request&profile={{$team.mappedIdPGroup | replace " " "%20"}}" {{- end }}