Skip to content

Commit

Permalink
[Maintenance] Bump ArangoDB to 3.12 in examples (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow authored Sep 3, 2024
1 parent db5406e commit 81dfd87
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- (Feature) Improve Gateway Config gen
- (Feature) Integration Service TLS
- (Feature) (Gateway) SNI and Authz support
- (Maintenance) Bump Examples to ArangoDB 3.12

## [1.2.42](https://github.com/arangodb/kube-arangodb/tree/1.2.42) (2024-07-23)
- (Maintenance) Go 1.22.4 & Kubernetes 1.29.6 libraries
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster1-with-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: "cluster1-with-sync"
spec:
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
tls:
altNames: ["kube-01", "kube-02", "kube-03"]
sync:
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster2-with-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: "cluster2-with-sync"
spec:
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
tls:
altNames: ["kube-01", "kube-02", "kube-03"]
sync:
Expand Down
2 changes: 1 addition & 1 deletion examples/production-cluster-with-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
prometheus.io/port: '9101'
prometheus.io/scrape_interval: '5s'
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
environment: Production
2 changes: 1 addition & 1 deletion examples/production-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: "production-cluster"
spec:
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
environment: Production
2 changes: 1 addition & 1 deletion examples/reboot-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
command: ["arangodb_operator", "reboot"]
args:
- --deployment-name=my-arangodb-cluster
- --image-name=arangodb/enterprise:3.10.8
- --image-name=arangodb/enterprise:3.12.2
- --license-secret-name=arangodb-license-key
- --coordinators=3
- pvc-9aa241f7-df94-11e9-b74c-42010aac0044
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-cluster-with-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
prometheus.io/port: '9101'
prometheus.io/scrape_interval: '5s'
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
2 changes: 1 addition & 1 deletion examples/simple-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: "example-simple-cluster"
spec:
mode: Cluster
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'
2 changes: 1 addition & 1 deletion examples/single-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: "example-simple-single"
spec:
mode: Single
image: 'arangodb/arangodb:3.10.8'
image: 'arangodb/arangodb:3.12.2'

0 comments on commit 81dfd87

Please sign in to comment.