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

Commit

Permalink
Merge pull request #91 from w3f/timeout
Browse files Browse the repository at this point in the history
minor chart refactoring, timeout increase
  • Loading branch information
ironoa authored Feb 17, 2022
2 parents 4f70ae2 + 5d68609 commit bbcc813
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "registrar"
version = "0.2.18"
version = "0.2.29"
authors = ["lamafab <[email protected]>"]
edition = "2018"

Expand Down
3 changes: 2 additions & 1 deletion charts/polkadot-registrar-challenger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
description: Polkadot Challenger
name: polkadot-registrar-challenger
version: v0.2.27
version: v0.2.29
appVersion: v0.2.29
apiVersion: v2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
- name: config
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-challenger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment: production

image:
repository: web3f/polkadot-registrar-challenger
tag: v0.2.27
#tag: latest
pullPolicy: Always

config:
Expand Down

0 comments on commit bbcc813

Please sign in to comment.