Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <[email protected]>
  • Loading branch information
RealAnna committed Oct 31, 2023
1 parent 0b397a1 commit 4265a26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/scripts/.helm-tests/certificates-only/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
certManager:
enabled: true
scheduler:
image:
tag: v0.0.0
lifecycleOperator:
enabled: false
metricsOperator:
Expand Down
3 changes: 3 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,9 @@ lifecycleOperator:
lifecycleOperator:
image:
repository: myrep
scheduler:
image:
tag: v0.0.0

metricsOperator:
enabled: false
Expand Down
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

0 comments on commit 4265a26

Please sign in to comment.