Skip to content

Commit

Permalink
Merge pull request #405 from celo-org/proxyd-v0.2.0
Browse files Browse the repository at this point in the history
Proxyd proxyd-v0.2.0 tag
  • Loading branch information
alvarof2 authored Oct 7, 2024
2 parents 0088240 + 167971b commit a2aaacf
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.4
appVersion: "v0.1.0"
version: 0.1.5
appVersion: "v0.2.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.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)
![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.2.0](https://img.shields.io/badge/AppVersion-v0.2.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.1.0"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"v0.2.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.1.0"
tag: "v0.2.0"

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

0 comments on commit a2aaacf

Please sign in to comment.