UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 492f3b44 authored by Matt Boyer's avatar Matt Boyer :metal:
Browse files

Merge branch 'renovate/ironbank' into 'main'

SKIP UPDATE CHECK Update Ironbank

Closes #18

See merge request !26
parents a6022c6f e4903ab1
No related branches found
No related tags found
1 merge request!26SKIP UPDATE CHECK Update Ironbank
Pipeline #2900868 passed
......@@ -3,6 +3,11 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [37.203.1-bb.0] - 2024-02-21
### Updated
- ghcr.io/renovatebot/renovate - minor - 37.181.9 -> 37.203.1
- registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter - minor - v1.57.0 -> v1.58.0
## [37.181.9-bb.0] - 2024-02-10
### Updated
- ghcr.io/renovatebot/renovate - minor - 37.159.0 -> 37.181.9
......
# renovate
![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)
![Version: 37.203.1-bb.0](https://img.shields.io/badge/Version-37.203.1--bb.0-informational?style=flat-square) ![AppVersion: 37.203.1](https://img.shields.io/badge/AppVersion-37.203.1-informational?style=flat-square)
Universal dependency update tool that fits into your workflows.
......
apiVersion: v2
appVersion: '37.181.9'
appVersion: '37.203.1'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '37.181.9-bb.0'
version: '37.203.1-bb.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
......@@ -31,12 +31,12 @@ annotations:
image: registry1.dso.mil/ironbank/bitnami/redis:7.2.4
condition: redis.enabled
- name: exporter
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.57.0
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.58.0
condition: redis.enabled
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: ghcr.io/renovatebot/renovate:37.181.9
image: ghcr.io/renovatebot/renovate:37.203.1
platforms:
- linux/amd64
- linux/arm64
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: bb6711d8b5a0f69c829513d57ddc523e4cd8cae2
commit: e19282d0bba3e7eb28ba354607d34b38591744af
repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate
ref: renovate-37.181.9
ref: renovate-37.203.1
# renovate
![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)
![Version: 37.203.1](https://img.shields.io/badge/Version-37.203.1-informational?style=flat-square) ![AppVersion: 37.203.1](https://img.shields.io/badge/AppVersion-37.203.1-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.181.9"` | Renovate image tag to pull |
| image.tag | string | `"37.203.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 |
......@@ -135,8 +135,4 @@ Please check out [bitnami redis](https://artifacthub.io/packages/helm/bitnami/re
A major chart version change can indicate that there is an incompatible breaking change needing maual actions.
### To v16
- The `slim` options was removed, the `latest` tag now points to the slim renovate docker image.
- The `dind` option was removed. The `slim` renovate version uses `binarySource=install`, so no need for complex Docker in Docker setup.
- The renovate image is now pulled from `ghcr.io/renovatebot/renovate` by default.
_No recent breaking changes needing manual actions._
......@@ -68,9 +68,6 @@ Please checkout [bitnami redis](https://artifacthub.io/packages/helm/bitnami/red
## Upgrading
A major chart version change can indicate that there is an incompatible breaking change needing maual actions.
A major chart version change can indicate that there is an incompatible breaking change needing manual actions.
### To v16
- The `slim` options was removed, the `latest` tag now points to the slim renovate docker image.
- The `dind` option was removed. The `slim` renovate version uses `binarySource=install`, so no need for complex Docker in Docker setup.
_No recent breaking changes needing manual actions._
......@@ -63,7 +63,7 @@ image:
registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate
# -- Renovate image tag to pull
tag: 37.181.9
tag: 37.203.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
......
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