Skip to content

Commit

Permalink
Merge pull request #349 from celo-org/proxyd-image
Browse files Browse the repository at this point in the history
Proxyd image
  • Loading branch information
alvarof2 authored Jul 10, 2024
2 parents b1094bf + 190c2e8 commit 3535f0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/op-proxyd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: op-proxyd
description: Celo implementation for OP proxyd
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.0.1"
home: https://clabs.co
sources:
Expand Down
6 changes: 3 additions & 3 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.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)

Celo implementation for OP proxyd

Expand Down Expand Up @@ -28,8 +28,8 @@ Celo implementation for OP proxyd
| config | string | `""` | Config as string. Minimal example at https://github.com/ethereum-optimism/optimism/blob/develop/proxyd/example.config.toml |
| fullnameOverride | string | `""` | Chart full name override |
| image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/dev-images/proxyd"` | Image repository |
| image.tag | string | `"test"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/proxyd/proxyd"` | Image repository |
| image.tag | string | `"v0.0.1"` | 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
4 changes: 2 additions & 2 deletions charts/op-proxyd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ replicaCount: 1

image:
# -- Image repository
repository: us-west1-docker.pkg.dev/devopsre/dev-images/proxyd
repository: us-west1-docker.pkg.dev/devopsre/proxyd/proxyd
# -- Image pullpolicy
pullPolicy: IfNotPresent
# -- Image tag
# Overrides the image tag whose default is the chart appVersion.
tag: "test"
tag: "v0.0.1"

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

0 comments on commit 3535f0b

Please sign in to comment.