UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1ca5df30 authored by Ryan Lesher's avatar Ryan Lesher
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

Closes #56

See merge request !64
parents 568f0a73 bfe5de80
No related branches found
Tags 39.52.0-bb.0
1 merge request!64Update Ironbank
Pipeline #3867507 passed
......@@ -3,6 +3,12 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [39.88.0-bb.0] - 2025-01-10
### Updated
- ghcr.io/renovatebot/renovate - minor - 39.86.0 -> 39.100.1
- registry1.dso.mil/ironbank/bitnami/redis - patch - 7.4.1 -> 7.4.2
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 39.83.3 -> 39.88.0
## [39.83.3-bb.0] - 2024-12-30
### Updated
- ghcr.io/renovatebot/renovate - minor - 39.63.1 -> 39.86.0
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# renovate
![Version: 39.83.3-bb.0](https://img.shields.io/badge/Version-39.83.3--bb.0-informational?style=flat-square) ![AppVersion: 39.83.3](https://img.shields.io/badge/AppVersion-39.83.3-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 39.88.0-bb.0](https://img.shields.io/badge/Version-39.88.0--bb.0-informational?style=flat-square) ![AppVersion: 39.88.0](https://img.shields.io/badge/AppVersion-39.88.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Universal dependency update tool that fits into your workflows.
......@@ -76,7 +76,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 | `"39.83.3"` | Renovate image tag to pull |
| image.tag | string | `"39.88.0"` | 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 |
| image.useFull | bool | `false` | Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image |
| imagePullSecrets | list | `[{"name":"private-registry"}]` | Secret to use to pull the image from the repository |
......
apiVersion: v2
appVersion: '39.83.3'
appVersion: '39.88.0'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '39.83.3-bb.0'
version: '39.88.0-bb.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
......@@ -24,12 +24,12 @@ maintainers:
annotations:
bigbang.dev/maintenanceTrack: bb_integrated
bigbang.dev/applicationVersions: |
- Renovate: 39.83.3
- Renovate: 39.88.0
helm.sh/images: |
- name: renovate
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.83.3
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.88.0
- name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.1
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2
condition: redis.enabled
- name: exporter
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.67.0
......@@ -37,7 +37,7 @@ annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: ghcr.io/renovatebot/renovate:39.86.0
image: ghcr.io/renovatebot/renovate:39.100.1
platforms:
- linux/amd64
- linux/arm64
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 725f637408b707798538b3c87b6a975848becd4c
commit: 4da1fdcfedce61c860b85f227aa594ea2c8f7906
repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate
ref: renovate-39.83.3
ref: renovate-39.88.0
# renovate
![Version: 39.83.3](https://img.shields.io/badge/Version-39.83.3-informational?style=flat-square) ![AppVersion: 39.83.3](https://img.shields.io/badge/AppVersion-39.83.3-informational?style=flat-square)
![Version: 39.88.0](https://img.shields.io/badge/Version-39.88.0-informational?style=flat-square) ![AppVersion: 39.88.0](https://img.shields.io/badge/AppVersion-39.88.0-informational?style=flat-square)
Universal dependency update tool that fits into your workflows.
......@@ -75,7 +75,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 | `"39.83.3"` | Renovate image tag to pull |
| image.tag | string | `"39.88.0"` | Renovate image tag to pull |
| image.useFull | bool | `false` | Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image |
| imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
| nameOverride | string | `""` | Override the name of the chart |
......
......@@ -72,7 +72,7 @@ image:
registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate
# -- Renovate image tag to pull
tag: 39.83.3
tag: 39.88.0
# -- "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
# -- Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image
......
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