mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
[Update] Replace beta.kubernetes.io/arch
to kubernetes.io/arch
in Operator Chart (#992)
This commit is contained in:
parent
07ba184d38
commit
5499e6386c
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,8 @@
|
|||
- (Feature) (ACS) Improve Reconciliation Loop
|
||||
- (Bugfix) Allow missing Monitoring CRD
|
||||
- (Feature) (ACS) Add Resource plan
|
||||
- (Feature) Allow raw json value for license token-v2
|
||||
- (Feature) Allow raw json value for license token-v2
|
||||
- (Update) Replace `beta.kubernetes.io/arch` to `kubernetes.io/arch` in Operator Chart
|
||||
|
||||
## [1.2.12](https://github.com/arangodb/kube-arangodb/tree/1.2.12) (2022-05-10)
|
||||
- (Feature) Add CoreV1 Endpoints Inspector
|
||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
|||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: beta.kubernetes.io/arch
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- amd64
|
||||
|
|
|
@ -60,7 +60,7 @@ spec:
|
|||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: beta.kubernetes.io/arch
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
{{- range .Values.operator.architectures }}
|
||||
|
|
Loading…
Reference in a new issue