Skip to content

Commit b20402d

Browse files
committed
Updated manifest to 0.0.1
1 parent 67d6fda commit b20402d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/arango-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ subjects:
6363
name: default
6464
namespace: default
6565

66-
6766
---
6867

6968
## deployment.yaml
@@ -72,6 +71,7 @@ apiVersion: extensions/v1beta1
7271
kind: Deployment
7372
metadata:
7473
name: arango-operator
74+
namespace: default
7575
spec:
7676
replicas: 1
7777
template:
@@ -82,7 +82,7 @@ spec:
8282
containers:
8383
- name: arangodb-operator
8484
imagePullPolicy: IfNotPresent
85-
image: ewoutp/arangodb-operator@sha256:ed82144ebe0d768c99fe44594fff9da7f70aad750254988e9e4247be3575c0fa
85+
image: arangodb/arangodb-operator@sha256:a11715a6445c34b96e492bcdfe37c4f7b9063bb8634a3e4cbf7abaeffd06c146
8686
env:
8787
- name: MY_POD_NAMESPACE
8888
valueFrom:

0 commit comments

Comments
 (0)