UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a215b02c authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Ryan Lesher
Browse files

Update Ironbank

parent e905ce29
No related branches found
No related tags found
1 merge request!47Update Ironbank
...@@ -3,6 +3,15 @@ ...@@ -3,6 +3,15 @@
Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
--- ---
## [38.70.0-bb.0] - 2024-09-09
### Updated
- ghcr.io/renovatebot/renovate - major - 37.412.2 -> 38.72.1
- gluon - patch - 0.5.0 -> 0.5.4
- redis - minor - 19.5.0-bb.1 -> 19.6.2-bb.1
- registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter - minor - v1.61.0 -> v1.62.0
- registry1.dso.mil/ironbank/bitnami/redis - minor - 7.2.5 -> 7.4.0
- registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate - major - 37.410.2 -> 38.70.0
## [37.412.2-bb.0] - 2024-08-01 ## [37.412.2-bb.0] - 2024-08-01
### Updated ### Updated
- ghcr.io/renovatebot/renovate - minor - 37.302.0 -> 37.412.2 - ghcr.io/renovatebot/renovate - minor - 37.302.0 -> 37.412.2
......
# renovate # renovate
![Version: 37.410.2-bb.0](https://img.shields.io/badge/Version-37.410.2--bb.0-informational?style=flat-square) ![AppVersion: 37.410.2](https://img.shields.io/badge/AppVersion-37.410.2-informational?style=flat-square) ![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)
Universal dependency update tool that fits into your workflows. Universal dependency update tool that fits into your workflows.
...@@ -64,7 +64,7 @@ helm install renovate chart/ ...@@ -64,7 +64,7 @@ helm install renovate chart/
| pod.labels | object | `{}` | Labels to set on the pod | | pod.labels | object | `{}` | Labels to set on the pod |
| image.registry | string | `"registry1.dso.mil"` | Repository to pull renovate image from | | image.registry | string | `"registry1.dso.mil"` | Repository to pull renovate image from |
| image.repository | string | `"ironbank/container-hardening-tools/renovate/renovate"` | | | image.repository | string | `"ironbank/container-hardening-tools/renovate/renovate"` | |
| image.tag | string | `"37.410.2"` | Renovate image tag to pull | | image.tag | string | `"38.70.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.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 | | 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 | | imagePullSecrets | list | `[{"name":"private-registry"}]` | Secret to use to pull the image from the repository |
......
dependencies: dependencies:
- name: redis - name: redis
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
version: 19.5.0-bb.1 version: 19.6.2-bb.1
- name: gluon - name: gluon
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
version: 0.5.0 version: 0.5.4
digest: sha256:1cf1606ea60772ea7ad97bfc8973cd5b0fbbf0f15271374449b8e0693c7b7344 digest: sha256:df81d1421551d8f17451db2485a9753ec552f223b169dad4ebc051f6f99bb0e1
generated: "2024-08-02T14:57:02.548479-05:00" generated: "2024-09-09T06:20:21.971231158Z"
apiVersion: v2 apiVersion: v2
appVersion: '37.410.2' appVersion: '38.70.0'
description: Universal dependency update tool that fits into your workflows. description: Universal dependency update tool that fits into your workflows.
name: renovate name: renovate
version: '37.410.2-bb.0' version: '38.70.0-bb.0'
icon: https://docs.renovatebot.com/assets/images/logo.png icon: https://docs.renovatebot.com/assets/images/logo.png
home: https://github.com/renovatebot/renovate home: https://github.com/renovatebot/renovate
keywords: keywords:
...@@ -23,20 +23,20 @@ maintainers: ...@@ -23,20 +23,20 @@ maintainers:
email: rhys@arkins.net email: rhys@arkins.net
annotations: annotations:
bigbang.dev/applicationVersions: | bigbang.dev/applicationVersions: |
- Renovate: 37.410.2 - Renovate: 38.70.0
helm.sh/images: | helm.sh/images: |
- name: renovate - name: renovate
image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:37.410.2 image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.70.0
- name: redis - name: redis
image: registry1.dso.mil/ironbank/bitnami/redis:7.2.5 image: registry1.dso.mil/ironbank/bitnami/redis:7.4.0
condition: redis.enabled condition: redis.enabled
- name: exporter - name: exporter
image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.61.0 image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.62.0
condition: redis.enabled condition: redis.enabled
artifacthub.io/license: AGPL-3.0-only artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: | artifacthub.io/images: |
- name: renovate - name: renovate
image: ghcr.io/renovatebot/renovate:37.410.2 image: ghcr.io/renovatebot/renovate:38.72.1
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
...@@ -46,8 +46,8 @@ annotations: ...@@ -46,8 +46,8 @@ annotations:
dependencies: dependencies:
- name: redis - name: redis
repository: oci://registry1.dso.mil/bigbang repository: oci://registry1.dso.mil/bigbang
version: 19.5.0-bb.1 version: 19.6.2-bb.1
condition: redis.enabled condition: redis.enabled
- name: gluon - name: gluon
version: "0.5.0" version: "0.5.4"
repository: "oci://registry1.dso.mil/bigbang" repository: "oci://registry1.dso.mil/bigbang"
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
upstream: upstream:
type: git type: git
git: git:
commit: 74a26b67549ad8f3997ea09b6b5bdf018110aee1 commit: 8086627a0c954e2b321ce5fcece2b44bc5e8a744
repo: https://github.com/renovatebot/helm-charts repo: https://github.com/renovatebot/helm-charts
directory: charts/renovate directory: charts/renovate
ref: renovate-37.410.2 ref: renovate-38.70.0
# renovate # renovate
![Version: 37.410.2](https://img.shields.io/badge/Version-37.410.2-informational?style=flat-square) ![AppVersion: 37.410.2](https://img.shields.io/badge/AppVersion-37.410.2-informational?style=flat-square) ![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)
Universal dependency update tool that fits into your workflows. 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 ...@@ -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.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.registry | string | `"ghcr.io"` | Registry to pull image from |
| image.repository | string | `"renovatebot/renovate"` | Image name to pull | | image.repository | string | `"renovatebot/renovate"` | Image name to pull |
| image.tag | string | `"37.410.2"` | Renovate image tag to pull | | image.tag | string | `"38.70.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 | | 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 | | imagePullSecrets | object | `{}` | Secret to use to pull the image from the repository |
| nameOverride | string | `""` | Override the name of the chart | | nameOverride | string | `""` | Override the name of the chart |
......
File deleted
File added
File deleted
File added
...@@ -72,7 +72,7 @@ image: ...@@ -72,7 +72,7 @@ image:
registry: registry1.dso.mil registry: registry1.dso.mil
repository: ironbank/container-hardening-tools/renovate/renovate repository: ironbank/container-hardening-tools/renovate/renovate
# -- Renovate image tag to pull # -- Renovate image tag to pull
tag: 37.410.2 tag: 38.70.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 # -- "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 pullPolicy: IfNotPresent
# -- Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image # -- 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