Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
otter-releaser committed Feb 14, 2024
1 parent 9c3c3bf commit 71c3b5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
8 changes: 2 additions & 6 deletions charts/warden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: warden
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,18 +10,15 @@ description: A Helm chart for Kubernetes
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
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.0.6

version: 0.12.0
# 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.0.6"

appVersion: "0.12.0"
dependencies:
- name: warden-admission
condition: admission.enabled
Expand Down
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:main'
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.12.0'
resources:
requests:
cpu: 10m
Expand All @@ -24,7 +24,7 @@ global:
cpu: 300m
memory: 160Mi
admission:
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/admission:main'
image: 'europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.12.0'
resources:
requests:
cpu: 10m
Expand Down
5 changes: 2 additions & 3 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module-name: warden
rc-tag: 0.11.1
protecode:
- europe-docker.pkg.dev/kyma-project/prod/warden/operator:main
- europe-docker.pkg.dev/kyma-project/prod/warden/admission:main
- europe-docker.pkg.dev/kyma-project/prod/warden/operator:0.12.0
- europe-docker.pkg.dev/kyma-project/prod/warden/admission:0.12.0
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit 71c3b5b

Please sign in to comment.