Skip to content

Commit 5499e63

Browse files
[Update] Replace beta.kubernetes.io/arch to kubernetes.io/arch in Operator Chart (#992)
1 parent 07ba184 commit 5499e63

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
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

chart/arangodb-ingress-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
requiredDuringSchedulingIgnoredDuringExecution:
3232
nodeSelectorTerms:
3333
- matchExpressions:
34-
- key: beta.kubernetes.io/arch
34+
- key: kubernetes.io/arch
3535
operator: In
3636
values:
3737
- amd64

chart/kube-arangodb/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
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 }}

0 commit comments

Comments
 (0)