Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: celo-org/charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 48cb15f6f9ab83e991570b885ee21e98cf559a0a
Choose a base ref
..
head repository: celo-org/charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9df4097362923d3c4028ab1ce1c81f75177b6b0a
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +2 −2 charts/op-proxyd/Chart.yaml
  2. +2 −2 charts/op-proxyd/README.md
  3. +1 −1 charts/op-proxyd/values.yaml
4 changes: 2 additions & 2 deletions charts/op-proxyd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
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

@@ -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"` | |
2 changes: 1 addition & 1 deletion charts/op-proxyd/values.yaml
Original file line number Diff line number Diff line change
@@ -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: []