Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update ghcr.io/keptn/scheduler docker tag to v0.8.3 #2374

Merged
merged 5 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this release please comment needed to be removed...

## @param scheduler.imagePullPolicy set image pull policy for scheduler
imagePullPolicy: Always
## @extra scheduler.livenessProbe customizable liveness probe for the scheduler
Expand Down
Loading