Skip to content

Conversation

@tzssangglass
Copy link
Member

@tzssangglass tzssangglass commented Nov 9, 2022

Fix #389

# limitations under the License.

{{- $isBeta := (semverCompare ">=2.99.0" .Values.apisix.image.tag) }}
{{- $isBeta := (semverCompare ">=2.99.0-debian" .Values.apisix.image.tag) }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>=2.99.0-debian is a bad syntax, I will try to update it.


:::note

apisix-ingress-controller is not compatible with APISIX 3.x.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the dashboard is also not compatible with APISIX 3.x, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@tzssangglass
Copy link
Member Author

  • 2.99.0-debian
  • 2.99.0-centos
  • 3.0.0-debian
  • 3.0.0-centos

work around with semverCompare ">=2.99.0-0", and would make isBeta as true and use config format of v3.


### APISIX v3.x

The current default version of APISIX installed is 2.15.0, if you want to install APISIX 3.x, to install the chart of APISIX with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The current default version of APISIX installed is 2.15.0, if you want to install APISIX 3.x, to install the chart of APISIX with:
The current default version of APISIX installed is `2.15.0`, if you want to install APISIX 3.x, to install the chart of APISIX with:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


:::note

APISIX-Ingress-Controller and APISIX Dashboard are not compatible with APISIX 3.x.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
APISIX-Ingress-Controller and APISIX Dashboard are not compatible with APISIX 3.x.
The latest APISIX Ingress Controller and APISIX Dashboard are not compatible with APISIX 3.x.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@tzssangglass
Copy link
Member Author

note that the appVersion in Chart.yaml is 2.15.0

@tao12345666333 tao12345666333 merged commit b2f13ac into apache:master Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: using the latest image(3.0.0-centos) to upgrade helm release failed: container cannot connect to etcd

3 participants