diff --git a/charts/warden/Chart.yaml b/charts/warden/Chart.yaml index 01da6ffc..74fd6f51 100644 --- a/charts/warden/Chart.yaml +++ b/charts/warden/Chart.yaml @@ -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 @@ -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 diff --git a/charts/warden/values.yaml b/charts/warden/values.yaml index 9ce058c8..2c0961ed 100644 --- a/charts/warden/values.yaml +++ b/charts/warden/values.yaml @@ -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 @@ -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 diff --git a/sec-scanners-config.yaml b/sec-scanners-config.yaml index 90510ded..4c1a1fb2 100644 --- a/sec-scanners-config.yaml +++ b/sec-scanners-config.yaml @@ -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