Skip to content

Commit

Permalink
Changing image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgleason committed Sep 11, 2024
1 parent 6cc8ca6 commit 5f27977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The `k8s-operator` target installs the Eidolon operator in your k8s cluster. Thi
* It first checks if helm and kubectl are installed
* It then checks the permissions of the current user to see if they can install the operator by running `./verify_k8s`
* If you are NOT using minikube locally set the environment variable `DOCKER_REPO_URL` to the proper location.
* Linux/OSX: `export DOCKER_REPO_URL=localhost:5000/cbusha-backend`
* Windows (Powershell): `$env:DOCKER_REPO_URL="localhost:5000/cbusha-backend"`
* Linux/OSX: `export DOCKER_REPO_URL=<ip>:5000/my-eidolon-project`
* Windows (Powershell): `$env:DOCKER_REPO_URL="<ip>:5000/my-eidolon-project"`
* It then checks if the operator is already installed, if not, it installs the operator by running
* `helm repo add eidolon https://eidolonai.com/charts`
* `helm install eidolon eidolon/eidolon-operator-chart`
Expand Down
2 changes: 1 addition & 1 deletion resources/conversational_agent.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: server.eidolon.com/v1alpha1
apiVersion: server.eidolonai.com/v1alpha1
kind: Agent
metadata:
name: conversational-agent
Expand Down
2 changes: 1 addition & 1 deletion resources/speech_agent.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: server.eidolon.com/v1alpha1
apiVersion: server.eidolonai.com/v1alpha1
kind: Agent
metadata:
name: speech-agent
Expand Down

0 comments on commit 5f27977

Please sign in to comment.