Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pythnet image #6

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/pythnet-rpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pythnet-rpc
description: Pythnet Network RPC
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v1.13.6-20220607"
4 changes: 2 additions & 2 deletions charts/pythnet-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pythnet-rpc

![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: v1.13.6-20220607](https://img.shields.io/badge/AppVersion-v1.13.6--20220607-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: v1.13.6-20220607](https://img.shields.io/badge/AppVersion-v1.13.6--20220607-informational?style=flat-square)

Pythnet Network RPC

Expand All @@ -11,7 +11,7 @@ Pythnet Network RPC
| affinity | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"public.ecr.aws/pyth-network/hermes"` | |
| image.repository | string | `"public.ecr.aws/pyth-network/pythnet"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/pythnet-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pythnet:
replicaCount: 1

image:
repository: public.ecr.aws/pyth-network/hermes
repository: public.ecr.aws/pyth-network/pythnet
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
Loading