Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Always try to pull the latest Docker images
Browse files Browse the repository at this point in the history
This should not impact those Docker images that are immutable, but it
should aid in those deployments that want to use the mutable docker
image tags.

For example:

timescaledev/timescale/timescaledb-ha:pg12-ts1.7     is   mutable
timescaledev/timescale/timescaledb-ha:pg12.3-ts1.7.1 is immutable
  • Loading branch information
feikesteenbergen committed May 27, 2020
1 parent 28e5a6e commit 0d017f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/timescaledb-single/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image:
# https://github.com/timescale/timescaledb-docker-ha
repository: timescaledev/timescaledb-ha
tag: pg11-ts1.7
pullPolicy: IfNotPresent
pullPolicy: Always

# These secrets should exist before the Helm is used to deploy this TimescaleDB.
# You can use generate_kustomization.sh to help in creating these secrets, or have
Expand Down Expand Up @@ -353,7 +353,7 @@ prometheus:
image:
repository: wrouesnel/postgres_exporter
tag: v0.7.0
pullPolicy: IfNotPresent
pullPolicy: Always
# Extra custom environment variables for prometheus.
# These should be an EnvVar, as this allows you to inject secrets into the environment
# https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#envvar-v1-core
Expand Down

0 comments on commit 0d017f7

Please sign in to comment.