Skip to content

Commit

Permalink
Merge pull request #374 from celo-org/tls-signer-size-limit
Browse files Browse the repository at this point in the history
Bump signer version
  • Loading branch information
alvarof2 committed Aug 5, 2024
2 parents 791a765 + 1eca1a3 commit fe2c741
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/op-signer-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: op-signer-service
description: A Helm chart for OP signer service
type: application
version: 0.1.5
appVersion: "v0.0.4"
version: 0.1.6
appVersion: "v0.0.5"
maintainers:
- name: cLabs
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/op-signer-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-signer-service

![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.4](https://img.shields.io/badge/AppVersion-v0.0.4-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.5](https://img.shields.io/badge/AppVersion-v0.0.5-informational?style=flat-square)

A Helm chart for OP signer service

Expand All @@ -23,7 +23,7 @@ A Helm chart for OP signer service
| fullnameOverride | string | `""` | Chart full name override |
| image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/op-signer-service/op-signer-service"` | Image repository |
| image.tag | string | `"v0.0.4"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"v0.0.5"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | Image pull secrets |
| livenessProbe | object | `{"httpGet":{"path":"/","port":"http"}}` | Liveness probe |
| nameOverride | string | `""` | Chart name override |
Expand Down
2 changes: 1 addition & 1 deletion charts/op-signer-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
pullPolicy: IfNotPresent
# -- Image tag
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.4"
tag: "v0.0.5"

# -- Image pull secrets
imagePullSecrets: []
Expand Down

0 comments on commit fe2c741

Please sign in to comment.