Skip to content

Commit

Permalink
Upgrade Variant to v0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Mar 27, 2022
1 parent 3d4b930 commit 845cb30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v5.3.5

- Upgrade Variant to v0.0.33

## v5.3.4

- Fix default Docker image version
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM prom/prometheus:v2.34.0 AS prometheus
FROM thanosio/thanos:v0.25.2 AS thanos

## Variant
FROM philipssoftware/variant:v0.0.32 AS variant
FROM philipssoftware/variant:v0.0.33 AS variant

## Build final image
FROM alpine:3.15.2
Expand Down
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ variable "name_postfix" {

variable "thanos_image" {
description = "Image to use for Thanos app. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.3.4"
default = "philipslabs/cf-thanos:v5.3.5"
type = string
}

variable "thanos_query_image" {
description = "Image to use for Thanos query. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.3.4"
default = "philipslabs/cf-thanos:v5.3.5"
type = string
}

variable "thanos_store_image" {
description = "Image to use for Thanos store. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.3.4"
default = "philipslabs/cf-thanos:v5.3.5"
type = string
}

variable "thanos_compactor_image" {
description = "Image to use for Thanos compactor. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.3.4"
default = "philipslabs/cf-thanos:v5.3.5"
type = string
}

Expand Down

0 comments on commit 845cb30

Please sign in to comment.