diff --git a/README.md b/README.md index 2d6288f84..2856153d3 100644 --- a/README.md +++ b/README.md @@ -40,23 +40,23 @@ it is intended to be. ```bash # The following will install the custom resources required by the operators. -helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-crd.tgz +helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb-crd.tgz # The following will install the operator for `ArangoDeployment` & # `ArangoDeplomentReplication` resources. -helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb.tgz +helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb.tgz # To use `ArangoLocalStorage`, also run -helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.3/kube-arangodb-storage.tgz +helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.4/kube-arangodb-storage.tgz ``` ## Installation of latest release using Kubectl ```bash -kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-crd.yaml -kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment.yaml +kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-crd.yaml +kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment.yaml # To use `ArangoLocalStorage`, also run -kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-storage.yaml +kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-storage.yaml # To use `ArangoDeploymentReplication`, also run -kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.3/manifests/arango-deployment-replication.yaml +kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.4/manifests/arango-deployment-replication.yaml ``` ## Building diff --git a/manifests/arango-deployment-replication.yaml b/manifests/arango-deployment-replication.yaml index dc42b956e..dda2290cf 100644 --- a/manifests/arango-deployment-replication.yaml +++ b/manifests/arango-deployment-replication.yaml @@ -103,7 +103,7 @@ spec: containers: - name: operator imagePullPolicy: IfNotPresent - image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293 + image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966 args: - --operator.deployment-replication env: diff --git a/manifests/arango-deployment.yaml b/manifests/arango-deployment.yaml index f8eb8167f..a70a571d9 100644 --- a/manifests/arango-deployment.yaml +++ b/manifests/arango-deployment.yaml @@ -103,7 +103,7 @@ spec: containers: - name: operator imagePullPolicy: IfNotPresent - image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293 + image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966 args: - --operator.deployment - --chaos.allowed=false diff --git a/manifests/arango-storage.yaml b/manifests/arango-storage.yaml index 289c0bf6f..9cff7eb2d 100644 --- a/manifests/arango-storage.yaml +++ b/manifests/arango-storage.yaml @@ -141,7 +141,7 @@ spec: containers: - name: operator imagePullPolicy: IfNotPresent - image: arangodb/kube-arangodb@sha256:0fa19da3d9f36523db6386149f8f0f4b166d88a0e6275d2a3c12d2567a776293 + image: arangodb/kube-arangodb@sha256:b0277e18e89828b1bfc952d4433484a57a9988e4e023828b65fd8d00b8eeb966 args: - --operator.storage env: