1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Maintenance] Bump ArangoDB to 3.12 in examples (#1713)

This commit is contained in:
Adam Janikowski 2024-09-03 15:02:24 +02:00 committed by GitHub
parent db5406e868
commit 81dfd87566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 8 deletions

View file

@ -22,6 +22,7 @@
- (Feature) Improve Gateway Config gen - (Feature) Improve Gateway Config gen
- (Feature) Integration Service TLS - (Feature) Integration Service TLS
- (Feature) (Gateway) SNI and Authz support - (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) ## [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 - (Maintenance) Go 1.22.4 & Kubernetes 1.29.6 libraries

View file

@ -4,7 +4,7 @@ metadata:
name: "cluster1-with-sync" name: "cluster1-with-sync"
spec: spec:
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'
tls: tls:
altNames: ["kube-01", "kube-02", "kube-03"] altNames: ["kube-01", "kube-02", "kube-03"]
sync: sync:

View file

@ -4,7 +4,7 @@ metadata:
name: "cluster2-with-sync" name: "cluster2-with-sync"
spec: spec:
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'
tls: tls:
altNames: ["kube-01", "kube-02", "kube-03"] altNames: ["kube-01", "kube-02", "kube-03"]
sync: sync:

View file

@ -13,5 +13,5 @@ spec:
prometheus.io/port: '9101' prometheus.io/port: '9101'
prometheus.io/scrape_interval: '5s' prometheus.io/scrape_interval: '5s'
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'
environment: Production environment: Production

View file

@ -4,5 +4,5 @@ metadata:
name: "production-cluster" name: "production-cluster"
spec: spec:
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'
environment: Production environment: Production

View file

@ -11,7 +11,7 @@ spec:
command: ["arangodb_operator", "reboot"] command: ["arangodb_operator", "reboot"]
args: args:
- --deployment-name=my-arangodb-cluster - --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 - --license-secret-name=arangodb-license-key
- --coordinators=3 - --coordinators=3
- pvc-9aa241f7-df94-11e9-b74c-42010aac0044 - pvc-9aa241f7-df94-11e9-b74c-42010aac0044

View file

@ -13,4 +13,4 @@ spec:
prometheus.io/port: '9101' prometheus.io/port: '9101'
prometheus.io/scrape_interval: '5s' prometheus.io/scrape_interval: '5s'
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'

View file

@ -4,4 +4,4 @@ metadata:
name: "example-simple-cluster" name: "example-simple-cluster"
spec: spec:
mode: Cluster mode: Cluster
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'

View file

@ -4,4 +4,4 @@ metadata:
name: "example-simple-single" name: "example-simple-single"
spec: spec:
mode: Single mode: Single
image: 'arangodb/arangodb:3.10.8' image: 'arangodb/arangodb:3.12.2'