Skip to content

Commit

Permalink
deps: update keptn components to v0.8.2 (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Sep 6, 2023
1 parent c523cb0 commit 49a884b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7854,7 +7854,7 @@ spec:
value: "0"
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: ghcr.io/keptn/lifecycle-operator:v0.8.1
image: ghcr.io/keptn/lifecycle-operator:v0.8.2
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -7969,7 +7969,7 @@ spec:
value: "0"
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: ghcr.io/keptn/metrics-operator:v0.8.1
image: ghcr.io/keptn/metrics-operator:v0.8.2
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -8063,7 +8063,7 @@ spec:
value: "otel-collector:4317"
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: ghcr.io/keptn/scheduler:v0.8.1
image: ghcr.io/keptn/scheduler:v0.8.2
imagePullPolicy: Always
name: scheduler
resources:
Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/.helm-tests/default/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lifecycleOperator:
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.0
image:
repository: ghcr.io/keptn/lifecycle-operator
tag: v0.8.1
tag: v0.8.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -148,7 +148,7 @@ metricsOperator:
metricsControllerLogLevel: "0"
image:
repository: ghcr.io/keptn/metrics-operator
tag: v0.8.1
tag: v0.8.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -211,7 +211,7 @@ scheduler:
otelCollectorUrl: otel-collector:4317
image:
repository: ghcr.io/keptn/scheduler
tag: v0.8.1
tag: v0.8.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ as well as the concept of application health checks
| `scheduler.scheduler.containerSecurityContext` | Sets security context | |
| `scheduler.scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` |
| `scheduler.scheduler.image.repository` | set image repository for scheduler | `ghcr.io/keptn/scheduler` |
| `scheduler.scheduler.image.tag` | set image tag for scheduler | `v0.8.1` |
| `scheduler.scheduler.image.tag` | set image tag for scheduler | `v0.8.2` |
| `scheduler.scheduler.imagePullPolicy` | set image pull policy for scheduler | `Always` |
| `scheduler.scheduler.livenessProbe` | customizable liveness probe for the scheduler | |
| `scheduler.scheduler.readinessProbe` | customizable readiness probe for the scheduler | |
Expand Down Expand Up @@ -94,7 +94,7 @@ as well as the concept of application health checks
| `lifecycleOperator.manager.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v1.0.1` |
| `lifecycleOperator.manager.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.0` |
| `lifecycleOperator.manager.image.repository` | specify registry for manager image | `ghcr.io/keptn/lifecycle-operator` |
| `lifecycleOperator.manager.image.tag` | select tag for manager image | `v0.8.1` |
| `lifecycleOperator.manager.image.tag` | select tag for manager image | `v0.8.2` |
| `lifecycleOperator.manager.imagePullPolicy` | specify pull policy for manager image | `Always` |
| `lifecycleOperator.manager.livenessProbe` | custom livenessprobe for manager container | |
| `lifecycleOperator.manager.readinessProbe` | custom readinessprobe for manager container | |
Expand Down Expand Up @@ -147,7 +147,7 @@ as well as the concept of application health checks
| `metricsOperator.manager.containerSecurityContext.runAsUser` | | `65532` |
| `metricsOperator.manager.containerSecurityContext.seccompProfile.type` | | `RuntimeDefault` |
| `metricsOperator.manager.image.repository` | specify registry for manager image | `ghcr.io/keptn/metrics-operator` |
| `metricsOperator.manager.image.tag` | select tag for manager image | `v0.8.1` |
| `metricsOperator.manager.image.tag` | select tag for manager image | `v0.8.2` |
| `metricsOperator.manager.env.exposeKeptnMetrics` | enable metrics exporter | `true` |
| `metricsOperator.manager.env.metricsControllerLogLevel` | sets the log level of Metrics Controller | `0` |
| `metricsOperator.manager.env.analysisControllerLogLevel` | sets the log level of Analysis Controller | `0` |
Expand Down
6 changes: 3 additions & 3 deletions helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lifecycleOperator:
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.0
image:
repository: ghcr.io/keptn/lifecycle-operator
tag: v0.8.1
tag: v0.8.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -150,7 +150,7 @@ metricsOperator:
analysisControllerLogLevel: "0"
image:
repository: ghcr.io/keptn/metrics-operator
tag: v0.8.1
tag: v0.8.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -213,7 +213,7 @@ scheduler:
otelCollectorUrl: otel-collector:4317
image:
repository: ghcr.io/keptn/scheduler
tag: v0.8.1
tag: v0.8.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 49a884b

Please sign in to comment.