Skip to content

Commit e268a64

Browse files
feat(subgraph-availability-oracle): image pull policy Always (#548)
1 parent 78d5b0b commit e268a64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/subgraph-availability-oracle/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.7.1
18+
version: 0.7.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=ghcr.io/graphprotocol/availability-oracle
25-
appVersion: "v1.0.0"
25+
appVersion: "v1.2.0"

charts/subgraph-availability-oracle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy a Subgraph Availability Oracle into your Kubernetes stack
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
66

77
## Introduction
88

@@ -52,7 +52,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
5252
| grafana.dashboards | Enable creation of Grafana dashboards. [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart) must be configured to search this namespace, see `sidecar.dashboards.searchNamespace` | bool | `false` |
5353
| grafana.dashboardsConfigMapLabel | Must match `sidecar.dashboards.label` value for the [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart) | string | `"grafana_dashboard"` |
5454
| grafana.dashboardsConfigMapLabelValue | Must match `sidecar.dashboards.labelValue` value for the [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart) | string | `"1"` |
55-
| image | Image for subgraph-radio | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/availability-oracle","tag":"latest"}` |
55+
| image | Image for subgraph-radio | object | `{"pullPolicy":"Always","repository":"ghcr.io/graphprotocol/availability-oracle","tag":"latest"}` |
5656
| image.tag | Overrides the image tag | string | Chart.appVersion |
5757
| imagePullSecrets | Pull secrets required to fetch the Image | list | `[]` |
5858
| livenessProbe | Define livenessProbe as needed | list | `[]` |

charts/subgraph-availability-oracle/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ aliases: {}
7777
# -- Image for subgraph-radio
7878
image:
7979
repository: ghcr.io/graphprotocol/availability-oracle
80-
pullPolicy: IfNotPresent
80+
pullPolicy: Always
8181
# -- Overrides the image tag
8282
# @default -- Chart.appVersion
8383
tag: "latest"

0 commit comments

Comments
 (0)