diff --git a/charts/op-proxyd/Chart.yaml b/charts/op-proxyd/Chart.yaml index 51de2754..284e2956 100644 --- a/charts/op-proxyd/Chart.yaml +++ b/charts/op-proxyd/Chart.yaml @@ -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: diff --git a/charts/op-proxyd/README.md b/charts/op-proxyd/README.md index 5ee3278f..ef0b1924 100644 --- a/charts/op-proxyd/README.md +++ b/charts/op-proxyd/README.md @@ -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 @@ -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"` | | diff --git a/charts/op-proxyd/values.yaml b/charts/op-proxyd/values.yaml index 4d876472..8201187f 100644 --- a/charts/op-proxyd/values.yaml +++ b/charts/op-proxyd/values.yaml @@ -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: []