Skip to content
Closed
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 charts/argocd-understack/templates/application-dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- $understack/components/dex/values.yaml
- $deploy/{{ include "understack.deploy_path" $ }}/dex/values.yaml
repoURL: https://charts.dexidp.io
targetRevision: 0.24.0
targetRevision: 0.24.1
- path: components/dex
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
Expand Down
7 changes: 5 additions & 2 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,15 @@ pod:
configMap:
name: ironic-inspection-rules
optional: true
replicas:
api: 4
conductor: 1
lifecycle:
disruption_budget:
api:
# this should be set to no more than (pod.replicas.api - 1)
# usually set on per-deployment basis.
min_available: 0
min_available: 1
resources:
enabled: true
api:
Expand All @@ -290,7 +293,7 @@ pod:
affinity:
anti:
type:
default: preferredDuringSchedulingIgnoredDuringExecution
default: ""
conductor: requiredDuringSchedulingIgnoredDuringExecution
topologyKey:
default: kubernetes.io/hostname
Expand Down
Loading