UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a6022c6f authored by Joe Foster's avatar Joe Foster :speech_balloon:
Browse files

Merge branch 'renovate/ironbank' into 'main'

SKIP UPDATE CHECK Update Ironbank

See merge request !25
parents e6b950c3 576c57d3
No related branches found
No related tags found
1 merge request!25SKIP UPDATE CHECK Update Ironbank
Pipeline #2853416 passed
......@@ -3,6 +3,13 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [37.181.9-bb.0] - 2024-02-10
### Updated
- ghcr.io/renovatebot/renovate - minor - 37.159.0 -> 37.181.9
- gluon - patch - 0.4.7 -> 0.4.8
- redis - minor - 18.7.1-bb.0 -> 18.9.1-bb.0
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 37.156.0 -> 37.180.0
## [37.156.0-bb.0] - 2024-01-31
### Updated
- ghcr.io/renovatebot/renovate - minor - 37.104.1 -> 37.159.0
......
# renovate
![Version: 37.156.0-bb.0](https://img.shields.io/badge/Version-37.156.0--bb.0-informational?style=flat-square) ![AppVersion: 37.156.0](https://img.shields.io/badge/AppVersion-37.156.0-informational?style=flat-square)
![Version: 37.181.9-bb.0](https://img.shields.io/badge/Version-37.181.9--bb.0-informational?style=flat-square) ![AppVersion: 37.181.9](https://img.shields.io/badge/AppVersion-37.181.9-informational?style=flat-square)
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.156.0"` | Renovate image tag to pull |
| image.tag | string | `"37.181.9"` | 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 |
......
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 18.7.1-bb.0
version: 18.9.1-bb.0
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.4.7
digest: sha256:334a8f64bc66880333e608f44b1e48937f25a7b7f75d76c430c2466ce3caa1a2
generated: "2024-01-30T16:43:30.473222-08:00"
version: 0.4.8
digest: sha256:9afae09306738eafcb92b941853711d1a475aea71e1f1c673e29b6c9db84869c
generated: "2024-02-09T23:42:28.579002-08:00"
apiVersion: v2
appVersion: '37.156.0'
appVersion: '37.181.9'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '37.156.0-bb.0'
version: '37.181.9-bb.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
......@@ -23,10 +23,10 @@ maintainers:
email: rhys@arkins.net
annotations:
bigbang.dev/applicationVersions: |
- Renovate: 37.156.0
- Renovate: 37.180.0
helm.sh/images: |
- name: renovate
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:37.156.0
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:37.180.0
- name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.2.4
condition: redis.enabled
......@@ -36,7 +36,7 @@ annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: ghcr.io/renovatebot/renovate:37.159.0
image: ghcr.io/renovatebot/renovate:37.181.9
platforms:
- linux/amd64
- linux/arm64
......@@ -46,8 +46,8 @@ annotations:
dependencies:
- name: redis
repository: "oci://registry1.dso.mil/bigbang"
version: 18.7.1-bb.0
version: 18.9.1-bb.0
condition: redis.enabled
- name: gluon
version: "0.4.7"
version: "0.4.8"
repository: "oci://registry1.dso.mil/bigbang"
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 250162336c766d35c4cbd949be28604c067f384f
commit: bb6711d8b5a0f69c829513d57ddc523e4cd8cae2
repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate
ref: renovate-37.156.0
ref: renovate-37.181.9
# renovate
![Version: 37.156.0](https://img.shields.io/badge/Version-37.156.0-informational?style=flat-square) ![AppVersion: 37.156.0](https://img.shields.io/badge/AppVersion-37.156.0-informational?style=flat-square)
![Version: 37.181.9](https://img.shields.io/badge/Version-37.181.9-informational?style=flat-square) ![AppVersion: 37.181.9](https://img.shields.io/badge/AppVersion-37.181.9-informational?style=flat-square)
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.156.0"` | Renovate image tag to pull |
| image.tag | string | `"37.181.9"` | 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 |
......
File deleted
File added
File deleted
File added
......@@ -63,7 +63,7 @@ image:
registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate
# -- Renovate image tag to pull
tag: 37.156.0
tag: 37.181.9
# -- "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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment