UNCLASSIFIED - NO CUI

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

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

Closes #43

See merge request !51
parents b986bd90 08280da5
No related branches found
No related tags found
1 merge request!51Update Ironbank
Pipeline #3636308 passed
......@@ -3,6 +3,11 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [38.91.0-bb.0] - 2024-09-23
### Updated
- ghcr.io/renovatebot/renovate - minor - 38.89.1 -> 38.93.3
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 38.87.1 -> 38.91.0
## [38.87.1-bb.0] - 2024-09-19
### Updated
- ghcr.io/renovatebot/renovate - minor - 38.80.0 -> 38.89.1
......
# renovate
![Version: 38.87.1-bb.0](https://img.shields.io/badge/Version-38.87.1--bb.0-informational?style=flat-square) ![AppVersion: 38.87.1](https://img.shields.io/badge/AppVersion-38.87.1-informational?style=flat-square)
![Version: 38.91.0-bb.0](https://img.shields.io/badge/Version-38.91.0--bb.0-informational?style=flat-square) ![AppVersion: 38.91.0](https://img.shields.io/badge/AppVersion-38.91.0-informational?style=flat-square)
Universal dependency update tool that fits into your workflows.
......@@ -64,7 +64,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 | `"38.87.1"` | Renovate image tag to pull |
| image.tag | string | `"38.91.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: '38.87.1'
appVersion: '38.91.0'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '38.87.1-bb.0'
version: '38.91.0-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: 38.87.1
- Renovate: 38.91.0
helm.sh/images: |
- name: renovate
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.87.1
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.91.0
- name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.0
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:38.89.1
image: ghcr.io/renovatebot/renovate:38.93.3
platforms:
- linux/amd64
- linux/arm64
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: a88170e9977ada361401f49a53780114af3ff6c8
commit: 18db285ab842e2d7ebdbbb7dd33fcddc5a9f2790
repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate
ref: renovate-38.87.1
ref: renovate-38.91.0
# renovate
![Version: 38.87.1](https://img.shields.io/badge/Version-38.87.1-informational?style=flat-square) ![AppVersion: 38.87.1](https://img.shields.io/badge/AppVersion-38.87.1-informational?style=flat-square)
![Version: 38.91.0](https://img.shields.io/badge/Version-38.91.0-informational?style=flat-square) ![AppVersion: 38.91.0](https://img.shields.io/badge/AppVersion-38.91.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 | `"38.87.1"` | Renovate image tag to pull |
| image.tag | string | `"38.91.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: 38.87.1
tag: 38.91.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