From: Andreas Geissler Date: Wed, 28 May 2025 07:27:35 +0000 (+0200) Subject: [COMMON] Allign versions and fixes with DT X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F140966%2F1;p=oom.git [COMMON] Allign versions and fixes with DT - add lint fixes - sync version numbers Issue-ID: OOM-3082 Change-Id: I41786402e06514f7f533be20818f9b55107e2aab Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/common/mariadb-galera/templates/backup/cronjob.yaml b/kubernetes/common/mariadb-galera/templates/backup/cronjob.yaml index 877e6faaa6..ddff6cddc1 100644 --- a/kubernetes/common/mariadb-galera/templates/backup/cronjob.yaml +++ b/kubernetes/common/mariadb-galera/templates/backup/cronjob.yaml @@ -179,8 +179,10 @@ spec: persistentVolumeClaim: claimName: {{ include "common.fullname" . }}-backup-data - name: tmp-data - emptyDir: {} + emptyDir: + sizeLimit: {{ .Values.volumes.tmpDataSizeLimit }} - name: tmp - emptyDir: {} + emptyDir: + sizeLimit: {{ .Values.volumes.tmpSizeLimit }} {{- end }} {{- end }} diff --git a/kubernetes/common/mariadb-galera/values.yaml b/kubernetes/common/mariadb-galera/values.yaml index c7ec8b2aaa..1dfeaeeabd 100644 --- a/kubernetes/common/mariadb-galera/values.yaml +++ b/kubernetes/common/mariadb-galera/values.yaml @@ -611,6 +611,7 @@ resources: unlimited: {} volumes: + tmpDataSizeLimit: 500Mi bootSizeLimit: 50Mi tmpSizeLimit: 200Mi configSizeLimit: 50Mi diff --git a/kubernetes/common/mongodb-init/Chart.yaml b/kubernetes/common/mongodb-init/Chart.yaml index 7fe47ca331..93ffddf625 100644 --- a/kubernetes/common/mongodb-init/Chart.yaml +++ b/kubernetes/common/mongodb-init/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v2 description: Chart for MongoDB init job name: mongodb-init -version: 13.0.5 +version: 13.0.6 dependencies: - name: common diff --git a/kubernetes/common/mongodb/README.md b/kubernetes/common/mongodb/README.md index 5caf0df6b8..0de399915f 100644 --- a/kubernetes/common/mongodb/README.md +++ b/kubernetes/common/mongodb/README.md @@ -1323,4 +1323,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/kubernetes/common/mongodb/common/templates/_images.tpl b/kubernetes/common/mongodb/common/templates/_images.tpl index 76bb7ce447..6eedf75f56 100644 --- a/kubernetes/common/mongodb/common/templates/_images.tpl +++ b/kubernetes/common/mongodb/common/templates/_images.tpl @@ -112,4 +112,3 @@ Return the proper image version (ingores image revision/prerelease info & fallba {{- print .chart.AppVersion -}} {{- end -}} {{- end -}} - diff --git a/kubernetes/common/repositoryGenerator/Chart.yaml b/kubernetes/common/repositoryGenerator/Chart.yaml index 3e8957efe2..d1c2240942 100644 --- a/kubernetes/common/repositoryGenerator/Chart.yaml +++ b/kubernetes/common/repositoryGenerator/Chart.yaml @@ -16,4 +16,4 @@ apiVersion: v2 description: Template used to generate the right repository link name: repositoryGenerator -version: 13.0.2 +version: 13.0.3 diff --git a/kubernetes/common/repositoryGenerator/values.yaml b/kubernetes/common/repositoryGenerator/values.yaml index ffdc68452c..e0934e3859 100644 --- a/kubernetes/common/repositoryGenerator/values.yaml +++ b/kubernetes/common/repositoryGenerator/values.yaml @@ -27,7 +27,7 @@ global: # common global images busyboxImage: busybox:1.34.1 curlImage: curlimages/curl:7.80.0 - envsubstImage: dibi/envsubst:1 + envsubstImage: dibi/envsubst:latest # there's only latest image for htpasswd htpasswdImage: xmartlabs/htpasswd:latest # if you change jetty image, you'll also need to update jar file which is @@ -38,13 +38,13 @@ global: kubectlImage: bitnami/kubectl:1.22.4 loggingImage: beats/filebeat:5.5.0 mariadbImage: mariadb:11.7.2 - mongodbImage: percona/percona-server-mongodb:7.0.5-3 + mongodbImage: percona/percona-server-mongodb:7.0.16-10 nginxImage: bitnami/nginx:1.21.4 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1 - readinessImage: onap/oom/readiness:6.1.2 + readinessImage: onap/oom/readiness:6.2.0 dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 drProvClientImage: onap/dmaap/datarouter-prov-client:2.1.15 - quitQuitImage: onap/oom/readiness:6.1.2 + quitQuitImage: onap/oom/readiness:6.2.0 # Default credentials # they're optional. If the target repository doesn't need them, comment them