Skip to content

Commit

Permalink
Merge pull request #265 from arangodb/bug-fix/update-examples
Browse files Browse the repository at this point in the history
Updated examples to use version 3.3.17.
  • Loading branch information
neunhoef authored Oct 23, 2018
2 parents 8be2b30 + 3921753 commit 8f30be1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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: ewoutp/arangodb:3.3.8
image: arangodb/arangodb:3.3.17
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: ewoutp/arangodb:3.3.8
image: arangodb/arangodb:3.3.17
tls:
altNames: ["kube-01", "kube-02", "kube-03"]
sync:
Expand Down
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.3.10
image: arangodb/arangodb:3.3.17
environment: Production
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.3.10
image: arangodb/arangodb:3.3.17
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-preview:3.3
image: arangodb/arangodb:3.3.17

0 comments on commit 8f30be1

Please sign in to comment.