diff --git a/charts/blockscout-ens/CHANGELOG.md b/charts/blockscout-ens/CHANGELOG.md index cacb462..6f715fe 100644 --- a/charts/blockscout-ens/CHANGELOG.md +++ b/charts/blockscout-ens/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## 1.1.3 + +### Fixes + +- Fixing image repository + ## 1.1.2 ### Fixes diff --git a/charts/blockscout-ens/Chart.yaml b/charts/blockscout-ens/Chart.yaml index e6487da..7a80463 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: 1.1.2 +version: 1.1.3 # 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: "1.0.0" +appVersion: "1.5.3" diff --git a/charts/blockscout-ens/values.yaml b/charts/blockscout-ens/values.yaml index ac1da67..056f957 100644 --- a/charts/blockscout-ens/values.yaml +++ b/charts/blockscout-ens/values.yaml @@ -18,7 +18,7 @@ global: bens: image: - repository: ghcr.io/blockscout/blockscout-ens + repository: ghcr.io/blockscout/bens pullPolicy: Always tag: main replicaCount: 1