From 84c95a6a46f16eecaa2eb325b9458afb57ed5b06 Mon Sep 17 00:00:00 2001 From: stakater-github-root Date: Mon, 30 Oct 2023 09:10:00 +0000 Subject: [PATCH] [skip-ci] Update artifacts --- Makefile | 2 +- ...fana-cloud-ansible-operator.clusterserviceversion.yaml | 8 ++++---- charts/grafana-oncall/Chart.yaml | 4 ++-- charts/grafana-oncall/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 92c0aaa3..c7247668 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.0.8 +VERSION ?= 0.0.9 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle/manifests/grafana-cloud-ansible-operator.clusterserviceversion.yaml b/bundle/manifests/grafana-cloud-ansible-operator.clusterserviceversion.yaml index 0565e0e2..6e2e2d17 100644 --- a/bundle/manifests/grafana-cloud-ansible-operator.clusterserviceversion.yaml +++ b/bundle/manifests/grafana-cloud-ansible-operator.clusterserviceversion.yaml @@ -28,10 +28,10 @@ metadata: } ] capabilities: Basic Install - createdAt: "2023-10-30T06:05:33Z" + createdAt: "2023-10-30T09:09:47Z" operators.operatorframework.io/builder: operator-sdk-v1.31.0 operators.operatorframework.io/project_layout: ansible.sdk.operatorframework.io/v1 - name: grafana-cloud-ansible-operator.v0.0.8 + name: grafana-cloud-ansible-operator.v0.0.9 namespace: placeholder spec: apiservicedefinitions: {} @@ -236,7 +236,7 @@ spec: env: - name: ANSIBLE_GATHERING value: explicit - image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.8 + image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.9 livenessProbe: httpGet: path: /healthz @@ -329,4 +329,4 @@ spec: provider: name: Stakater url: www.stakater.com - version: 0.0.8 + version: 0.0.9 diff --git a/charts/grafana-oncall/Chart.yaml b/charts/grafana-oncall/Chart.yaml index 80c2e268..e4cd75d7 100644 --- a/charts/grafana-oncall/Chart.yaml +++ b/charts/grafana-oncall/Chart.yaml @@ -8,10 +8,10 @@ sources: - https://github.com/stakater/grafana-cloud-ansible-operator # Helm chart Version -version: 0.0.8 +version: 0.0.9 # Application version to be deployed -appVersion: 0.0.8 +appVersion: 0.0.9 # Maintainers maintainers: diff --git a/charts/grafana-oncall/values.yaml b/charts/grafana-oncall/values.yaml index 55873ac0..ac9c30b6 100644 --- a/charts/grafana-oncall/values.yaml +++ b/charts/grafana-oncall/values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/stakater/grafana-cloud-ansible-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.0.8 + tag: v0.0.9 imagePullSecrets: - name: saap-dockerconfigjson diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9746dfc1..fb18d67c 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/stakater/grafana-cloud-ansible-operator - newTag: v0.0.8 + newTag: v0.0.9