Skip to content

Commit e03976d

Browse files
authored
chore: bump runtime versions (#3813)
1 parent e91b31d commit e03976d

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/scripts/.helm-tests/Openshift/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15430,9 +15430,9 @@ spec:
1543015430
fieldRef:
1543115431
fieldPath: metadata.name
1543215432
- name: FUNCTION_RUNNER_IMAGE
15433-
value: "ghcr.io/keptn/deno-runtime:v2.0.5"
15433+
value: "ghcr.io/keptn/deno-runtime:v3.0.0"
1543415434
- name: PYTHON_RUNNER_IMAGE
15435-
value: "ghcr.io/keptn/python-runtime:v1.0.6"
15435+
value: "ghcr.io/keptn/python-runtime:v1.0.7"
1543615436
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1543715437
value: "0"
1543815438
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

.github/scripts/.helm-tests/default/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15432,9 +15432,9 @@ spec:
1543215432
fieldRef:
1543315433
fieldPath: metadata.name
1543415434
- name: FUNCTION_RUNNER_IMAGE
15435-
value: "ghcr.io/keptn/deno-runtime:v2.0.5"
15435+
value: "ghcr.io/keptn/deno-runtime:v3.0.0"
1543615436
- name: PYTHON_RUNNER_IMAGE
15437-
value: "ghcr.io/keptn/python-runtime:v1.0.6"
15437+
value: "ghcr.io/keptn/python-runtime:v1.0.7"
1543815438
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1543915439
value: "0"
1544015440
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

.github/scripts/.helm-tests/lifecycle-only/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12046,9 +12046,9 @@ spec:
1204612046
fieldRef:
1204712047
fieldPath: metadata.name
1204812048
- name: FUNCTION_RUNNER_IMAGE
12049-
value: "ghcr.io/keptn/deno-runtime:v2.0.5"
12049+
value: "ghcr.io/keptn/deno-runtime:v3.0.0"
1205012050
- name: PYTHON_RUNNER_IMAGE
12051-
value: "ghcr.io/keptn/python-runtime:v1.0.6"
12051+
value: "ghcr.io/keptn/python-runtime:v1.0.7"
1205212052
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1205312053
value: "0"
1205412054
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

.github/scripts/.helm-tests/lifecycle-with-certs/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12338,9 +12338,9 @@ spec:
1233812338
fieldRef:
1233912339
fieldPath: metadata.name
1234012340
- name: FUNCTION_RUNNER_IMAGE
12341-
value: "ghcr.io/keptn/deno-runtime:v2.0.5"
12341+
value: "ghcr.io/keptn/deno-runtime:v3.0.0"
1234212342
- name: PYTHON_RUNNER_IMAGE
12343-
value: "ghcr.io/keptn/python-runtime:v1.0.6"
12343+
value: "ghcr.io/keptn/python-runtime:v1.0.7"
1234412344
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1234512345
value: "0"
1234612346
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

.github/scripts/.helm-tests/local-global-precedence/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15758,9 +15758,9 @@ spec:
1575815758
fieldRef:
1575915759
fieldPath: metadata.name
1576015760
- name: FUNCTION_RUNNER_IMAGE
15761-
value: "ghcr.io/keptn/deno-runtime:v2.0.5"
15761+
value: "ghcr.io/keptn/deno-runtime:v3.0.0"
1576215762
- name: PYTHON_RUNNER_IMAGE
15763-
value: "ghcr.io/keptn/python-runtime:v1.0.6"
15763+
value: "ghcr.io/keptn/python-runtime:v1.0.7"
1576415764
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
1576515765
value: "0"
1576615766
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

lifecycle-operator/chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and application health checks
4444
| `lifecycleOperator.containerSecurityContext.runAsNonRoot` | | `true` |
4545
| `lifecycleOperator.containerSecurityContext.runAsUser` | | `65532` |
4646
| `lifecycleOperator.containerSecurityContext.seccompProfile.type` | | `RuntimeDefault` |
47-
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v2.0.5` |
47+
| `lifecycleOperator.env.functionRunnerImage` | specify image for deno task runtime | `ghcr.io/keptn/deno-runtime:v3.0.0` |
4848
| `lifecycleOperator.env.keptnAppControllerLogLevel` | sets the log level of Keptn App Controller | `0` |
4949
| `lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel` | sets the log level of Keptn App Creation Request Controller | `0` |
5050
| `lifecycleOperator.env.keptnAppVersionControllerLogLevel` | sets the log level of Keptn AppVersion Controller | `0` |
@@ -55,7 +55,7 @@ and application health checks
5555
| `lifecycleOperator.env.keptnWorkloadVersionControllerLogLevel` | sets the log level of Keptn WorkloadVersion Controller | `0` |
5656
| `lifecycleOperator.env.keptnDoraMetricsPort` | sets the port for accessing lifecycle metrics in prometheus format | `2222` |
5757
| `lifecycleOperator.env.optionsControllerLogLevel` | sets the log level of Keptn Options Controller | `0` |
58-
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.6` |
58+
| `lifecycleOperator.env.pythonRunnerImage` | specify image for python task runtime | `ghcr.io/keptn/python-runtime:v1.0.7` |
5959
| `lifecycleOperator.image.registry` | specify the container registry for the lifecycle-operator image | `""` |
6060
| `lifecycleOperator.image.repository` | specify registry for manager image | `keptn/lifecycle-operator` |
6161
| `lifecycleOperator.image.tag` | select tag for manager image | `v1.1.1` |

lifecycle-operator/chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ lifecycleOperator:
8080
type: RuntimeDefault
8181
## @param lifecycleOperator.env.functionRunnerImage specify image for deno task runtime
8282
env:
83-
functionRunnerImage: ghcr.io/keptn/deno-runtime:v2.0.5
83+
functionRunnerImage: ghcr.io/keptn/deno-runtime:v3.0.0
8484
## @param lifecycleOperator.env.keptnAppControllerLogLevel sets the log level of Keptn App Controller
8585
keptnAppControllerLogLevel: "0"
8686
## @param lifecycleOperator.env.keptnAppCreationRequestControllerLogLevel sets the log level of Keptn App Creation Request Controller
@@ -102,7 +102,7 @@ lifecycleOperator:
102102
## @param lifecycleOperator.env.optionsControllerLogLevel sets the log level of Keptn Options Controller
103103
optionsControllerLogLevel: "0"
104104
## @param lifecycleOperator.env.pythonRunnerImage specify image for python task runtime
105-
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.6
105+
pythonRunnerImage: ghcr.io/keptn/python-runtime:v1.0.7
106106
image:
107107
## @param lifecycleOperator.image.registry specify the container registry for the lifecycle-operator image
108108
registry: ""

lifecycle-operator/config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ spec:
5656
fieldRef:
5757
fieldPath: metadata.name
5858
- name: FUNCTION_RUNNER_IMAGE
59-
value: ghcr.io/keptn/deno-runtime:v0.8.1
59+
value: ghcr.io/keptn/deno-runtime:v3.0.0
6060
- name: PYTHON_RUNNER_IMAGE
61-
value: ghcr.io/keptn/python-runtime:v0.8.1
61+
value: ghcr.io/keptn/python-runtime:v1.0.7
6262
- name: KEPTN_APP_CONTROLLER_LOG_LEVEL
6363
value: "0"
6464
- name: KEPTN_APP_CREATION_REQUEST_CONTROLLER_LOG_LEVEL

0 commit comments

Comments
 (0)