diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d68106206133387ce6208ac4bff23a27ab83a7..5ce796ec7f5b8980110d01ef92eebd1b8a389605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [37.104.1-bb.0] - 2023-12-19 +### Updated +- ghcr.io/renovatebot/renovate - minor - 37.27.0 -> 37.104.1 +- gluon - patch - 0.4.4 -> 0.4.5 +- redis - minor - 18.0.4-bb.0 -> 18.3.2-bb.1 +- registry1.dso.mil/ironbank/bitnami/redis - patch - 7.2.2 -> 7.2.3 +- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 37.27.0 -> 37.91.5 + ## [37.27.0-bb.1] - 2023-11-27 ### Added - Added istio `allow-nothing` policy diff --git a/README.md b/README.md index f56fcebc5da337f3e7aab394ff3fb6805c5e4d52..f94c5d4cce0318e81f4ab376979bd8bd4522594d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # renovate -  +  Universal dependency update tool that fits into your workflows. @@ -59,7 +59,7 @@ helm install renovate chart/ | pod.labels | object | `{}` | Labels to set on the pod | | image.registry | string | `"registry1.dso.mil"` | Repository to pull renovate image from | | image.repository | string | `"ironbank/container-hardening-tools/renovate/renovate"` | | -| image.tag | string | `"37.27.0"` | Renovate image tag to pull | +| image.tag | string | `"37.104.1"` | Renovate image tag to pull | | image.pullPolicy | string | `"IfNotPresent"` | "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images | | imagePullSecrets | list | `[{"name":"private-registry"}]` | Secret to use to pull the image from the repository | | renovate.existingConfigFile | string | `""` | Custom exiting global renovate config | diff --git a/chart/Chart.lock b/chart/Chart.lock index 881f3390d183a6baee66609439e7a40845462fac..83e37f9f4810bfe6326ef9939922fc43f6ed02e1 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: oci://registry1.dso.mil/bigbang - version: 18.0.4-bb.0 + version: 18.3.2-bb.1 - name: gluon repository: oci://registry1.dso.mil/bigbang - version: 0.4.4 -digest: sha256:b9fb502e56e3a8a8c299c00e650079bcd571c40e1d589922f7ab148de10840f9 -generated: "2023-11-09T11:02:15.559669-06:00" + version: 0.4.5 +digest: sha256:7d5e9990d853eec769dd684072a92609b3c2af894ef5dd3a4e47f7f7d6a28c6a +generated: "2023-12-19T10:37:01.292370855-07:00" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8e7ca2a7891b69fc521b43b1ffbd955e214c1b31..65dce284e016113fda982ff195e8ff01d5d59d3f 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '37.27.0' +appVersion: '37.104.1' description: Universal dependency update tool that fits into your workflows. name: renovate -version: '37.27.0-bb.1' +version: '37.104.1-bb.0' icon: https://docs.renovatebot.com/assets/images/logo.png home: https://github.com/renovatebot/renovate keywords: @@ -23,12 +23,12 @@ maintainers: email: rhys@arkins.net annotations: bigbang.dev/applicationVersions: | - - Renovate: 37.27.0 + - Renovate: 37.91.5 helm.sh/images: | - name: renovate - image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:37.27.0 + image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:37.91.5 - name: redis - image: registry1.dso.mil/ironbank/bitnami/redis:7.2.2 + image: registry1.dso.mil/ironbank/bitnami/redis:7.2.3 condition: redis.enabled - name: exporter image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.55.0 @@ -36,17 +36,18 @@ annotations: artifacthub.io/license: AGPL-3.0-only artifacthub.io/images: | - name: renovate - image: ghcr.io/renovatebot/renovate:37.27.0 + image: ghcr.io/renovatebot/renovate:37.104.1 platforms: - linux/amd64 + - linux/arm64 artifacthub.io/links: | - name: docs url: https://docs.renovatebot.com dependencies: - name: redis repository: "oci://registry1.dso.mil/bigbang" - version: 18.0.4-bb.0 + version: 18.3.2-bb.1 condition: redis.enabled - name: gluon - version: "0.4.4" + version: "0.4.5" repository: "oci://registry1.dso.mil/bigbang" diff --git a/chart/Kptfile b/chart/Kptfile index daafc2c7acd8c17a692eec4640e7344f87a93234..c6253203538fe7635779596ebc9496cc7976152f 100644 --- a/chart/Kptfile +++ b/chart/Kptfile @@ -5,7 +5,7 @@ metadata: upstream: type: git git: - commit: 95b66745005d3c7bc3422dc84ab13a23aeb9d54d + commit: 5d0c81d573e8ac3741fee5123581c38843e89a79 repo: https://github.com/renovatebot/helm-charts directory: charts/renovate - ref: renovate-37.27.0 + ref: renovate-37.104.1 diff --git a/chart/README.md b/chart/README.md index 872afbf9de9716ed31a47b2e8b13ed3f57dac178..77faebbb66d3b2d80c93f5e530b361116187d703 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # renovate -  +  Universal dependency update tool that fits into your workflows. @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the chart and the defau | image.pullPolicy | string | `"IfNotPresent"` | "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images | | image.registry | string | `"ghcr.io"` | Registry to pull image from | | image.repository | string | `"renovatebot/renovate"` | Image name to pull | -| image.tag | string | `"37.27.0"` | Renovate image tag to pull | +| image.tag | string | `"37.104.1"` | Renovate image tag to pull | | imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository | | nameOverride | string | `""` | Override the name of the chart | | nodeSelector | object | `{}` | Select the node using labels to specify where the cronjob pod should run on | diff --git a/chart/charts/gluon-0.4.4.tgz b/chart/charts/gluon-0.4.4.tgz deleted file mode 100644 index f1a62b6fdb9488390a10bd39ffab3788ad6dfedd..0000000000000000000000000000000000000000 Binary files a/chart/charts/gluon-0.4.4.tgz and /dev/null differ diff --git a/chart/charts/gluon-0.4.5.tgz b/chart/charts/gluon-0.4.5.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9ebdf888b42029d1cd723c7901a97a4b5735e6ea Binary files /dev/null and b/chart/charts/gluon-0.4.5.tgz differ diff --git a/chart/charts/redis-18.0.4-bb.0.tgz b/chart/charts/redis-18.0.4-bb.0.tgz deleted file mode 100644 index cdf140ff5831a3f5f52a04242b4fce800077cfa4..0000000000000000000000000000000000000000 Binary files a/chart/charts/redis-18.0.4-bb.0.tgz and /dev/null differ diff --git a/chart/charts/redis-18.3.2-bb.1.tgz b/chart/charts/redis-18.3.2-bb.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..72476a33e982677acb64e094dfb6c451a0f9c4c1 Binary files /dev/null and b/chart/charts/redis-18.3.2-bb.1.tgz differ diff --git a/chart/templates/cronjob.yaml b/chart/templates/cronjob.yaml index 62e31e100e591683ca908130a2afb9ab876f28da..4e999e01680bdc8b67a3582c5aabc76ec99b85c3 100644 --- a/chart/templates/cronjob.yaml +++ b/chart/templates/cronjob.yaml @@ -101,7 +101,7 @@ spec: {{- .Values.cronjob.postCommand | nindent 18 }} {{- end }} {{- end }} - {{- if or .Values.renovate.config .Values.ssh_config.enabled .Values.extraVolumes }} + {{- if or .Values.renovate.config .Values.ssh_config.enabled .Values.renovate.persistence.cache.enabled .Values.extraVolumeMounts }} volumeMounts: {{- if .Values.renovate.config }} - name: config-volume @@ -116,11 +116,11 @@ spec: {{- if .Values.extraVolumeMounts }} {{- toYaml .Values.extraVolumeMounts | nindent 14 }} {{- end }} - {{- end }} {{- if .Values.renovate.persistence.cache.enabled }} - name: {{ include "renovate.fullname" . }}-cache mountPath: /tmp/renovate {{- end }} + {{- end }} env: {{- if .Values.renovate.existingConfigFile }} - name: RENOVATE_CONFIG_FILE diff --git a/chart/values.yaml b/chart/values.yaml index 56edf9acb95d7d6ea9cf1e78fa4fa3e82f0c606e..21a5d8d12abeeeb29a51072c49df844915e00ce9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -63,7 +63,7 @@ image: registry: registry1.dso.mil repository: ironbank/container-hardening-tools/renovate/renovate # -- Renovate image tag to pull - tag: 37.27.0 + tag: 37.104.1 # -- "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images pullPolicy: IfNotPresent @@ -206,6 +206,8 @@ envFrom: [] # -- Environment variables to set on the renovate container env: {} +# env: +# VARIABLE_NAME: "value" # -- Additional env. Helpful too if you want to use anything other than a `value` source. envList: []