Skip to content

Commit 6e7b105

Browse files
committed
update dependencies
1 parent 8f5d859 commit 6e7b105

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/push-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
context: .
3737
platforms: linux/amd64,linux/arm64
3838
push: true
39-
tags: '${{ github.event.release.tag_name }}' # Use the release tag as the image tag
39+
tags: 'v2:dev' # Use the release tag as the image tag

charts/Chart.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ maintainers:
1919
# ref: https://artifacthub.io/docs/topics/annotations/helm/
2020
annotations:
2121
artifacthub.io/prerelease: "true"
22+
23+
dependencies:
24+
- name: api7ee3
25+
version: ">= 0.17.12"
26+
repository: "https://charts.api7.ai"
27+
- name: gateway
28+
version: ">= 0.2.14"
29+
repository: "https://charts.api7.ai"

0 commit comments

Comments
 (0)