Skip to content

Commit

Permalink
Merge pull request #696 from grafana/chaudum/remove-memcached-index-w…
Browse files Browse the repository at this point in the history
…rites

[enterprise-logs] remove memcached index writes
  • Loading branch information
chaudum committed Sep 23, 2021
2 parents 2b8f484 + b29e190 commit 7feee0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/enterprise-logs/CHANGELOG.md
Expand Up @@ -11,6 +11,10 @@ Entries should be ordered as follows:

Entries should include a reference to the pull request that introduced the change.

## 1.2.0

- [CHANGE] Removed unused deployment of `memcached-index-writes` StatefulSet when using `small.yaml` values file.

## 1.1.1

- [BUGFIX] Ensure that Pods run as non-root user `enterprise-logs` (`uid=10001,gid=10001`). #690
Expand Down
2 changes: 1 addition & 1 deletion charts/enterprise-logs/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: "v2"
name: "enterprise-logs"
type: application
version: "1.1.1"
version: "1.2.0"
appVersion: "v1.1.0"
kubeVersion: "^1.10.0-0"
description: "Grafana Enterprise Logs"
Expand Down
4 changes: 0 additions & 4 deletions charts/enterprise-logs/small.yaml
Expand Up @@ -139,10 +139,6 @@ loki-distributed:
enabled: true
replicas: 1

memcachedIndexWrites:
enabled: true
replicas: 1

# Disable minio dependency
minio:
enabled: false

0 comments on commit 7feee0d

Please sign in to comment.