Skip to content

Commit 971c402

Browse files
authored
helm: fix default image ref (#33)
Signed-off-by: Seena Fallah <seena.fallah@ionos.com>
1 parent 97cc17c commit 971c402

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chart/archsight/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: archsight
33
description: A Helm chart for ArchSight
44
type: application
5-
version: 0.1.0
6-
appVersion: "v0.1.4"
5+
version: 0.1.1
6+
appVersion: "0.1.4"

chart/archsight/values.yaml

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

33
image:
4-
repository: archsight
4+
repository: ghcr.io/ionos-cloud/archsight
55
pullPolicy: IfNotPresent
66
# Overrides the image tag whose default is the chart appVersion.
77
tag: ""
@@ -159,4 +159,4 @@ extraVolumes: []
159159
extraVolumeMounts: []
160160

161161
# Command arguments (passed to ENTRYPOINT ["archsight"])
162-
args: ["web", "--port", "4567"]
162+
args: ["web", "--port", "4567", "-H", "0.0.0.0", "--production"]

0 commit comments

Comments
 (0)