From 5f279778d24bd1aa56ae92569230fcb8da9c9f31 Mon Sep 17 00:00:00 2001 From: jrgleason Date: Wed, 11 Sep 2024 12:43:26 -0400 Subject: [PATCH] Changing image name --- k8s/Readme.md | 4 ++-- resources/conversational_agent.yaml | 2 +- resources/speech_agent.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/Readme.md b/k8s/Readme.md index 3986e03..56918be 100644 --- a/k8s/Readme.md +++ b/k8s/Readme.md @@ -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=:5000/my-eidolon-project` + * Windows (Powershell): `$env:DOCKER_REPO_URL=":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` diff --git a/resources/conversational_agent.yaml b/resources/conversational_agent.yaml index 3176fb4..b13cd42 100644 --- a/resources/conversational_agent.yaml +++ b/resources/conversational_agent.yaml @@ -1,4 +1,4 @@ -apiVersion: server.eidolon.com/v1alpha1 +apiVersion: server.eidolonai.com/v1alpha1 kind: Agent metadata: name: conversational-agent diff --git a/resources/speech_agent.yaml b/resources/speech_agent.yaml index 5ddd3d4..964b0c2 100644 --- a/resources/speech_agent.yaml +++ b/resources/speech_agent.yaml @@ -1,4 +1,4 @@ -apiVersion: server.eidolon.com/v1alpha1 +apiVersion: server.eidolonai.com/v1alpha1 kind: Agent metadata: name: speech-agent