From ce2760e78577ab6d16e153ad3458dbc9bf9cbb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 26 May 2024 16:49:37 +0200 Subject: [PATCH] fix --- apps/gramo/index.yaml | 8 ++++---- apps/taiga/taiga_Secret.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index 9ed52d7..9ddebf9 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -32,20 +32,20 @@ options: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.3 + tag: 0.3.4 examples: - gramo: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.3 + tag: 0.3.4 properties: gramo: default: pull_policy: IfNotPresent registry: docker.io repository: sebt3/gramo - tag: 0.3.3 + tag: 0.3.4 properties: pull_policy: default: IfNotPresent @@ -61,7 +61,7 @@ options: default: sebt3/gramo type: string tag: - default: 0.3.3 + default: 0.3.4 type: string type: object type: object diff --git a/apps/taiga/taiga_Secret.tf b/apps/taiga/taiga_Secret.tf index 6750503..a80cd01 100644 --- a/apps/taiga/taiga_Secret.tf +++ b/apps/taiga/taiga_Secret.tf @@ -9,7 +9,7 @@ resource "kubectl_manifest" "secret" { kind: Secret metadata: name: "${var.instance}-${var.component}" - labels: ${jsonencode(local.sonar_all_labels)} + labels: ${jsonencode(local.common_labels)} namespace: ${var.namespace} type: Opaque stringData: