diff --git a/charts/postfix/v0.1.0/templates/deployment.yaml b/charts/postfix/v0.1.0/templates/deployment.yaml index 71a8c30..5bbaac4 100644 --- a/charts/postfix/v0.1.0/templates/deployment.yaml +++ b/charts/postfix/v0.1.0/templates/deployment.yaml @@ -66,17 +66,19 @@ spec: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - {{ include "postfix.name" . }} - - key: app.kubernetes.io/instance - operator: In - values: - - {{ .Release.Name }} - topologyKey: "kubernetes.io/hostname" + - weight: 100 + podAffinityTerm: + labelSelector: + matchExpressions: + - key: app.kubernetes.io/name + operator: In + values: + - {{ include "postfix.name" . }} + - key: app.kubernetes.io/instance + operator: In + values: + - {{ .Release.Name }} + topologyKey: "kubernetes.io/hostname" {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} diff --git a/charts/sapl/v0.2.0/Chart.yaml b/charts/sapl/v0.2.0/Chart.yaml index 8e6f924..fbba2ac 100644 --- a/charts/sapl/v0.2.0/Chart.yaml +++ b/charts/sapl/v0.2.0/Chart.yaml @@ -13,7 +13,7 @@ version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 3.1.162-RC19 +appVersion: 3.1.163-RC2 icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png