diff --git a/charts/blockscout-ens/CHANGELOG.md b/charts/blockscout-ens/CHANGELOG.md index 8ae1367..ecdea3c 100644 --- a/charts/blockscout-ens/CHANGELOG.md +++ b/charts/blockscout-ens/CHANGELOG.md @@ -1,5 +1,15 @@ # ChangeLog +## 1.0.0 + +### Feature + +- Update bens app to 1.0.0 + +### Fixes + +- Remove stale default env + ## 0.1.1 ### Fixes diff --git a/charts/blockscout-ens/Chart.yaml b/charts/blockscout-ens/Chart.yaml index 19fcee2..2d1fa4b 100644 --- a/charts/blockscout-ens/Chart.yaml +++ b/charts/blockscout-ens/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.1" +appVersion: "1.0.0" diff --git a/charts/blockscout-ens/values.yaml b/charts/blockscout-ens/values.yaml index 9d30fc7..c657bbf 100644 --- a/charts/blockscout-ens/values.yaml +++ b/charts/blockscout-ens/values.yaml @@ -57,7 +57,6 @@ bens: env: # NAME: VALUE ## - BENS__BLOCKSCOUT__NETWORKS__5__URL: https://eth-goerli.blockscout.com/ podAnnotations: {}