From 7ba36f771743b01b25cc70d98e17ca2d878d84b5 Mon Sep 17 00:00:00 2001 From: stakater-user Date: Mon, 17 Jul 2023 07:48:52 +0000 Subject: [PATCH] [skip-ci] Update artifacts --- .../ingressmonitorcontroller.clusterserviceversion.yaml | 6 +++--- charts/ingressmonitorcontroller/Chart.yaml | 4 ++-- charts/ingressmonitorcontroller/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml index abd9c5bb..f7a56e93 100644 --- a/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml +++ b/bundle/manifests/ingressmonitorcontroller.clusterserviceversion.yaml @@ -18,7 +18,7 @@ metadata: capabilities: Basic Install operators.operatorframework.io/builder: operator-sdk-v1.18.0+git operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 - name: ingressmonitorcontroller.v2.1.32 + name: ingressmonitorcontroller.v2.1.33 namespace: placeholder spec: apiservicedefinitions: {} @@ -151,7 +151,7 @@ spec: - --leader-elect command: - /manager - image: stakater/ingressmonitorcontroller:v2.1.32 + image: stakater/ingressmonitorcontroller:v2.1.33 livenessProbe: httpGet: path: /healthz @@ -251,4 +251,4 @@ spec: provider: name: stakater url: https://stakater.com - version: 2.1.32 + version: 2.1.33 diff --git a/charts/ingressmonitorcontroller/Chart.yaml b/charts/ingressmonitorcontroller/Chart.yaml index 7c8d3bf3..1bba450b 100644 --- a/charts/ingressmonitorcontroller/Chart.yaml +++ b/charts/ingressmonitorcontroller/Chart.yaml @@ -3,10 +3,10 @@ name: ingressmonitorcontroller description: IngressMonitorController Operator chart that runs on kubernetes # Helm chart Version -version: 2.1.32 +version: 2.1.33 # Application version to be deployed -appVersion: 2.1.32 +appVersion: 2.1.33 keywords: - IngressMonitorController diff --git a/charts/ingressmonitorcontroller/values.yaml b/charts/ingressmonitorcontroller/values.yaml index a00d2303..59768ac6 100644 --- a/charts/ingressmonitorcontroller/values.yaml +++ b/charts/ingressmonitorcontroller/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: stakater/ingressmonitorcontroller - tag: v2.1.32 + tag: v2.1.33 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index af0e2089..7dc11a3d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: stakater/ingressmonitorcontroller - newTag: v2.1.32 + newTag: v2.1.33