From 16a4a147905fe19b319010e880730ee46e6c5965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:51:48 +0100 Subject: [PATCH] deps: update ghcr.io/keptn/scheduler docker tag to v0.8.3 (#2374) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: realanna Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: realanna --- .github/scripts/.helm-tests/certificates-only/result.yaml | 2 +- .github/scripts/.helm-tests/certificates-only/values.yaml | 2 ++ .github/scripts/.helm-tests/default/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-only/result.yaml | 4 ++-- .github/scripts/.helm-tests/lifecycle-only/values.yaml | 4 ++++ .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 2 +- .github/scripts/.helm-tests/metrics-with-certs/result.yaml | 4 ++-- .github/scripts/.helm-tests/metrics-with-certs/values.yaml | 3 --- lifecycle-operator/chart/README.md | 2 +- lifecycle-operator/chart/values.yaml | 2 +- 10 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/scripts/.helm-tests/certificates-only/result.yaml b/.github/scripts/.helm-tests/certificates-only/result.yaml index 8bb097172e..3153ffbabc 100644 --- a/.github/scripts/.helm-tests/certificates-only/result.yaml +++ b/.github/scripts/.helm-tests/certificates-only/result.yaml @@ -234,7 +234,7 @@ spec: value: "true" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: testreg/keptn/certificate-operator:v1.2.0 + image: testreg/keptn/certificate-operator:v0.0.0 imagePullPolicy: Always name: certificate-operator resources: diff --git a/.github/scripts/.helm-tests/certificates-only/values.yaml b/.github/scripts/.helm-tests/certificates-only/values.yaml index 8abc67956c..5486523bd3 100644 --- a/.github/scripts/.helm-tests/certificates-only/values.yaml +++ b/.github/scripts/.helm-tests/certificates-only/values.yaml @@ -1,5 +1,7 @@ certManager: enabled: true + image: + tag: v0.0.0 lifecycleOperator: enabled: false metricsOperator: diff --git a/.github/scripts/.helm-tests/default/result.yaml b/.github/scripts/.helm-tests/default/result.yaml index 8660b079b1..63551ea569 100644 --- a/.github/scripts/.helm-tests/default/result.yaml +++ b/.github/scripts/.helm-tests/default/result.yaml @@ -8369,7 +8369,7 @@ spec: value: "otel-collector:4317" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: ghcr.io/keptn/scheduler:v0.8.2 + image: ghcr.io/keptn/scheduler:v0.8.3 imagePullPolicy: Always name: scheduler resources: diff --git a/.github/scripts/.helm-tests/lifecycle-only/result.yaml b/.github/scripts/.helm-tests/lifecycle-only/result.yaml index 25182767a3..5f9440899f 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -6525,7 +6525,7 @@ spec: value: "false" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: testreg/myrep:v0.8.2 + image: testreg/myrep:v0.0.1 imagePullPolicy: Always name: lifecycle-operator ports: @@ -6617,7 +6617,7 @@ spec: value: "otel-collector:4317" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: testreg/keptn/scheduler:v0.8.2 + image: testreg/keptn/scheduler:v0.0.0 imagePullPolicy: Always name: scheduler resources: diff --git a/.github/scripts/.helm-tests/lifecycle-only/values.yaml b/.github/scripts/.helm-tests/lifecycle-only/values.yaml index 12806ec790..af2af6b3fe 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/values.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/values.yaml @@ -8,6 +8,10 @@ lifecycleOperator: lifecycleOperator: image: repository: myrep + tag: v0.0.1 + scheduler: + image: + tag: v0.0.0 metricsOperator: enabled: false diff --git a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml index 0696761b73..156dcd4ce0 100644 --- a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml @@ -6873,7 +6873,7 @@ spec: value: "otel-collector:4317" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: ghcr.io/keptn/scheduler:v0.8.2 + image: ghcr.io/keptn/scheduler:v0.8.3 imagePullPolicy: Never name: scheduler resources: diff --git a/.github/scripts/.helm-tests/metrics-with-certs/result.yaml b/.github/scripts/.helm-tests/metrics-with-certs/result.yaml index 90f70b11d0..94b6ca88af 100644 --- a/.github/scripts/.helm-tests/metrics-with-certs/result.yaml +++ b/.github/scripts/.helm-tests/metrics-with-certs/result.yaml @@ -1713,7 +1713,7 @@ spec: value: "true" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: testreg/keptn/certificate-operator:v1.2.0 + image: ghcr.io/keptn/certificate-operator:v1.2.0 imagePullPolicy: Always name: certificate-operator resources: @@ -1811,7 +1811,7 @@ spec: value: "0" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: testreg/keptn/metrics-operator:v0.8.3 + image: ghcr.io/keptn/metrics-operator:v0.8.3 imagePullPolicy: Never name: metrics-operator ports: diff --git a/.github/scripts/.helm-tests/metrics-with-certs/values.yaml b/.github/scripts/.helm-tests/metrics-with-certs/values.yaml index 5e3bf09349..625676a0e3 100644 --- a/.github/scripts/.helm-tests/metrics-with-certs/values.yaml +++ b/.github/scripts/.helm-tests/metrics-with-certs/values.yaml @@ -5,6 +5,3 @@ lifecycleOperator: metricsOperator: enabled: true imagePullPolicy: Never - -global: - imageRegistry: "testreg" diff --git a/lifecycle-operator/chart/README.md b/lifecycle-operator/chart/README.md index 3c2c732d93..2843a99006 100644 --- a/lifecycle-operator/chart/README.md +++ b/lifecycle-operator/chart/README.md @@ -86,7 +86,7 @@ and application health checks | `scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` | | `scheduler.image.registry` | specify the container registry for the scheduler image | `ghcr.io` | | `scheduler.image.repository` | set image repository for scheduler | `keptn/scheduler` | -| `scheduler.image.tag` | set image tag for scheduler | `v0.8.2` | +| `scheduler.image.tag` | set image tag for scheduler | `v0.8.3` | | `scheduler.imagePullPolicy` | set image pull policy for scheduler | `Always` | | `scheduler.livenessProbe` | customizable liveness probe for the scheduler | | | `scheduler.readinessProbe` | customizable readiness probe for the scheduler | | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index 575908f06e..1303126009 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -210,7 +210,7 @@ scheduler: ## @param scheduler.image.repository set image repository for scheduler repository: keptn/scheduler ## @param scheduler.image.tag set image tag for scheduler - tag: v0.8.2 # x-release-please-version + tag: v0.8.3 # x-release-please-version ## @param scheduler.imagePullPolicy set image pull policy for scheduler imagePullPolicy: Always ## @extra scheduler.livenessProbe customizable liveness probe for the scheduler