Skip to content

Commit

Permalink
fix: Bad configuration items cause incompatible Ingress and apisix (#424
Browse files Browse the repository at this point in the history
)

fix: #423 

Co-authored-by: rongxin <[email protected]>
  • Loading branch information
AlinsRan and AlinsRan authored Dec 23, 2022
1 parent 064c6c1 commit e3b16cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- nginx
- crd
type: application
version: 0.11.0
version: 0.11.1
appVersion: 1.6.0-rc1
sources:
- https://github.com/apache/apisix-helm-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ data:
{{- end }}
{{- end }}
enable_profiling: {{ .Values.config.enableProfiling }}
apisix-admin-api-version: {{ .Values.config.apisixAdminAPIVersion }}
apisix-resource-sync-interval: {{ .Values.config.apisixResourceSyncInterval }}
kubernetes:
kubeconfig: {{ .Values.config.kubernetes.kubeconfig | quote }}
Expand All @@ -53,6 +52,7 @@ data:
apisix_version: {{ .Values.config.kubernetes.apiVersion | quote }}
plugin_metadata_cm: {{ .Values.config.kubernetes.pluginMetadataCM | quote }}
apisix:
admin_api_version: {{ .Values.config.apisixAdminAPIVersion | quote }}
{{ if .Values.config.apisix.serviceFullname }}
default_cluster_base_url: http://{{ .Values.config.apisix.serviceFullname }}:{{ .Values.config.apisix.servicePort }}/apisix/admin
{{ else }}
Expand Down

0 comments on commit e3b16cb

Please sign in to comment.