Skip to content

Commit

Permalink
loki: Update to 6.6.3 and add overrides for the gateway nginx image (#54
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tabboud committed Jun 13, 2024
1 parent a150b23 commit 4cfd1a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/beta/loki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: loki
repository: https://grafana.github.io/helm-charts
version: 6.6.2
digest: sha256:8a58f330ef833d0e9b1034d6a1e0fe2c76880aebd7013532d50c2bc51ae49bfa
generated: "2024-06-06T18:44:59.63926-06:00"
version: 6.6.3
digest: sha256:d4c0e179b5bb597b68cf0346fddfdc1a41cd7ebe81558b22eb724d2fc2eb2ca5
generated: "2024-06-13T12:47:55.536478-04:00"
4 changes: 2 additions & 2 deletions charts/beta/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ description: A Loki chart that can be used with Palantir FedStart
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version: 6.6.2002
version: 6.6.3001

# Be aware that using helm dependencies has undesirable side effects, where you cannot remove
# sub-chart config keys by setting them to null. If this type of configuration override is necessary,
# comment out the dependencies block below. See the following GitHub issue for more details:
# https://github.com/helm/helm/issues/9027
dependencies:
- name: loki
version: "6.6.2"
version: "6.6.3"
repository: https://grafana.github.io/helm-charts
4 changes: 4 additions & 0 deletions charts/beta/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ loki:
publishNotReadyAddresses: true

gateway:
image:
registry: docker.io
repository: nginxinc/nginx-unprivileged
tag: 1.26-alpine
readinessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 4cfd1a8

Please sign in to comment.