Skip to content

Commit

Permalink
Merge pull request #1909 from w3f/will-vals160
Browse files Browse the repository at this point in the history
Remove Stale Validators
  • Loading branch information
wpank authored Aug 11, 2022
2 parents f4ca2bd + 5ac25bf commit bdf776e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 301 deletions.
2 changes: 1 addition & 1 deletion charts/otv-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: 1K Validators Backend
name: otv-backend
version: v2.6.24
version: v2.6.25
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/otv-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:

image:
repo: web3f/otv-backend
tag: v2.6.24
tag: v2.6.25

certificate:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions helmfile.d/10-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ releases:
namespace: kusama
{{ if eq .Environment.Name "production" }}
chart: w3f/otv-backend
version: v2.6.24
version: v2.6.25
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand All @@ -27,7 +27,7 @@ releases:
namespace: polkadot
{{ if eq .Environment.Name "production" }}
chart: w3f/otv-backend
version: v2.6.24
version: v2.6.25
{{ else }}
chart: ../charts/otv-backend
{{ end }}
Expand Down
Loading

0 comments on commit bdf776e

Please sign in to comment.