Skip to content

Commit

Permalink
Merge pull request #118 from celo-org/jcortejoso/restart-geth-cj
Browse files Browse the repository at this point in the history
Pod to restart as variable
  • Loading branch information
jcortejoso authored Aug 22, 2023
2 parents 5a42784 + 82ee10e commit 94290e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: common
version: 0.3.3
version: 0.3.4
type: library
home: https://celo.org
icon: https://pbs.twimg.com/profile_images/1613170131491848195/InjXBNx9_400x400.jpg
Expand Down
4 changes: 2 additions & 2 deletions charts/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm chart with helper templates and functions for Celo nodes. Import into your chart with `dependencies` and use the templates and functions

![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)

- [common](#common)
- [Chart releases](#chart-releases)
Expand All @@ -23,7 +23,7 @@ To import this chart into your chart, add the following to your `requirements.ya
dependencies:
- name: common
repository: oci://us-west1-docker.pkg.dev/celo-testnet/clabs-public-oci
version: 0.3.3
version: 0.3.4
```
## Values
Expand Down
2 changes: 1 addition & 1 deletion charts/common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ spec:
- -c
args:
- |
kubectl delete pod -n {{ .Release.Namespace }} {{ template "common.fullname" . }}-{{ .podIndex }}-0
kubectl delete pod -n {{ .Release.Namespace }} {{ .podName }}
image: bitnami/kubectl:latest
imagePullPolicy: Always
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 94290e2

Please sign in to comment.