Skip to content

Commit

Permalink
Merge pull request #421 from celo-org/conductor-updatestrategy
Browse files Browse the repository at this point in the history
conductor   updateStrategy
  • Loading branch information
alvarof2 authored Nov 1, 2024
2 parents 0680090 + 1c47e33 commit c4f05a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/op-conductor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: op-conductor
apiVersion: v2
version: 0.0.6
version: 0.0.7
description: Helm chart deploying OP Conductor, a HA controller for op-node
home: https://clabs.co
sources:
Expand Down
3 changes: 2 additions & 1 deletion charts/op-conductor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-conductor

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)

Helm chart deploying OP Conductor, a HA controller for op-node

Expand Down Expand Up @@ -78,6 +78,7 @@ Helm chart deploying OP Conductor, a HA controller for op-node
| services.rpc.type | string | `"ClusterIP"` | |
| statefulset.annotations | object | `{}` | |
| statefulset.podAnnotations | object | `{}` | |
| updateStrategy.type | string | `"RollingUpdate"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder.
4 changes: 1 addition & 3 deletions charts/op-conductor/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ spec:
configMap:
name: {{ template "op-conductor.fullname" . }}-scripts
updateStrategy:
rollingUpdate:
partition: 0
type: RollingUpdate
{{- toYaml .Values.updateStrategy | nindent 4 }}
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
Expand Down
4 changes: 4 additions & 0 deletions charts/op-conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
repository: us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-conductor
tag: ea8d7ce5425edb3d1adcf0a8bb2a98fcdb21b3e0
pullPolicy: IfNotPresent

updateStrategy:
type: RollingUpdate

statefulset:
annotations: {}
podAnnotations: {}
Expand Down

0 comments on commit c4f05a8

Please sign in to comment.