We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5d859 commit 6e7b105Copy full SHA for 6e7b105
.github/workflows/push-docker.yaml
@@ -36,4 +36,4 @@ jobs:
36
context: .
37
platforms: linux/amd64,linux/arm64
38
push: true
39
- tags: '${{ github.event.release.tag_name }}' # Use the release tag as the image tag
+ tags: 'v2:dev' # Use the release tag as the image tag
charts/Chart.yaml
@@ -19,3 +19,11 @@ maintainers:
19
# ref: https://artifacthub.io/docs/topics/annotations/helm/
20
annotations:
21
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
0 commit comments