Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump signer version #374

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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