Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
otter-releaser committed Nov 21, 2024
1 parent 5cdb72b commit a5cfa46
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/warden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.14.5
version: 0.14.6
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.14.5"
appVersion: "0.14.6"
dependencies:
- name: warden-admission
condition: admission.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/warden/charts/warden-admission/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm subchart for warden admission
name: warden-admission
version: 0.14.5
appVersion: 0.14.5
version: 0.14.6
appVersion: 0.14.6
4 changes: 2 additions & 2 deletions charts/warden/charts/warden-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: A Helm subchart for warden webhook
name: warden-operator
version: 0.14.5
appVersion: 0.14.5
version: 0.14.6
appVersion: 0.14.6
4 changes: 2 additions & 2 deletions charts/warden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
wardenPriorityClassName: warden-priority
wardenPriorityClassValue: 2000000
operator:
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.14.5'
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.14.6'
resources:
requests:
cpu: 10m
Expand All @@ -24,7 +24,7 @@ global:
cpu: 300m
memory: 500Mi
admission:
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.14.5'
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.14.6'
resources:
requests:
cpu: 10m
Expand Down
4 changes: 2 additions & 2 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module-name: warden
protecode:
- europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.14.5
- europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.14.5
- europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.14.6
- europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.14.6
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit a5cfa46

Please sign in to comment.