File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
arangodb-ingress-proxy/templates Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55- (Feature) (ACS) Improve Reconciliation Loop
66- (Bugfix) Allow missing Monitoring CRD
77- (Feature) (ACS) Add Resource plan
8- - (Feature) Allow raw json value for license token-v2
8+ - (Feature) Allow raw json value for license token-v2
9+ - (Update) Replace ` beta.kubernetes.io/arch ` to ` kubernetes.io/arch ` in Operator Chart
910
1011## [ 1.2.12] ( https://github.com/arangodb/kube-arangodb/tree/1.2.12 ) (2022-05-10)
1112- (Feature) Add CoreV1 Endpoints Inspector
Original file line number Diff line number Diff line change 3131 requiredDuringSchedulingIgnoredDuringExecution :
3232 nodeSelectorTerms :
3333 - matchExpressions :
34- - key : beta. kubernetes.io/arch
34+ - key : kubernetes.io/arch
3535 operator : In
3636 values :
3737 - amd64
Original file line number Diff line number Diff line change 6060 requiredDuringSchedulingIgnoredDuringExecution :
6161 nodeSelectorTerms :
6262 - matchExpressions :
63- - key : beta. kubernetes.io/arch
63+ - key : kubernetes.io/arch
6464 operator : In
6565 values :
6666{{- range .Values.operator.architectures }}
You can’t perform that action at this time.
0 commit comments