Skip to content

Commit

Permalink
change dugtrio pull policy (#253)
Browse files Browse the repository at this point in the history
* change dugtrio pull policy

* update docs
  • Loading branch information
pk910 authored Nov 22, 2023
1 parent 8eaffaf commit 3045c11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/dugtrio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/ethpandaops/dugtrio
sources:
- https://github.com/ethpandaops/dugtrio
type: application
version: 0.0.1
version: 0.0.2
appVersion: "1.0.0"
maintainers:
- name: pk910
Expand Down
4 changes: 2 additions & 2 deletions charts/dugtrio/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# dugtrio

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Fault tolerant load balancer for beacon chain RPC apis

Expand Down Expand Up @@ -62,7 +62,7 @@ endpoints:
| extraVolumes | list | `[]` | Additional volumes |
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
| httpPort | int | `8080` | HTTP port for dugtrio interface |
| image.pullPolicy | string | `"IfNotPresent"` | dugtrio container pull policy |
| image.pullPolicy | string | `"Always"` | dugtrio container pull policy |
| image.repository | string | `"ethpandaops/dugtrio"` | dugtrio container image repository |
| image.tag | string | `"latest"` | dugtrio container image tag |
| ingress.annotations | object | `{}` | Annotations for Ingress |
Expand Down
2 changes: 1 addition & 1 deletion charts/dugtrio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- dugtrio container image tag
tag: "latest"
# -- dugtrio container pull policy
pullPolicy: IfNotPresent
pullPolicy: Always

# -- Custom args for the dugtrio container
customArgs:
Expand Down

0 comments on commit 3045c11

Please sign in to comment.