Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: topologySpreadConstraints whitespace #104

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mojaloop/account-lookup-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
- name: account-lookup-service
version: 13.0.0
repository: "file://../chart-service"
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/admin-api-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/bof/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
tags:
- mojaloop
- common
version: 3.1.0
version: 3.1.1
- name: security-role-perm-operator-svc
condition: security-role-perm-operator-svc.enabled
repository: "file://../security-role-perm-operator-svc"
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/chart-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/chart-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
4 changes: 2 additions & 2 deletions mojaloop/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: Infrastructure
apiVersion: v2
# Please make sure that version and appVersion are always the same.
appVersion: 3.1.0
appVersion: 3.1.1
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
home: https://github.com/mojaloop/charts/tree/master/mojaloop/common
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
Expand All @@ -20,4 +20,4 @@ sources:
- https://github.com/mojaloop/charts
- http://www.bitnami.com/
type: library
version: 3.1.0
version: 3.1.1
4 changes: 2 additions & 2 deletions mojaloop/common/templates/_topology.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ topologySpreadConstraints:
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app.kubernetes.io/name: {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
app.kubernetes.io/name: {{ default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app.kubernetes.io/name: {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
app.kubernetes.io/name: {{ default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end -}}
2 changes: 1 addition & 1 deletion mojaloop/finance-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
tags:
- mojaloop
- common
version: 3.1.0
version: 3.1.1
- name: role-assignment-service
condition: role-assignment-service.enabled
repository: "file://../role-assignment-service"
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/fspiop-transfer-api-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/mojaloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
tags:
- mojaloop
- common
version: 3.1.0
version: 3.1.1
- name: fspiop-transfer-api-svc
repository: "file://../fspiop-transfer-api-svc"
tags:
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/reporting-events-processor-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-api-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-experience-api-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-positions-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-role-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-settlements-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-shell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-hub-bop-trx-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/reporting-legacy-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
- name: reporting-k8s-templates
alias: reporting-k8s-templates
condition: install-templates
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/role-assignment-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/security-hub-bop-kratos-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion mojaloop/security-role-perm-operator-svc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion template/CHART_NAME/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
repository: "file://../common"
tags:
- moja-common
version: 3.1.0
version: 3.1.1
- condition: SUBCHART_NAME.enabled
name: SUBCHART_NAME
repository: https://charts.bitnami.com/bitnami
Expand Down