From 0b397a17fa555107a9549506bd060e1dd421b682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:15:46 +0000 Subject: [PATCH 1/5] deps: update ghcr.io/keptn/scheduler docker tag to v0.8.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/scripts/.helm-tests/default/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 2 +- lifecycle-operator/chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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-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/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 From 4265a2646069436b5451fe86eb8502ec11845bc1 Mon Sep 17 00:00:00 2001 From: realanna Date: Tue, 31 Oct 2023 08:00:47 +0100 Subject: [PATCH 2/5] chore: fix Signed-off-by: realanna --- .github/scripts/.helm-tests/certificates-only/values.yaml | 3 +++ .github/scripts/.helm-tests/lifecycle-only/values.yaml | 3 +++ lifecycle-operator/chart/README.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/scripts/.helm-tests/certificates-only/values.yaml b/.github/scripts/.helm-tests/certificates-only/values.yaml index 8abc67956c..8c752ebe75 100644 --- a/.github/scripts/.helm-tests/certificates-only/values.yaml +++ b/.github/scripts/.helm-tests/certificates-only/values.yaml @@ -1,5 +1,8 @@ certManager: enabled: true + scheduler: + image: + tag: v0.0.0 lifecycleOperator: enabled: false metricsOperator: diff --git a/.github/scripts/.helm-tests/lifecycle-only/values.yaml b/.github/scripts/.helm-tests/lifecycle-only/values.yaml index 12806ec790..583a888463 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/values.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/values.yaml @@ -8,6 +8,9 @@ lifecycleOperator: lifecycleOperator: image: repository: myrep + scheduler: + image: + tag: v0.0.0 metricsOperator: enabled: false 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 | | From 6561d7fc6005f83de6ac79ef3b59b46e0255699d Mon Sep 17 00:00:00 2001 From: realanna Date: Tue, 31 Oct 2023 08:31:08 +0100 Subject: [PATCH 3/5] chore: fix Signed-off-by: realanna --- .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml index 156dcd4ce0..e66d8e4084 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.3 + image: ghcr.io/keptn/scheduler:v0.0.0 imagePullPolicy: Never name: scheduler resources: From a2f7d0cf2e0a20f902cfdfb690fe80a7f757c7c4 Mon Sep 17 00:00:00 2001 From: realanna Date: Tue, 31 Oct 2023 08:33:00 +0100 Subject: [PATCH 4/5] chore: fix Signed-off-by: realanna --- .github/scripts/.helm-tests/lifecycle-only/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-with-certs/result.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/.helm-tests/lifecycle-only/result.yaml b/.github/scripts/.helm-tests/lifecycle-only/result.yaml index 25182767a3..842b3ec0a8 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/result.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/result.yaml @@ -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-with-certs/result.yaml b/.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml index e66d8e4084..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.0.0 + image: ghcr.io/keptn/scheduler:v0.8.3 imagePullPolicy: Never name: scheduler resources: From 4dcfaa7d1d6823347437d696310bd789ecf9e042 Mon Sep 17 00:00:00 2001 From: realanna Date: Tue, 31 Oct 2023 08:41:57 +0100 Subject: [PATCH 5/5] chore: fix tags for custom reg Signed-off-by: realanna --- .github/scripts/.helm-tests/certificates-only/result.yaml | 2 +- .github/scripts/.helm-tests/certificates-only/values.yaml | 5 ++--- .github/scripts/.helm-tests/lifecycle-only/result.yaml | 2 +- .github/scripts/.helm-tests/lifecycle-only/values.yaml | 1 + .github/scripts/.helm-tests/metrics-with-certs/result.yaml | 4 ++-- .github/scripts/.helm-tests/metrics-with-certs/values.yaml | 3 --- 6 files changed, 7 insertions(+), 10 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 8c752ebe75..5486523bd3 100644 --- a/.github/scripts/.helm-tests/certificates-only/values.yaml +++ b/.github/scripts/.helm-tests/certificates-only/values.yaml @@ -1,8 +1,7 @@ certManager: enabled: true - scheduler: - image: - tag: v0.0.0 + image: + tag: v0.0.0 lifecycleOperator: enabled: false metricsOperator: diff --git a/.github/scripts/.helm-tests/lifecycle-only/result.yaml b/.github/scripts/.helm-tests/lifecycle-only/result.yaml index 842b3ec0a8..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: diff --git a/.github/scripts/.helm-tests/lifecycle-only/values.yaml b/.github/scripts/.helm-tests/lifecycle-only/values.yaml index 583a888463..af2af6b3fe 100644 --- a/.github/scripts/.helm-tests/lifecycle-only/values.yaml +++ b/.github/scripts/.helm-tests/lifecycle-only/values.yaml @@ -8,6 +8,7 @@ lifecycleOperator: lifecycleOperator: image: repository: myrep + tag: v0.0.1 scheduler: image: tag: v0.0.0 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"