Skip to content

Commit

Permalink
Merge pull request #268 from sheril5/main
Browse files Browse the repository at this point in the history
changed registry for falco and signoz
  • Loading branch information
akash4sh authored May 27, 2024
2 parents c2a2c72 + a7a8394 commit c8be04c
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion charts/falco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ maintainers:
name: falco
sources:
- https://github.com/falcosecurity/falco
version: 0.0.1
version: 0.0.2
18 changes: 9 additions & 9 deletions charts/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ image:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: docker.io
registry: ghcr.io
# -- The image repository to pull from
repository: falcosecurity/falco-no-driver
repository: kube-tarian/helmrepo-supporting-tools/falco-no-driver
# -- The image tag to pull. Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "0.35.1"

# -- Secrets containing credentials when pulling from private/secure registries.
imagePullSecrets: []
Expand Down Expand Up @@ -179,7 +179,7 @@ driver:
# -- Tell Falco which driver to use. Available options: module (kernel driver), ebpf (eBPF probe), modern-bpf (modern eBPF probe).
kind: module
# -- Configuration section for ebpf driver.
ebpf:
ebpf:
# -- Path where the eBPF probe is located. It comes handy when the probe have been installed in the nodes using tools other than the init
# container deployed with the chart.
path:
Expand Down Expand Up @@ -209,11 +209,11 @@ driver:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: docker.io
registry: ghcr.io
# -- The image repository to pull from.
repository: falcosecurity/falco-driver-loader
repository: kube-tarian/helmrepo-supporting-tools/falco-driver-loader
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "0.35.1"
# -- Extra environment variables that will be pass onto Falco driver loader init container.
env: []
# -- Arguments to pass to the Falco driver loader init container.
Expand Down Expand Up @@ -345,9 +345,9 @@ falcoctl:
# -- The image pull policy.
pullPolicy: IfNotPresent
# -- The image registry to pull from.
registry: docker.io
registry: ghcr.io
# -- The image repository to pull from.
repository: falcosecurity/falcoctl
repository: kube-tarian/helmrepo-supporting-tools/falcoctl
# -- The image tag to pull.
tag: "0.5.1"
artifact:
Expand Down
2 changes: 1 addition & 1 deletion charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ sources:
- https://github.com/signoz/alertmanager
- https://github.com/signoz/signoz-otel-collector
type: application
version: 0.0.4
version: 0.0.5
78 changes: 39 additions & 39 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ clickhouse:
# Zookeeper image
image:
# -- Zookeeper image registry to use.
registry: *GLOBAL_IMAGE_REGISTRY
registry: ghcr.io
# -- Zookeeper image repository to use.
repository: bitnami/zookeeper
repository: kube-tarian/helmrepo-supporting-tools/zookeeper
# -- Zookeeper image tag.
# Note: SigNoz ClickHouse does not support all versions of Zookeeper.
# Please override the default only if you know what you are doing.
Expand Down Expand Up @@ -96,9 +96,9 @@ clickhouse:
# -- Clickhouse image
image:
# -- Clickhouse image registry to use.
registry: docker.io
registry: ghcr.io
# -- Clickhouse image repository to use.
repository: clickhouse/clickhouse-server
repository: kube-tarian/helmrepo-supporting-tools/clickhouse-server
# -- Clickhouse image tag to use (example: `21.8`).
# SigNoz is not always tested with latest version of ClickHouse.
# Only if you know what you are doing, proceed with overriding.
Expand Down Expand Up @@ -232,15 +232,15 @@ clickhouse:
udf:
enabled: true
image:
registry: docker.io
repository: alpine
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/alpine
tag: 3.18.2
pullPolicy: IfNotPresent
init:
enabled: false
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -371,9 +371,9 @@ clickhouse:
# -- Clickhouse Operator image
image:
# -- Clickhouse Operator image registry to use.
registry: docker.io
registry: ghcr.io
# -- Clickhouse Operator image repository to use.
repository: altinity/clickhouse-operator
repository: kube-tarian/helmrepo-supporting-tools/clickhouse-operator
# -- Clickhouse Operator image tag.
tag: 0.21.2
# -- Clickhouse Operator image pull policy.
Expand Down Expand Up @@ -450,9 +450,9 @@ clickhouse:
# -- Metrics Exporter image
image:
# -- Metrics Exporter image registry to use.
registry: docker.io
registry: ghcr.io
# -- Metrics Exporter image repository to use.
repository: altinity/metrics-exporter
repository: kube-tarian/helmrepo-supporting-tools/metrics-exporter
# -- Metrics Exporter image tag.
tag: 0.21.2
# -- Metrics Exporter image pull policy.
Expand Down Expand Up @@ -493,8 +493,8 @@ queryService:
name: "query-service"
replicaCount: 1
image:
registry: docker.io
repository: signoz/query-service
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/query-service
tag: 0.24.0
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -537,8 +537,8 @@ queryService:
init:
enabled: true
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand All @@ -556,8 +556,8 @@ queryService:
migration:
enabled: false
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -671,8 +671,8 @@ frontend:
replicaCount: 1

image:
registry: docker.io
repository: signoz/frontend
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/frontend
tag: 0.24.0
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -703,8 +703,8 @@ frontend:
init:
enabled: true
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -828,8 +828,8 @@ alertmanager:
replicaCount: 1

image:
registry: docker.io
repository: signoz/alertmanager
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/alertmanager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.23.1
Expand Down Expand Up @@ -870,8 +870,8 @@ alertmanager:
init:
enabled: true
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -1069,7 +1069,7 @@ alertmanager:
## configmap-reload container image
##
image:
repository: jimmidyson/configmap-reload
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/configmap-reload
tag: v0.5.0
pullPolicy: IfNotPresent

Expand All @@ -1091,8 +1091,8 @@ alertmanager:
otelCollector:
name: "otel-collector"
image:
registry: docker.io
repository: signoz/signoz-otel-collector
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/signoz-otel-collector
tag: 0.79.4
pullPolicy: Always

Expand Down Expand Up @@ -1158,8 +1158,8 @@ otelCollector:
init:
enabled: true
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -1667,8 +1667,8 @@ otelCollector:
otelCollectorMetrics:
name: "otel-collector-metrics"
image:
registry: docker.io
repository: signoz/signoz-otel-collector
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/signoz-otel-collector
tag: 0.79.4
pullPolicy: Always

Expand Down Expand Up @@ -1735,8 +1735,8 @@ otelCollectorMetrics:
init:
enabled: true
image:
registry: docker.io
repository: busybox
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/busybox
tag: 1.35
pullPolicy: IfNotPresent
command:
Expand Down Expand Up @@ -2376,8 +2376,8 @@ k8s-infra:
otelAgent:
name: "otel-agent"
image:
registry: docker.io
repository: otel/opentelemetry-collector-contrib
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/opentelemetry-collector-contrib
tag: 0.79.0
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -2484,8 +2484,8 @@ k8s-infra:
otelDeployment:
name: "otel-deployment"
image:
registry: docker.io
repository: otel/opentelemetry-collector-contrib
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/opentelemetry-collector-contrib
tag: 0.79.0
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ sources:
- https://github.com/traefik/traefik
- https://github.com/traefik/traefik-helm-chart
type: application
version: 1.0.2
version: 1.0.3
2 changes: 1 addition & 1 deletion charts/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# -- Traefik image repository
repository: kube-tarian/helmrepo-supporting-tools/traefik
# -- defaults to appVersion
tag: v2.9.6
tag: v2.10.4
# -- Traefik image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit c8be04c

Please sign in to comment.