Skip to content

Commit

Permalink
Merge pull request #12 from blockscout/blockscout-ens
Browse files Browse the repository at this point in the history
update bens to 1.0.0
  • Loading branch information
alik-agaev authored Dec 26, 2023
2 parents 3affffc + 8b6466b commit defc2b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions charts/blockscout-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/blockscout-ens/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion charts/blockscout-ens/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ bens:
env:
# NAME: VALUE
##
BENS__BLOCKSCOUT__NETWORKS__5__URL: https://eth-goerli.blockscout.com/

podAnnotations: {}

Expand Down

0 comments on commit defc2b4

Please sign in to comment.