Skip to content

Commit

Permalink
deps: update ghcr.io/keptn/scheduler docker tag to v0.8.3 (#2374)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: realanna <anna.reale@dynatrace.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
renovate[bot] and RealAnna committed Oct 31, 2023
1 parent d4d7a83 commit 16a4a14
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/certificates-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/scripts/.helm-tests/certificates-only/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
certManager:
enabled: true
image:
tag: v0.0.0
lifecycleOperator:
enabled: false
metricsOperator:
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/scripts/.helm-tests/lifecycle-only/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ lifecycleOperator:
lifecycleOperator:
image:
repository: myrep
tag: v0.0.1
scheduler:
image:
tag: v0.0.0

metricsOperator:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/.helm-tests/metrics-with-certs/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/scripts/.helm-tests/metrics-with-certs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ lifecycleOperator:
metricsOperator:
enabled: true
imagePullPolicy: Never

global:
imageRegistry: "testreg"
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a4a14

Please sign in to comment.