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

Commit

Permalink
fix: set the right Docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Dec 14, 2021
1 parent ddb4810 commit 1311e98
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions deployments/k8s/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/charts/*.tgz
2 changes: 1 addition & 1 deletion deployments/k8s/asyncapi-event-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Helm chart that installs the AsyncAPI Event-Gateway - https://github.com/asyncap
| env.EVENTGATEWAY_DEBUG | string | `"true"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/asyncapi/event-gateway"` | |
| image.repository | string | `asyncapi/event-gateway"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s/asyncapi-event-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
repository: ghcr.io/asyncapi/event-gateway
repository: asyncapi/event-gateway
pullPolicy: IfNotPresent
tag: "latest"

Expand Down
Binary file not shown.

0 comments on commit 1311e98

Please sign in to comment.