Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Dec 2, 2022
1 parent 5b78933 commit dc0f4ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/polkadot-registrar-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-registrar-watcher
version: v0.4.7
appVersion: v0.4.7
version: v0.4.8
appVersion: v0.4.8
apiVersion: v2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
containers:
- name: {{ .Release.Name }}
image: {{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.image.pullPolicy | default "Always" }}
imagePullPolicy: {{ .Values.image.pullPolicy | default "IfNotPresent" }}
args:
- -c
- /app/config/main.yaml
Expand Down
4 changes: 2 additions & 2 deletions helmfile.d/00-registrar-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ releases:
- name: kusama-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.4.7
version: v0.4.8
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/kusama/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.4.7
version: v0.4.8
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/polkadot/registrar-watcher-values.yaml.gotmpl
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-registrar-watcher",
"version": "0.4.7",
"version": "0.4.8",
"description": "Registrar",
"repository": "[email protected]:w3f/polkadot-registrar-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand Down

0 comments on commit dc0f4ba

Please sign in to comment.