Skip to content

Commit 89d2e67

Browse files
authored
chore: update AGP to version v0.3.11 (#58)
* chore: update AGP to v0.3.11 Signed-off-by: Peter Balogh <[email protected]> * ci: use ubuntu 22.04 as runner for GW test Signed-off-by: Peter Balogh <[email protected]> --------- Signed-off-by: Peter Balogh <[email protected]>
1 parent bdc60cc commit 89d2e67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-integrations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
run-tests-gateway:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525

2626
permissions:
2727
contents: 'read'

integrations/Taskfile.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ vars:
1111

1212
## Image config
1313
IMAGE_REPO: '{{ .IMAGE_REPO | default "ghcr.io/agntcy" }}'
14-
GATEWAY_IMAGE_TAG: '{{ .GATEWAY_IMAGE_TAG | default "0.3.2" }}'
14+
GATEWAY_IMAGE_TAG: '{{ .GATEWAY_IMAGE_TAG | default "0.3.11" }}'
1515
DIRECTORY_IMAGE_TAG: '{{ .DIRECTORY_IMAGE_TAG | default "v0.2.1" }}'
1616

1717
IMAGE_BAKE_OPTS: '{{ .IMAGE_BAKE_OPTS | default "--set *.platform=linux/arm64" }}'
18-
TEST_APP_TAG: '{{ .TEST_APP_TAG | default "v0.0.3" }}'
18+
TEST_APP_TAG: '{{ .TEST_APP_TAG | default "v0.0.4" }}'
1919

2020
AZURE_OPENAI_API_KEY: '{{ .AZURE_OPENAI_API_KEY | default "" }}'
2121
AZURE_OPENAI_ENDPOINT: '{{ .AZURE_OPENAI_ENDPOINT | default "" }}'

integrations/agntcy-agp/components/helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ appVersion: "0.1.0"
2828

2929
dependencies:
3030
- name: agp
31-
version: "v0.1.1"
31+
version: "v0.1.2"
3232
repository: oci://ghcr.io/agntcy/agp/helm

0 commit comments

Comments
 (0)