Skip to content

Commit

Permalink
update pull command, Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 10, 2024
1 parent 3b0d197 commit e597ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ Once you've inspected [the installer](./orijen-udf-install.sh) and the contents

## UDF Deployment Tags Needed

### Base

- [X] LabID - Each XC lab has a unique GUID. This is passed into the deployment to determine what resources and permissions should be provisioned.
- [X] SQS - This is the SQS queue the Orijen tool is watching.
- [X] SQS - This is the SQS queue the Orijen Provisioning tool is watching. This value should be specified as a URL.

## Project Orijen

Expand Down
2 changes: 1 addition & 1 deletion orijen-udf-base-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo systemctl enable docker
sudo systemctl start docker

# Variable Declarations
IMAGE=ghcr.io/f5devcentral/orijen-udf-services:latest
IMAGE=ghcr.io/f5devcentral/orijen-udf-service/orijen-udf-base:latest
SERVICE=orijen-udf-base.service
CONTAINER=orijen-udf-base

Expand Down

0 comments on commit e597ba3

Please sign in to comment.