UNCLASSIFIED - NO CUI

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

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

Closes #40

See merge request !48
parents a8ccadab 0a2339e6
No related branches found
Tags 39.52.0-bb.0
1 merge request!48Update Ironbank
Pipeline #3611536 passed
......@@ -3,6 +3,13 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
---
## [38.77.3-bb.0] - 2024-09-16
### Updated
- ghcr.io/renovatebot/renovate - minor - 38.72.1 -> 38.80.0
- redis - major - 19.6.2-bb.1 -> 20.0.1-bb.1
- registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter - minor - v1.62.0 -> v1.63.0
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 38.70.0 -> 38.77.3
## [38.70.0-bb.0] - 2024-09-09
### Updated
- ghcr.io/renovatebot/renovate - major - 37.412.2 -> 38.72.1
......@@ -31,11 +38,11 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- Ability to create custom network policies through values yaml
## [37.302.0-bb.0] - 2024-03-04
## [37.302.0-bb.0] - 2024-03-04
### Updated
- ghcr.io/renovatebot/renovate - minor - 37.279.0 -> 37.302.0
- gluon - patch - 0.4.8 -> 0.4.9
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 37.279.0 -> 37.302.0
- ghcr.io/renovatebot/renovate - minor - 37.279.0 -> 37.302.0
- gluon - patch - 0.4.8 -> 0.4.9
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - minor - 37.279.0 -> 37.302.0
## [37.290.0-bb.0] - 2024-04-03
### Updated
......@@ -100,7 +107,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added istio custom policy template
- Added istio `allow-https-port` policy
- Added istio `allow-namespace-com` policy
- Addded istio `allow-dns-port` policy
- Addded istio `allow-dns-port` policy
## [37.27.0-bb.0] - 2023-11-14
### Changed
......
# renovate
![Version: 38.70.0-bb.0](https://img.shields.io/badge/Version-38.70.0--bb.0-informational?style=flat-square) ![AppVersion: 38.70.0](https://img.shields.io/badge/AppVersion-38.70.0-informational?style=flat-square)
![Version: 38.77.3-bb.0](https://img.shields.io/badge/Version-38.77.3--bb.0-informational?style=flat-square) ![AppVersion: 38.77.3](https://img.shields.io/badge/AppVersion-38.77.3-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.70.0"` | Renovate image tag to pull |
| image.tag | string | `"38.77.3"` | 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 |
......
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 19.6.2-bb.1
version: 20.0.1-bb.1
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.4
digest: sha256:df81d1421551d8f17451db2485a9753ec552f223b169dad4ebc051f6f99bb0e1
generated: "2024-09-09T06:20:21.971231158Z"
digest: sha256:9965a2eca94f44bf4f6fa80cd3d0721cb6e7c65ff251647ddc84f065bef947b5
generated: "2024-09-15T06:21:06.891033197Z"
apiVersion: v2
appVersion: '38.70.0'
appVersion: '38.77.3'
description: Universal dependency update tool that fits into your workflows.
name: renovate
version: '38.70.0-bb.0'
version: '38.77.3-bb.0'
icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate
keywords:
......@@ -23,20 +23,20 @@ maintainers:
email: rhys@arkins.net
annotations:
bigbang.dev/applicationVersions: |
- Renovate: 38.70.0
- Renovate: 38.77.3
helm.sh/images: |
- name: renovate
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.70.0
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.77.3
- name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.4.0
condition: redis.enabled
- name: exporter
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.62.0
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.63.0
condition: redis.enabled
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
image: ghcr.io/renovatebot/renovate:38.72.1
image: ghcr.io/renovatebot/renovate:38.80.0
platforms:
- linux/amd64
- linux/arm64
......@@ -46,7 +46,7 @@ annotations:
dependencies:
- name: redis
repository: oci://registry1.dso.mil/bigbang
version: 19.6.2-bb.1
version: 20.0.1-bb.1
condition: redis.enabled
- name: gluon
version: "0.5.4"
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 8086627a0c954e2b321ce5fcece2b44bc5e8a744
commit: 6ceafcad19eba10c4269731b526d79553c4d1c28
repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate
ref: renovate-38.70.0
ref: renovate-38.77.3
# renovate
![Version: 38.70.0](https://img.shields.io/badge/Version-38.70.0-informational?style=flat-square) ![AppVersion: 38.70.0](https://img.shields.io/badge/AppVersion-38.70.0-informational?style=flat-square)
![Version: 38.77.3](https://img.shields.io/badge/Version-38.77.3-informational?style=flat-square) ![AppVersion: 38.77.3](https://img.shields.io/badge/AppVersion-38.77.3-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.70.0"` | Renovate image tag to pull |
| image.tag | string | `"38.77.3"` | 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 |
......
File deleted
File added
......@@ -72,7 +72,7 @@ image:
registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate
# -- Renovate image tag to pull
tag: 38.70.0
tag: 38.77.3
# -- "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