Skip to content

Commit

Permalink
Update default registry domain in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Dec 20, 2023
1 parent e8d5342 commit 6f1c9f9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
10 changes: 4 additions & 6 deletions helm/falco/charts/falco-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ healthChecks:
periodSeconds: 15

image:
registry: docker.io
registry: gsoci.azurecr.io
repository: falcosecurity/falco-exporter
tag: 0.8.3
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -71,8 +71,7 @@ podSecurityPolicy:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext:
{}
podSecurityContext: {}
# fsGroup: 2000

daemonset:
Expand All @@ -90,15 +89,14 @@ daemonset:
securityContext:
capabilities:
drop:
- ALL
- ALL
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
privileged: false
seccompProfile:
type: RuntimeDefault

resources:
{}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
13 changes: 6 additions & 7 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: docker.io
registry: gsoci.azurecr.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: docker.io
registry: gsoci.azurecr.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 @@ -314,8 +314,7 @@ certs:
# -- CA certificate used by gRPC, webserver and AuditSink validation.
crt: ""
# -- Third party rules enabled for Falco. More info on the dedicated section in README.md file.
customRules:
{}
customRules: {}
# Although Falco comes with a nice default rule set for detecting weird
# behavior in containers, our users are going to customize the run-time
# security rule sets or policies for the specific container images and
Expand Down Expand Up @@ -347,7 +346,7 @@ falcoctl:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: docker.io
registry: gsoci.azurecr.io
# -- The image repository to pull from.
repository: falcosecurity/falcoctl
# -- The image tag to pull.
Expand Down Expand Up @@ -391,8 +390,8 @@ falcoctl:
# -- List of indexes that falcoctl downloads and uses to locate and download artiafcts. For more info see:
# https://github.com/falcosecurity/falcoctl/blob/main/proposals/20220916-rules-and-plugin-distribution.md#index-file-overview
indexes:
- name: falcosecurity
url: https://falcosecurity.github.io/falcoctl/index.yaml
- name: falcosecurity
url: https://falcosecurity.github.io/falcoctl/index.yaml
# -- Configuration used by the artifact commands.
artifact:
# -- List of artifact types that falcoctl will handle. If the configured refs resolves to an artifact whose type is not contained
Expand Down
11 changes: 6 additions & 5 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: docker.io
registry: gsoci.azurecr.io
# -- The image repository to pull from
repository: falcosecurity/falcosidekick
# -- The image tag to pull
Expand Down Expand Up @@ -189,7 +189,8 @@ config:
# -- default priority of dropped events, values are emergency|alert|critical|error|warning|notice|informational|debug
dropeventdefaultpriority: "critical"
# -- comma separated list of priority re-evaluation thresholds of dropped events composed of a ':' separated integer threshold and string priority. Example: `10000:critical, 100:warning, 1:informational`
dropeventthresholds: "10000:critical, 1000:critical, 100:critical, 10:warning, 1:warning"
dropeventthresholds: "10000:critical, 1000:critical, 100:critical, 10:warning,
1:warning"
# -- if true, checkcert flag will be ignored (server cert will always be checked)
mutualtls: false
# -- check if ssl certificate of the output is valid
Expand Down Expand Up @@ -964,7 +965,7 @@ webui:
allowcors: false
image:
# -- The web UI image registry to pull from
registry: docker.io
registry: gsoci.azurecr.io
# -- The web UI image repository to pull from
repository: falcosecurity/falcosidekick-ui
# -- The web UI image tag to pull
Expand Down Expand Up @@ -1012,7 +1013,7 @@ webui:
hosts:
- host: falcosidekick-ui.local
paths:
- path: /
- path: /
# -- Web UI ingress TLS configuration
tls: []
# - secretName: chart-example-tls
Expand Down Expand Up @@ -1048,7 +1049,7 @@ webui:
enabled: true
image:
# -- The web UI Redis image registry to pull from
registry: docker.io
registry: gsoci.azurecr.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
18 changes: 9 additions & 9 deletions helm/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ kyvernoPolicyExceptions:

falco:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/falco-no-driver
priorityClassName: giantswarm-critical
driver:
kind: ebpf
loader:
initContainer:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/falco-driver-loader
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
# ebpf:
# enabled: true
falco:
Expand All @@ -39,12 +39,12 @@ falco:
name: "falco"
falcoctl:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/falcoctl

falco-exporter:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/falco-exporter
podSecurityPolicy:
create: true
Expand All @@ -57,10 +57,10 @@ falco-exporter:
cpu: 100m
memory: 128Mi
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane

falcosidekick:
image:
registry: docker.io
registry: gsoci.azurecr.io
repository: giantswarm/falcosidekick

0 comments on commit 6f1c9f9

Please sign in to comment.