Skip to content

Commit

Permalink
Merge pull request #81 from Sheril5/main
Browse files Browse the repository at this point in the history
updated loki-stack
  • Loading branch information
jeremy4040 authored Aug 9, 2023
2 parents 1f165c5 + d1b2bc5 commit ff83a64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
name: loki-stack
sources:
- https://github.com/grafana/loki
version: 0.0.1
version: 0.0.2
2 changes: 1 addition & 1 deletion charts/loki-stack/charts/loki/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: grafana/loki
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/loki
tag: 2.6.1
pullPolicy: IfNotPresent

Expand Down
12 changes: 6 additions & 6 deletions charts/loki-stack/charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,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.7.4
# -- Docker image pull policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -508,11 +508,11 @@ 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
tag: v0.5.0
# -- Docker image pull policy for sidecar config-reloader
pullPolicy: IfNotPresent
# Extra args for the config-reloader container.
Expand Down
4 changes: 2 additions & 2 deletions charts/loki-stack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_pod:
enabled: true
image: bats/bats:1.8.2
image: ghcr.io/kube-tarian/helmrepo-supporting-tools/bats:1.8.2
pullPolicy: IfNotPresent

loki:
Expand Down Expand Up @@ -71,7 +71,7 @@ filebeat:
logstash:
enabled: false
image: grafana/logstash-output-loki
image: ghcr.io/kube-tarian/helmrepo-supporting-tools/logstash-output-loki
imageTag: 1.0.1
filters:
main: |-
Expand Down

0 comments on commit ff83a64

Please sign in to comment.