# 5. AN Configuration: Chart.yaml

This is how your chart.yaml should look. All necessary dependencies are included in the AN configuration.

Check the last version [here](https://github.com/DOME-Marketplace/access-node/releases):

<div align="left" dir="ltr" id="bkmrk-apiversion%3A-v2name%3A-"><table><colgroup></colgroup><tbody><tr><td>apiVersion: v2  
name: access-node  
description: Chart holder for ArgoCD  
type: application  
version: 0.7.31  
appVersion: 0.1.0  
dependencies:  
\- name: access-node  
 condition: access-node.enabled  
 repository: https://dome-marketplace.github.io/access-node  
 version: &lt;check the last version&gt;

</td></tr></tbody></table>

</div>