[bitnami/gitlab-runner] ⬆️ Update dependency references (#35478)

* [bitnami/gitlab-runner] Release 1.1.5 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-07 02:30:06 +02:00
committed by GitHub
parent 767a29d7e0
commit 1289ee381f
3 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.1.4 (2025-07-28)
## 1.1.5 (2025-08-07)
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#35312](https://github.com/bitnami/charts/pull/35312))
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references ([#35478](https://github.com/bitnami/charts/pull/35478))
## <small>1.1.4 (2025-07-28)</small>
* [bitnami/gitlab-runner] :zap: :arrow_up: Update dependency references (#35312) ([131a054](https://github.com/bitnami/charts/commit/131a054622302c9a02fd1526d1b114be035ea17a)), closes [#35312](https://github.com/bitnami/charts/issues/35312)
## <small>1.1.3 (2025-07-17)</small>

View File

@@ -5,9 +5,9 @@ annotations:
category: Infrastructure
images: |
- name: gitlab-runner
image: docker.io/bitnami/gitlab-runner:18.2.1-debian-12-r0
image: docker.io/bitnami/gitlab-runner:18.2.1-debian-12-r1
- name: gitlab-runner-helper
image: docker.io/bitnami/gitlab-runner-helper:18.2.1-debian-12-r0
image: docker.io/bitnami/gitlab-runner-helper:18.2.1-debian-12-r1
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
@@ -32,4 +32,4 @@ maintainers:
name: gitlab-runner
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitlab-runner
version: 1.1.4
version: 1.1.5

View File

@@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/gitlab-runner
tag: 18.2.1-debian-12-r0
tag: 18.2.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -113,7 +113,7 @@ image:
helperImage:
registry: docker.io
repository: bitnami/gitlab-runner-helper
tag: 18.2.1-debian-12-r0
tag: 18.2.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'