From faf8c2a057eaeaf07236c85042faa0d9e0ff28f4 Mon Sep 17 00:00:00 2001 From: Gary Vermeulen Date: Tue, 21 Jul 2026 12:56:14 +0100 Subject: [PATCH] updating layer7-operator helm chart default image --- charts/layer7-operator/Chart.yaml | 2 +- charts/layer7-operator/README.md | 2 +- charts/layer7-operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/layer7-operator/Chart.yaml b/charts/layer7-operator/Chart.yaml index 0f7a8c13..05db0a24 100644 --- a/charts/layer7-operator/Chart.yaml +++ b/charts/layer7-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: layer7-operator description: The Layer7 Operator Helm Chart type: application -version: 0.2.0 +version: 0.2.1 appVersion: "1.3.0" home: https://github.com/CAAPIM/layer7-operator maintainers: diff --git a/charts/layer7-operator/README.md b/charts/layer7-operator/README.md index ae7fcec8..2d5e9540 100644 --- a/charts/layer7-operator/README.md +++ b/charts/layer7-operator/README.md @@ -64,7 +64,7 @@ helm upgrade -i layer7-operator layer7-operator/layer7-operator -n layer7-operat | `containerSecurityContext` | Layer7 Operator Container Security Context | `{}` | | `image.registry` | Layer7 Operator image registry | `docker.io` | | `image.repository` | Layer7 Operator image repository | `caapim/layer7-operator` | -| `image.tag` | Layer7 Operator image tag | `v1.2.2` | +| `image.tag` | Layer7 Operator image tag | `v1.3.0` | | `image.pullPolicy` | Layer7 Operator image pull policy | `IfNotPresent` | | `image.pullSecrets` | Layer7 Operator image pull secrets | `[]` | | `resources.limits.cpu` | The cpu limits for the Layer7 Operator container | `500m` | diff --git a/charts/layer7-operator/values.yaml b/charts/layer7-operator/values.yaml index 3dd11de9..a205253f 100644 --- a/charts/layer7-operator/values.yaml +++ b/charts/layer7-operator/values.yaml @@ -92,7 +92,7 @@ containerSecurityContext: {} image: registry: docker.io repository: caapim/layer7-operator - tag: v1.2.2 + tag: v1.3.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images