Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1311e98

Browse files
authored
fix: set the right Docker image name
1 parent ddb4810 commit 1311e98

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

deployments/k8s/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/charts/*.tgz

deployments/k8s/asyncapi-event-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Helm chart that installs the AsyncAPI Event-Gateway - https://github.com/asyncap
1919
| env.EVENTGATEWAY_DEBUG | string | `"true"` | |
2020
| fullnameOverride | string | `""` | |
2121
| image.pullPolicy | string | `"IfNotPresent"` | |
22-
| image.repository | string | `"ghcr.io/asyncapi/event-gateway"` | |
22+
| image.repository | string | `asyncapi/event-gateway"` | |
2323
| image.tag | string | `"latest"` | |
2424
| imagePullSecrets | list | `[]` | |
2525
| nameOverride | string | `""` | |

deployments/k8s/asyncapi-event-gateway/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ spec:
8282
httpGet:
8383
path: /
8484
port: http
85+
initialDelaySeconds: 5
8586
resources:
8687
{{- toYaml .Values.resources | nindent 12 }}
8788
{{- with .Values.nodeSelector }}

deployments/k8s/asyncapi-event-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
repository: ghcr.io/asyncapi/event-gateway
6+
repository: asyncapi/event-gateway
77
pullPolicy: IfNotPresent
88
tag: "latest"
99

Binary file not shown.

0 commit comments

Comments
 (0)