Skip to content

Commit

Permalink
Merge pull request #386 from celo-org/proxyd-container-version
Browse files Browse the repository at this point in the history
Proxyd container version
  • Loading branch information
alvarof2 committed Aug 27, 2024
2 parents d1e3487 + b2e21ce commit 1f7bb68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/op-proxyd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: op-proxyd
description: Celo implementation for OP proxyd
type: application
version: 0.1.3
appVersion: "v0.0.2"
version: 0.1.4
appVersion: "v0.1.0"
home: https://clabs.co
sources:
- https://celo.org
Expand Down
4 changes: 2 additions & 2 deletions charts/op-proxyd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-proxyd

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.2](https://img.shields.io/badge/AppVersion-v0.0.2-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

Celo implementation for OP proxyd

Expand Down Expand Up @@ -29,7 +29,7 @@ Celo implementation for OP proxyd
| fullnameOverride | string | `""` | Chart full name override |
| image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/proxyd/proxyd"` | Image repository |
| image.tag | string | `"v0.0.2"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"v0.1.0"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | Image pull secrets |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `"nginx"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/op-proxyd/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.2"
tag: "v0.1.0"

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

0 comments on commit 1f7bb68

Please sign in to comment.