Skip to content

Commit 5e8052d

Browse files
feat: migrating away from bitnami charts and upgrade thanos (#17)
# Description <!-- Please include a summary of the change, provide a justification and which issue is fixed. --> ## Type of change - [ ] A bug fix (PR prefix `fix`) - [ ] A new feature (PR prefix `feat`) - [ ] A code change that neither fixes a bug nor adds a feature (PR prefix `refactor`) - [ ] Adding missing tests or correcting existing tests (PR prefix `test`) - [ ] Changes that do not affect the meaning of the code like white-spaces, formatting, missing semi-colons, etc. (PR prefix `style`) - [ ] Changes to our CI configuration files and scripts (PR prefix `ci`) - [ ] Documentation only changes (PR prefix `docs`) ## How Has This Been Tested? <!-- Please describe the tests that you ran to verify your changes. -->
1 parent cf7957f commit 5e8052d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ locals {
1010
addon = {
1111
name = "thanos"
1212

13-
helm_chart_version = "15.14.1"
14-
helm_repo_url = "https://charts.bitnami.com/bitnami"
13+
helm_chart_version = "17.3.1"
14+
helm_repo_url = "ghcr.io/lablabs/bitnami-helm-charts"
1515
}
1616

1717
addon_irsa = {

0 commit comments

Comments
 (0)