apache / apache/apisix-helm-chart

APISIX Ingress Controller chart version mismatch

Open
#945 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Go Template
Stars
289
Forks
282
Avg merge
15h 55m
Merged PRs (30d)
3

Description

```
$ helm repo list | grep apisix
apisix https://apache.github.io/apisix-helm-chart

$ helm fetch apisix/apisix --version=2.13.0
$ tar -xf apisix-2.13.0.tgz

$ cat apisix/Chart.yaml
annotations:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 3.15.0
dependencies:
- condition: etcd.enabled
name: etcd
repository: https://charts.bitnami.com/bitnami
version: 12.0.18
- alias: ingress-controller
condition: ingress-controller.enabled
name: apisix-ingress-controller
repository: https://apache.github.io/apisix-helm-chart
version: 1.1.1 #<--------------------------------------------------- Should it be 1.1.2 ?
description: A Helm chart for Apache APISIX v3
icon: https://apache.org/logos/res/apisix/apisix.png
maintainers:
- name: tao12345666333
- email: alinsran@apache.org
name: AlinsRan
- email: nic443@apache.org
name: nic-6443
- email: bzp2010@apache.org
name: bzp2010
- email: juzhiyuan@api7.ai
name: juzhiyuan
name: apisix
sources:
- https://github.com/apache/apisix-helm-chart
type: application
version: 2.13.0
```

Image

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the APISIX chart's Chart.yaml for version 2.13.0 and compare the declared apisix-ingress-controller dependency with the published chart versions and release metadata. Run Helm dependency or chart validation checks after confirming the correct version; done means the dependency declaration matches the intended published release.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.