mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Update ArangoDB version used in examples YAMLs (#1342)
This commit is contained in:
parent
d2fdf62e10
commit
a7b5e47759
9 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: "cluster1-with-sync"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
tls:
|
||||
altNames: ["kube-01", "kube-02", "kube-03"]
|
||||
sync:
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: "cluster2-with-sync"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
tls:
|
||||
altNames: ["kube-01", "kube-02", "kube-03"]
|
||||
sync:
|
||||
|
|
|
@ -13,5 +13,5 @@ spec:
|
|||
prometheus.io/port: '9101'
|
||||
prometheus.io/scrape_interval: '5s'
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
environment: Production
|
||||
|
|
|
@ -4,5 +4,5 @@ metadata:
|
|||
name: "production-cluster"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
environment: Production
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
command: ["arangodb_operator", "reboot"]
|
||||
args:
|
||||
- --deployment-name=my-arangodb-cluster
|
||||
- --image-name=arangodb/enterprise:3.10.6
|
||||
- --image-name=arangodb/enterprise:3.10.8
|
||||
- --license-secret-name=arangodb-license-key
|
||||
- --coordinators=3
|
||||
- pvc-9aa241f7-df94-11e9-b74c-42010aac0044
|
||||
|
|
|
@ -13,4 +13,4 @@ spec:
|
|||
prometheus.io/port: '9101'
|
||||
prometheus.io/scrape_interval: '5s'
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
|
|
|
@ -4,4 +4,4 @@ metadata:
|
|||
name: "example-simple-cluster"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
|
|
|
@ -4,4 +4,4 @@ metadata:
|
|||
name: "example-simple-single"
|
||||
spec:
|
||||
mode: Single
|
||||
image: 'arangodb/arangodb:3.10.6'
|
||||
image: 'arangodb/arangodb:3.10.8'
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ -z $VERSION ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
ARANGODB_VERSION=3.10.6
|
||||
ARANGODB_VERSION=3.10.8
|
||||
|
||||
function replaceInFile {
|
||||
local EXPR=$1
|
||||
|
|
Loading…
Reference in a new issue