Skip to content

Commit

Permalink
Update image tag in tutorials/kubernetes-helm
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Saraswat <[email protected]>
  • Loading branch information
onprem committed Mar 1, 2021
1 parent a2a64b7 commit cbb931e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/kubernetes-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helm upgrade --version="8.6.0" --install --namespace="my-lovely-namespace" --val
Take a note that you need to replace two placeholders in the values: `BUCKET_REPLACE_ME` and `CLUSTER_NAME`. Also adjust all the other values according to your infrastructure requirements.

An example of the `values.yaml` file:
```
```yaml
rbac:
create: true

Expand Down Expand Up @@ -63,9 +63,9 @@ server:
topologyKey: "kubernetes.io/hostname"
sidecarContainers:
- name: thanos-sidecar
# Always use explicit image tags (release or master-<date>-sha) instead of ambigous `latest` or `master`.
# Always use explicit image tags (release or main-<date>-sha) instead of ambigous `latest` or `main`.
# Check https://quay.io/repository/thanos/thanos?tab=tags to get latest tag.
image: quay.io/thanos/thanos:master-2019-11-26-82c005d9
image: quay.io/thanos/thanos:main-2021-03-01-1bbad3b5
resources:
requests:
memory: "4Gi"
Expand Down

0 comments on commit cbb931e

Please sign in to comment.