From bd379d8002fc920b6a39f1278fbbd76008716743 Mon Sep 17 00:00:00 2001 From: sheril5 Date: Mon, 7 Aug 2023 10:26:46 +0530 Subject: [PATCH 1/2] updated tracetest values --- charts/tracetest/Chart.yaml | 2 +- charts/tracetest/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tracetest/Chart.yaml b/charts/tracetest/Chart.yaml index 1cadfe6..81d0712 100644 --- a/charts/tracetest/Chart.yaml +++ b/charts/tracetest/Chart.yaml @@ -13,4 +13,4 @@ name: tracetest sources: - https://github.com/kubeshop/helm-charts/tree/main/charts type: application -version: 0.0.1 +version: 0.0.2 diff --git a/charts/tracetest/values.yaml b/charts/tracetest/values.yaml index e8e5564..3c9ea8f 100644 --- a/charts/tracetest/values.yaml +++ b/charts/tracetest/values.yaml @@ -126,10 +126,10 @@ replicaCount: 1 # You don't have to change anything bellow this line. image: - repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/tracetest + repository: kubeshop/tracetest pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.11.9 + tag: "" env: tracetestDev: "" From bd78684d652f4adecf3ebe7e841a3e67a6909a18 Mon Sep 17 00:00:00 2001 From: sheril5 Date: Wed, 9 Aug 2023 21:06:00 +0530 Subject: [PATCH 2/2] new-updated-tracetest --- charts/tracetest/Chart.yaml | 2 +- charts/tracetest/charts/postgresql/values.yaml | 14 +++++++------- charts/tracetest/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/tracetest/Chart.yaml b/charts/tracetest/Chart.yaml index 81d0712..c0ba52a 100644 --- a/charts/tracetest/Chart.yaml +++ b/charts/tracetest/Chart.yaml @@ -13,4 +13,4 @@ name: tracetest sources: - https://github.com/kubeshop/helm-charts/tree/main/charts type: application -version: 0.0.2 +version: 0.0.3 diff --git a/charts/tracetest/charts/postgresql/values.yaml b/charts/tracetest/charts/postgresql/values.yaml index dc05d8e..c821f6c 100644 --- a/charts/tracetest/charts/postgresql/values.yaml +++ b/charts/tracetest/charts/postgresql/values.yaml @@ -93,9 +93,9 @@ diagnosticMode: ## @param image.debug Specify if debug values should be set ## image: - registry: docker.io - repository: bitnami/postgresql - tag: 15.1.0-debian-11-r12 + registry: ghcr.io + repository: kube-tarian/helmrepo-supporting-tools/postgresql + tag: 14.7.0-debian-11-r29 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1128,8 +1128,8 @@ volumePermissions: ## @param volumePermissions.image.pullSecrets Init container volume-permissions image pull secrets ## image: - registry: docker.io - repository: bitnami/bitnami-shell + registry: ghcr.io + repository: kube-tarian/helmrepo-supporting-tools/bitnami-shell tag: 11-debian-11-r62 digest: "" pullPolicy: IfNotPresent @@ -1215,8 +1215,8 @@ metrics: ## @param metrics.image.pullSecrets Specify image pull secrets ## image: - registry: docker.io - repository: bitnami/postgres-exporter + registry: ghcr.io + repository: kube-tarian/helmrepo-supporting-tools/postgres-exporter tag: 0.11.1-debian-11-r39 digest: "" pullPolicy: IfNotPresent diff --git a/charts/tracetest/values.yaml b/charts/tracetest/values.yaml index 3c9ea8f..e8e5564 100644 --- a/charts/tracetest/values.yaml +++ b/charts/tracetest/values.yaml @@ -126,10 +126,10 @@ replicaCount: 1 # You don't have to change anything bellow this line. image: - repository: kubeshop/tracetest + repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/tracetest pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: v0.11.9 env: tracetestDev: ""