From cd9faa1dd0fb40c91fad1a9de1e810fe8d4d8038 Mon Sep 17 00:00:00 2001 From: psokolinski Date: Tue, 14 Oct 2025 11:10:41 +0200 Subject: [PATCH] update jit-agent version and chart version --- charts/jit-k8s-agent/Chart.yaml | 2 +- charts/jit-k8s-agent/README.md | 2 +- charts/jit-k8s-agent/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jit-k8s-agent/Chart.yaml b/charts/jit-k8s-agent/Chart.yaml index 836a3b1..a358763 100644 --- a/charts/jit-k8s-agent/Chart.yaml +++ b/charts/jit-k8s-agent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: jit-k8s-agent description: A Helm chart for the periodic Kubernetes resources collector job -version: 1.3.0 +version: 1.3.1 appVersion: "1.0" diff --git a/charts/jit-k8s-agent/README.md b/charts/jit-k8s-agent/README.md index 8c9ad87..99c6acf 100644 --- a/charts/jit-k8s-agent/README.md +++ b/charts/jit-k8s-agent/README.md @@ -33,7 +33,7 @@ The following table lists the configurable parameters of the `jit-k8s-agent` cha | Parameter | Description | Default | | --------------------------- | ------------------------------------------ | --------------------------------------- | | `image.repository` | Image repository | `public.ecr.aws/h8r7r9n6/jit-k8s-agent` | -| `image.tag` | Image tag | `1.2.1` | +| `image.tag` | Image tag | `1.3.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `cluster.name` | Name of the cluster (required) `(1)` | `""` | | `jit.clientId` | Jit service client ID (required) `(2)` | `""` | diff --git a/charts/jit-k8s-agent/values.yaml b/charts/jit-k8s-agent/values.yaml index 92d101b..63f7cdd 100644 --- a/charts/jit-k8s-agent/values.yaml +++ b/charts/jit-k8s-agent/values.yaml @@ -1,6 +1,6 @@ image: repository: public.ecr.aws/h8r7r9n6/jit-k8s-agent - tag: 1.2.1 + tag: 1.3.0 pullPolicy: IfNotPresent cluster: