From f20c67003754dd6b70a0fe8c46c1f5b93069e609 Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Sun, 9 Oct 2022 10:48:45 +0800 Subject: [PATCH] chore: mark APISIX Ingress as release version (#363) --- charts/apisix-ingress-controller/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml index c0c158ad..da81542d 100644 --- a/charts/apisix-ingress-controller/Chart.yaml +++ b/charts/apisix-ingress-controller/Chart.yaml @@ -24,7 +24,7 @@ keywords: - nginx - crd type: application -version: 0.10.0 +version: 0.10.1 appVersion: 1.5.0 sources: - https://github.com/apache/apisix-helm-chart @@ -34,4 +34,4 @@ maintainers: # ref: https://artifacthub.io/docs/topics/annotations/helm/ annotations: - artifacthub.io/prerelease: "true" + artifacthub.io/prerelease: "false"