Skip to content

Commit

Permalink
Reverting some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Dec 20, 2023
1 parent c729fed commit 951f3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions helm/falco/charts/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: gsoci.azurecr.io
registry: docker.io
# -- The image repository to pull from
repository: falcosecurity/falco-no-driver
# -- The image tag to pull. Overrides the image tag whose default is the chart appVersion.
Expand Down Expand Up @@ -211,7 +211,7 @@ driver:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: gsoci.azurecr.io
registry: docker.io
# -- The image repository to pull from.
repository: falcosecurity/falco-driver-loader
# -- Overrides the image tag whose default is the chart appVersion.
Expand Down Expand Up @@ -346,7 +346,7 @@ falcoctl:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: gsoci.azurecr.io
registry: docker.io
# -- The image repository to pull from.
repository: falcosecurity/falcoctl
# -- The image tag to pull.
Expand Down
6 changes: 3 additions & 3 deletions helm/falco/charts/falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 2

image:
# -- The image registry to pull from
registry: gsoci.azurecr.io
registry: docker.io
# -- The image repository to pull from
repository: falcosecurity/falcosidekick
# -- The image tag to pull
Expand Down Expand Up @@ -965,7 +965,7 @@ webui:
allowcors: false
image:
# -- The web UI image registry to pull from
registry: gsoci.azurecr.io
registry: docker.io
# -- The web UI image repository to pull from
repository: falcosecurity/falcosidekick-ui
# -- The web UI image tag to pull
Expand Down Expand Up @@ -1049,7 +1049,7 @@ webui:
enabled: true
image:
# -- The web UI Redis image registry to pull from
registry: gsoci.azurecr.io
registry: docker.io
# -- The web UI Redis image repository to pull from
repository: redis/redis-stack
# -- The web UI Redis image tag to pull from
Expand Down

0 comments on commit 951f3c7

Please sign in to comment.