Skip to content

Commit

Permalink
chore: bump up helm chart version (#1351)
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna authored May 3, 2023
1 parent d5000da commit 737d478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 5 additions & 5 deletions helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certificateOperator:
labelSelectorValue: "true"
image:
repository: ghcr.keptn.sh/keptn/certificate-operator
tag: v0.7.0
tag: v0.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -67,7 +67,7 @@ lifecycleOperator:
seccompProfile:
type: RuntimeDefault
env:
functionRunnerImage: ghcr.keptn.sh/keptn/functions-runtime:v0.7.0
functionRunnerImage: ghcr.keptn.sh/keptn/functions-runtime:v0.7.1
keptnAppControllerLogLevel: "0"
keptnAppCreationRequestControllerLogLevel: "0"
keptnAppVersionControllerLogLevel: "0"
Expand All @@ -80,7 +80,7 @@ lifecycleOperator:
otelCollectorUrl: otel-collector:4317
image:
repository: ghcr.keptn.sh/keptn/lifecycle-operator
tag: v0.7.0
tag: v0.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -147,7 +147,7 @@ metricsOperator:
metricsControllerLogLevel: "0"
image:
repository: ghcr.keptn.sh/keptn/metrics-operator
tag: v0.7.0
tag: v0.7.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -210,7 +210,7 @@ scheduler:
otelCollectorUrl: otel-collector:4317
image:
repository: ghcr.keptn.sh/keptn/scheduler
tag: v0.7.0
tag: v0.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 737d478

Please sign in to comment.