[COMMON] Allign versions and fixes with DT 66/140966/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 28 May 2025 07:27:35 +0000 (09:27 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 28 May 2025 07:27:35 +0000 (09:27 +0200)
- add lint fixes
- sync version numbers

Issue-ID: OOM-3082

Change-Id: I41786402e06514f7f533be20818f9b55107e2aab
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
kubernetes/common/mariadb-galera/templates/backup/cronjob.yaml
kubernetes/common/mariadb-galera/values.yaml
kubernetes/common/mongodb-init/Chart.yaml
kubernetes/common/mongodb/README.md
kubernetes/common/mongodb/common/templates/_images.tpl
kubernetes/common/repositoryGenerator/Chart.yaml
kubernetes/common/repositoryGenerator/values.yaml

index 877e6fa..ddff6cd 100644 (file)
@@ -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 }}
index c7ec8b2..1dfeaee 100644 (file)
@@ -611,6 +611,7 @@ resources:
   unlimited: {}
 
 volumes:
+  tmpDataSizeLimit: 500Mi
   bootSizeLimit: 50Mi
   tmpSizeLimit: 200Mi
   configSizeLimit: 50Mi
index 7fe47ca..93ffddf 100644 (file)
@@ -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
index 5caf0df..0de3999 100644 (file)
@@ -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.
index 76bb7ce..6eedf75 100644 (file)
@@ -112,4 +112,3 @@ Return the proper image version (ingores image revision/prerelease info & fallba
     {{- print .chart.AppVersion -}}
 {{- end -}}
 {{- end -}}
-
index 3e8957e..d1c2240 100644 (file)
@@ -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
index ffdc684..e0934e3 100644 (file)
@@ -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