Skip to content

Commit

Permalink
Merge pull request #253 from sheril5/main
Browse files Browse the repository at this point in the history
config: changed promtail and kuberhealthy image registry to ghcr.io
  • Loading branch information
jebjohns authored May 20, 2024
2 parents f21fe56 + db813a5 commit 49247cd
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ sources:
- https://github.com/signoz/charts/
- https://github.com/ClickHouse/ClickHouse
type: application
version: 1.0.3
version: 1.0.4
8 changes: 4 additions & 4 deletions charts/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,15 @@ initContainers:
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
2 changes: 1 addition & 1 deletion charts/kuberhealthy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sources:
- https://github.com/kuberhealthy/kuberhealthy
- https://github.com/kuberhealthy/kuberhealthy/tree/master/deploy/helm/kuberhealthy
type: application
version: 1.0.1
version: 1.0.2
42 changes: 21 additions & 21 deletions charts/kuberhealthy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ imageRegistry: ""
#imageURL: docker.io/kuberhealthy/kuberhealthy:v1.6.0

image:
registry: docker.io
repository: kuberhealthy/kuberhealthy
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/kuberhealthy
# Leave empty to use .Chart.AppVersion
tag:
tag: v2.8.0-rc2

resources:
requests:
Expand Down Expand Up @@ -159,8 +159,8 @@ check:
runInterval: 15m
timeout: 12m
image:
registry: docker.io
repository: kuberhealthy/daemonset-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/daemonset-check
tag: v3.3.0
extraEnvs: {}
nodeSelector: {}
Expand All @@ -178,8 +178,8 @@ check:
runInterval: 10m
timeout: 15m
image:
registry: docker.io
repository: kuberhealthy/deployment-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/deployment-check
tag: v1.9.0
extraEnvs:
CHECK_DEPLOYMENT_REPLICAS: "4"
Expand All @@ -202,8 +202,8 @@ check:
runInterval: 2m
timeout: 15m
image:
registry: docker.io
repository: kuberhealthy/dns-resolution-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/dns-resolution-check
tag: v1.5.0
extraEnvs:
HOSTNAME: "kubernetes.default"
Expand All @@ -222,8 +222,8 @@ check:
runInterval: 2m
timeout: 15m
image:
registry: docker.io
repository: kuberhealthy/dns-resolution-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/dns-resolution-check
tag: v1.5.0
extraEnvs:
HOSTNAME: "google.com"
Expand All @@ -242,8 +242,8 @@ check:
runInterval: 5m
timeout: 10m
image:
registry: docker.io
repository: kuberhealthy/pod-restarts-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/pod-restarts-check
tag: v2.5.0
allNamespaces: true
extraEnvs:
Expand All @@ -263,8 +263,8 @@ check:
runInterval: 5m
timeout: 15m
image:
registry: docker.io
repository: kuberhealthy/pod-status-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/pod-status-check
tag: v1.3.0
allNamespaces: true
extraEnvs: {}
Expand All @@ -289,8 +289,8 @@ check:
runInterval: 5m
timeout: 10m
image:
registry: docker.io
repository: chrishirsch/kuberhealthy-storage-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/kuberhealthy-storage-check
tag: v0.0.1
extraEnvs:
CHECK_STORAGE_IMAGE: bitnami/nginx:1.19
Expand All @@ -310,8 +310,8 @@ check:
runInterval: 30m
timeout: 10m
image:
registry: docker.io
repository: kuberhealthy/network-connection-check
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/network-connection-check
tag: v0.2.0
extraEnvs:
CONNECTION_TARGET: "tcp://github.com:443"
Expand All @@ -330,7 +330,7 @@ check:
runInterval: 60m
timeout: 1m
image:
repository: kuberhealthy/test-check
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/test-check
tag: v1.4.0
extraEnvs:
REPORT_FAILURE: "false"
Expand All @@ -344,7 +344,7 @@ check:
runInterval: 1h
timeout: 2m
image:
repository: kuberhealthy/resource-quota-check
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/resource-quota-check
tag: v1.3.0
extraEnvs:
BLACKLIST: "default"
Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 1.0.0
version: 1.0.1
10 changes: 5 additions & 5 deletions charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ initContainer: []

image:
# -- The Docker registry
registry: docker.io
registry: ghcr.io
# -- Docker image repository
repository: grafana/promtail
repository: kube-tarian/helmrepo-supporting-tools/promtail
# -- Overrides the image tag whose default is the chart's appVersion
tag: null
tag: 2.9.2
# -- Docker image pull policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -584,9 +584,9 @@ sidecar:
enabled: false
image:
# -- The Docker registry for sidecar config-reloader
registry: docker.io
registry: ghcr.io
# -- Docker image repository for sidecar config-reloader
repository: jimmidyson/configmap-reload
repository: kube-tarian/helmrepo-supporting-tools/configmap-reload
# -- Docker image tag for sidecar config-reloader
tag: v0.8.0
# -- Docker image pull policy for sidecar config-reloader
Expand Down
2 changes: 1 addition & 1 deletion charts/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ appVersion: 0.37.2
description: A Helm chart for Pyroscope
name: pyroscope
type: application
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/pyroscope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extraLabels: {}

image:
# -- image to use for deploying
repository: pyroscope/pyroscope
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/pyroscope
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Tag for pyroscope image to use
Expand Down

0 comments on commit 49247cd

Please sign in to comment.